SAP table OIISOCISL (SOC: Index for storage location/sequence no. access mode)
SAP table OIISOCISL has 4 primary key fields being MANDT,WERKS,LGORT,SEQNR.
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 | |
WERKS | Plant | CHAR | 4 | 0 | T001W | WERKS_D | |
LGORT | Storage location | CHAR | 4 | 0 | T001L | LGORT_D | |
SEQNR | Sequence number of SO assigned to storage location | CHAR | 10 | 0 | OII_SSEQNR | ||
SOCNR | SOC: Storage object characteristic segment number | CHAR | 20 | 0 | OIISOCK | OII_SOCNR |
OIISOCISL foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 OIISOCISL | LGORT | T001L | Storage Locations | MANDT |
0 OIISOCISL | LGORT | T001L | Storage Locations | WERKS |
1 OIISOCISL | MANDT | T000 | Clients | MANDT |
0 OIISOCISL | SOCNR | OIISOCK | SOC: Storage object characteristic segment header | SOCNR |
1 OIISOCISL | WERKS | T001W | Plants/Branches | MANDT |
1 OIISOCISL | WERKS | T001W | Plants/Branches | WERKS |