SAP table SOATT (SAPoffice: Attachments for BOR objects)
SAP table SOATT has 6 primary key fields being MANDT,OBJKEY,OBJTYP,OBJTP,OBJYR,OBJNO.
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 | ||
OBJKEY | Object key | CHAR | 70 | 0 | SWO_TYPEID | ||
OBJTYP | Object Type | CHAR | 10 | 0 | SWO_OBJTYP | ||
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 | ||
FOLTP | Object folder: Object type from ID | CHAR | 3 | 0 | SO_FOL_TP | ||
FOLYR | Object folder: Year from ID | CHAR | 2 | 0 | SO_FOL_YR | ||
FOLNO | Object folder: Number from ID | CHAR | 12 | 0 | SO_FOL_NO | ||
FORNAM | Name of forwarder | CHAR | 12 | 0 | SO_FOR_NAM |