SAP table T5DWX (Payment control)
SAP table T5DWX has 4 primary key fields being MANDT,IDAUS,SEQNO,ENDDA.
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 | |
IDAUS | Rule for Payment Control | CHAR | 4 | 0 | P01C_IDAUS | ||
SEQNO | Sequence Number | CHAR | 3 | 0 | SEQNO | ||
ENDDA | End Date | DATS | 8 | 0 | ENDDA | ||
BEGDA | Start Date | DATS | 8 | 0 | BEGDA | ||
CAPLO | Lower Limit for Payable Capital | CURR | 9 | 2 | P01C_CAPLO | ||
CAPHI | Upper Limit for Payable Capital | CURR | 9 | 2 | P01C_CAPHI | ||
ZRATE | Number of Installments | DEC | 4 | 0 | P01C_ZRATE | ||
ARATE | Interval between Two Installments | CHAR | 2 | 0 | P01C_ARATE | ||
ZINSS | Interest Rate for Installments | DEC | 5 | 2 | P01C_ZINSS | ||
DATAZ | Date Type for Individual Payment Start | CHAR | 2 | 0 | T548Y | P01C_DATAZ |
T5DWX foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T5DWX | DATAZ | T548Y | Date Types | MANDT |
0 T5DWX | DATAZ | T548Y | Date Types | DATAR |