SAP table REUL (Material stock transfer reservation index)
SAP table REUL has 6 primary key fields being MANDT,MATNR,UMWRK,RSNUM,RSPOS,RSART.
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 | |
MATNR | Material Number | CHAR | 40 | 0 | MARA | MATNR | |
UMWRK | Receiving plant/issuing plant | CHAR | 4 | 0 | T001W | UMWRK | |
RSNUM | Number of reservation/dependent requirements | NUMC | 10 | 0 | RESB | RSNUM | |
RSPOS | Item Number of Reservation / Dependent Requirements | NUMC | 4 | 0 | RSPOS | ||
RSART | Record type | CHAR | 1 | 0 | RSART |
REUL foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 REUL | MANDT | T000 | Clients | MANDT |
1 REUL | MATNR | MARA | General Material Data | MATNR |
0 REUL | RSNUM | RESB | Reservation/dependent requirements | MANDT |
0 REUL | RSNUM | RESB | Reservation/dependent requirements | RSNUM |
0 REUL | RSNUM | RESB | Reservation/dependent requirements | RSPOS |
1 REUL | UMWRK | T001W | Plants/Branches | MANDT |
1 REUL | UMWRK | T001W | Plants/Branches | WERKS |