SAP Table
T008 Blocking Reasons for Automatic Payment Transcations
SAP table T008 has 2 primary key fields being MANDT,ZAHLS.
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
T008 columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
| KeyZAHLS | Block Key for Payment | CHAR | 1 | 0 | DZAHLS | ||
| CHAR1 | Indicator: Change in Payment Proposal Permitted? | CHAR | 1 | 0 | XZVAE | ||
| XOZSP | Indicator: Blocked for Manual Payments | CHAR | 1 | 0 | XOZSP | ||
| XNCHG | Payment Block, Not Changeable | CHAR | 1 | 0 | XNCHG |
/ Relationships
T008 foreign keys.
| Table | Field | Check Table | Description | Check Field |
|---|---|---|---|---|
| T008 | MANDT | T000 | Clients | MANDT |