SAP table TACE_ACCMETHODS (Methods for Calculation of Periodic Accrual Amount)

SAP table TACE_ACCMETHODS has 3 primary key fields being MANDT,COMP,ACRMETHOD.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 MANDT
COMP Accrual Engine Application Component CHAR 4 0 TACECOMP ACE_COMP
ACRMETHOD Accrual/Deferral Method CHAR 10 0 ACEDS_ACRMETHOD
DFUNCTION_MODULE Function Module for Calc. of Periodic Accrual Amount CHAR 30 0 TACE_FUNC_MOD ACE_DMETHOD_FUNC
CLASSNAME Name of ABAP Class for Accrual Calculation CHAR 30 0 ACE_ACCR_METHOD_CLASSNAME

TACE_ACCMETHODS foreign key relationships

Table Field Check Table Check Field
0 TACE_ACCMETHODS COMP TACECOMP Accrual Engine Application Component MANDT
0 TACE_ACCMETHODS COMP TACECOMP Accrual Engine Application Component COMP
1 TACE_ACCMETHODS DFUNCTION_MODULE TACE_FUNC_MOD Function Modules Used in the Accrual Engine MANDT
1 TACE_ACCMETHODS DFUNCTION_MODULE TACE_FUNC_MOD Function Modules Used in the Accrual Engine DFUNCTION_MODULE