SAP table SOST (SAPoffice: Status log table)

SAP table SOST has 11 primary key fields being MANDT,OBJTP,OBJYR,OBJNO,FORTP,FORYR,FORNO,RECTP,RECYR,RECNO,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
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
COUNTER Counter for status entries for this send process CHAR 5 0 SO_STA_CNT
SNDART Transmission Method (Fax, Telex, ...) CHAR 6 0 SO_SND_ART
SAPoffice internal
TELEX Telex
TELFAX Fax
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
ENTRY_DATE Date of entry in table DATS 8 0 SO_ENTDATE
ENTRY_TIME Time of entry in table TIMS 6 0 SO_ENTTIME
STAT_DATE Date of status DATS 8 0 SO_STADATE
STAT_TIME Time of status TIMS 6 0 SO_STATIME
MSGID Message Class CHAR 20 0 * SYMSGID
MSGTY Message Type CHAR 1 0 SYMSGTY
MSGNO Message Number NUMC 3 0 SYMSGNO
MSGV1 Message Variable CHAR 50 0 SYMSGV
MSGV2 Message Variable CHAR 50 0 SYMSGV
MSGV3 Message Variable CHAR 50 0 SYMSGV
MSGV4 Message Variable CHAR 50 0 SYMSGV
CREATOR User name responsible for creating status CHAR 12 0 SO_STA_CR
SENDER Author of status (address object) CHAR 30 0 SO_STA_SND
DIRECTION Specifies whether status applies to sending or receiving CHAR 1 0 SO_STA_DIR
STA_ORDER Sequential arrangement of this status CHAR 1 0 SO_STA_ORD