SAP table RSPSP (Index: Reservations for WBS elements/Sales order items)
SAP table RSPSP has 7 primary key fields being MANDT,RSNUM,RSPOS,RSART,PS_PSP_PNR,VBELN,VBELP.
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 | |
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 | ||
PS_PSP_PNR | Work Breakdown Structure Element (WBS Element) | NUMC | 8 | 0 | PRPS | PS_PSP_PNR | |
VBELN | Sales Order Number | CHAR | 10 | 0 | * | KDAUF | |
VBELP | Item number in Sales Order | NUMC | 6 | 0 | KDPOS |
RSPSP foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 RSPSP | PS_PSP_PNR | PRPS | WBS (Work Breakdown Structure) Element Master Data | MANDT |
0 RSPSP | PS_PSP_PNR | PRPS | WBS (Work Breakdown Structure) Element Master Data | PSPNR |
1 RSPSP | RSNUM | RESB | Reservation/dependent requirements | MANDT |
1 RSPSP | RSNUM | RESB | Reservation/dependent requirements | RSNUM |
1 RSPSP | RSNUM | RESB | Reservation/dependent requirements | RSPOS |