SAP table SOCX (SAPoffice: table for storing SAPcomm IDs)
SAP table SOCX has 4 primary key fields being MANDT,SCOMTP,SCOMYR,SCOMNO.
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 | MANDT | ||
SCOMTP | SAPcomm ID: ID type | CHAR | 3 | 0 | SO_SCOM_TP | ||
SCOMYR | SAPcomm: year of ID | CHAR | 2 | 0 | SO_SCOM_YR | ||
SCOMNO | SAPcomm: number of the ID | CHAR | 12 | 0 | SO_SCOM_NO | ||
ID_TYPE | Send Externally: ID: Received or Sent | CHAR | 1 | 0 | SO_ID_TYPE | ||
PART1 | SAPoffice: part of a SAPcomm ID | CHAR | 241 | 0 | SO_SC_PART | ||
PART2 | SAPoffice: part of a SAPcomm ID | CHAR | 241 | 0 | SO_SC_PART | ||
PART3 | SAPoffice: part of a SAPcomm ID | CHAR | 241 | 0 | SO_SC_PART | ||
PART4 | SAPoffice: part of a SAPcomm ID | CHAR | 241 | 0 | SO_SC_PART | ||
OBJTP | Code for document class | CHAR | 3 | 0 | SO_OBJ_TP | ||
OBJYR | Object: Year from ID | CHAR | 2 | 0 | SO_OBJ_YR | ||
OBJNO | Object: Number from ID | CHAR | 12 | 0 | SO_OBJ_NO | ||
FORTP | Forwarder: Object type from ID | CHAR | 3 | 0 | SO_FOR_TP | ||
FORYR | Forwarder: year from the ID | CHAR | 2 | 0 | SO_FOR_YR | ||
FORNO | Forwarder: number from the ID | CHAR | 12 | 0 | SO_FOR_NO | ||
RECTP | Recipient type from ID | CHAR | 3 | 0 | SO_REC_TP | ||
RECYR | Recipient year from the ID | CHAR | 2 | 0 | SO_REC_YR | ||
RECNO | Recipient number from ID | CHAR | 12 | 0 | SO_REC_NO |