SAP table AFWI (Subsequently posted goods movements for confirmations)
SAP table AFWI has 6 primary key fields being MANDT,RUECK,RMZHL,MBLNR,MJAHR,MBLPO.
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 | |
RUECK | Completion confirmation number for the operation | NUMC | 10 | 0 | CO_RUECK | ||
RMZHL | Confirmation counter | NUMC | 8 | 0 | CO_RMZHL | ||
MBLNR | Number of Material Document | CHAR | 10 | 0 | MBLNR | ||
MJAHR | Material Document Year | NUMC | 4 | 0 | MJAHR | ||
MBLPO | Item in Material Document | NUMC | 4 | 0 | MBLPO | ||
XALLP | Indicator: Material doc. can only be processed completely | CHAR | 1 | 0 | RU_XALLP |
AFWI foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 AFWI | MANDT | T000 | Clients | MANDT |