SAP table T525E (Rounding Rule for Time Intervals)
SAP table T525E has 2 primary key fields being MANDT,RNDRL.
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 | T000 | MANDT | |
RNDRL | Rounding rule for time intervals | CHAR | 4 | 0 | RNDRL | ||
RNDDY | Flag: Rounding of Days | CHAR | 1 | 0 | RNDDY | ||
RNDMN | Flag: Rounding of Months | CHAR | 1 | 0 | RNDMN | ||
DFCUT | Indicator: Cut Decimal Portion of Days | CHAR | 1 | 0 | DFCUT | ||
DFRND | Indicator: Round Up Decimal Portion of Days | CHAR | 1 | 0 | DFRND | ||
DFRAC | Decimal portion of days | DEC | 3 | 2 | DFRAC | ||
DYCUT | Indicator: Cut Days | CHAR | 1 | 0 | DYCUT | ||
DYRND | Indicator: Round Up Days | CHAR | 1 | 0 | DYRND | ||
NODY2 | Number of days | NUMC | 2 | 0 | NODYS | ||
MNCUT | Indicator: Cut Months | CHAR | 1 | 0 | MNCUT | ||
MNRND | Indicator: Round Up Months | CHAR | 1 | 0 | MNRND | ||
NOMN2 | Number of months | NUMC | 2 | 0 | NOMNS |
T525E foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T525E | MANDT | T000 | Clients | MANDT |