SAP Table
TE052 Terms of Payment
SAP table TE052 has 2 primary key fields being MANDT,ZAHLKOND.
If you are only analysing data from a single SAP instance you may omit field MANDT in your relationships as it will be the same across the entire dataset. On the other hand, if you are combining data from multiple SAP instances you need to take MANDT into account.
/ Fields
TE052 columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
| KeyZAHLKOND | Payment Condition | CHAR | 4 | 0 | KONDZAHL | ||
| ZTERM | Terms of payment key | CHAR | 4 | 0 | T052 | DZTERM | |
| FCALID | Factory Calendar | CHAR | 2 | 0 | TFACD | WFCID | |
| CORR_OPT | Correct Non-Workday | CHAR | 1 | 0 | CORR_OPT | ||
| GTERM | Alternative Term of (Re)Payment for Credit | CHAR | 4 | 0 | T052 | E_GTERM | |
| G_CORR_OPT | Correct Non-Workday | CHAR | 1 | 0 | CORR_OPT |
/ Relationships