SAP table SOSP_T_WF_ID (Table to Maintain WF ID for Applications)
SAP table SOSP_T_WF_ID has 3 primary key fields being MANDT,APPL_ID,WORKFLOW_ID.
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 | |
APPL_ID | Application ID | CHAR | 6 | 0 | SOSP_T_APPL_INFO | S_OSP_DT_APPL_ID | |
WORKFLOW_ID | Workflow ID | CHAR | 14 | 0 | S_OSP_DT_WF_ID |
SOSP_T_WF_ID foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 SOSP_T_WF_ID | APPL_ID | SOSP_T_APPL_INFO | Application / Scenario Information | MANDT |
0 SOSP_T_WF_ID | APPL_ID | SOSP_T_APPL_INFO | Application / Scenario Information | APPL_ID |