SAP table OIU_PR_RESZN (PRA: Reservoir Zone Identification)
SAP table OIU_PR_RESZN has 3 primary key fields being MANDT,RESRV,RESZN.
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 | |
RESRV | Reservoir ID | CHAR | 10 | 0 | OIU_PR_RESRV | OIU_RESRVID | |
RESZN | Reservoir zone | CHAR | 10 | 0 | OIU_RESZNID | ||
NAME | Zone name | CHAR | 35 | 0 | OIU_ZONE_NAME | ||
OIU_CRUSER | Name of Person Responsible for Creating the Object | CHAR | 12 | 0 | ERNAM | ||
OIU_TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | DEC | 15 | 0 | TZNTSTMPS |
OIU_PR_RESZN foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 OIU_PR_RESZN | MANDT | T000 | Clients | MANDT |
1 OIU_PR_RESZN | RESRV | OIU_PR_RESRV | PRA: Reservoir | MANDT |
1 OIU_PR_RESZN | RESRV | OIU_PR_RESRV | PRA: Reservoir | RESRV |