SAP table WSI_CALLSTRUC (Call Structure for Web Services with own UI (OCI/OPI))

SAP table WSI_CALLSTRUC has 3 primary key fields being MANDT,SERVICE_ID,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 T000 MANDT
SERVICE_ID Technical Key of a Web Service (for Example - a Catalog) CHAR 20 0 WSI_ENTITY BBP_WS_SERVICE_ID
COUNTER Sequence Number for Call Parameter NUMC 3 0 BBP_CAT_COUNT
FIELDNAM Name of Parameter Transferred to Web Service CHAR 20 0 BBP_WS_FIELDNAME
FIELDVAL Value of Parameter Transferred to Web Service CHAR 132 0 BBP_WS_FIELDVALUE
VALUETYP Type of Field to be Transferred to Catalog CHAR 1 0 BBP_VALUETYP
0 URL
1 SAP Field
2 Fixed Value
4 Return URL

WSI_CALLSTRUC foreign key relationships

Table Field Check Table Check Field
0 WSI_CALLSTRUC MANDT T000 Clients MANDT
1 WSI_CALLSTRUC SERVICE_ID WSI_ENTITY Entity Table for Web Services With Own UI (OCI/OPI) MANDT
1 WSI_CALLSTRUC SERVICE_ID WSI_ENTITY Entity Table for Web Services With Own UI (OCI/OPI) SERVICE_ID