SAP table SOER (SAPoffice: receive externally)
SAP table SOER has 6 primary key fields being MANDT,OBJTP,OBJYR,OBJNO,REC_TYPE,COUNTER.
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 | |||||||
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 | |||||||
REC_TYPE | Receive externally: Recipient type | CHAR | 1 | 0 | SO_REC_TYP | ||||||||
COUNTER | Receive externally: counter for copy list members | RAW | 2 | 0 | SO_COUNTER | ||||||||
ADRTP | Receive ext.: address type (ADR,&X4,&SS, etc.) | CHAR | 3 | 0 | * | SO_ADRTP | |||||||
LFDNR | Sequence Number | CHAR | 3 | 0 | LFDNR | ||||||||
ADRNO | Addresses: Address Number | CHAR | 10 | 0 | * | SO_ADR_NR | |||||||
SNDART | Transmission Method (Fax, Telex, ...) | CHAR | 6 | 0 | SO_SND_ART |
|
|||||||
NOTIF_READ | Read acknowledgment expected | CHAR | 1 | 0 | SO_NOTREC | ||||||||
STATUS | SAPcomm: status of the sent object | CHAR | 12 | 0 | SO_REC_STA | ||||||||
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 |