SAP table T525U (Conversion Rules for Employment Period Calculation)

SAP table T525U has 2 primary key fields being MANDT,CRULE.

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
CRULE Conversion Rule for Durations and Dates CHAR 4 0 PSEN_CRULE
FMDUR Function module for calculation of length of an interval CHAR 30 0 TFDIR PSEN_FMDUR
FMWGT Function Module for Weighting a Duration CHAR 30 0 TFDIR PSEN_FMWGT
FMSUM Function Module for Cumulating Durations CHAR 30 0 TFDIR PSEN_FMSUM
FMDAT Function module for calculation of a date CHAR 30 0 TFDIR PSEN_FMDAT

T525U foreign key relationships

Table Field Check Table Check Field
0 T525U FMDAT TFDIR Function Module FUNCNAME
1 T525U FMDUR TFDIR Function Module FUNCNAME
0 T525U FMSUM TFDIR Function Module FUNCNAME
1 T525U FMWGT TFDIR Function Module FUNCNAME