SAP WSI_CALLSTRUC Call Structure for Web Services with own UI (OCI/OPI) Table
Overview
WSI_CALLSTRUC is a standard SAP S/4HANA table that stores Call Structure for Web Services with own UI (OCI/OPI) data. There are total 6 fields in the WSI_CALLSTRUC table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WSI_CALLSTRUC belongs to Integration of Catalogs, Partner Directories (OCI, OPI) (CA-GTF-TS-WSI) module and is located in the package Web Services: Basic Functions (BBP_WS_BASIS).
In addition, following links provide an overview of foreign key relationships, if any, that link WSI_CALLSTRUC to other SAP tables and standard CDS views available based on WSI_CALLSTRUC table in S/4HANA 2020.
Techincal Settings of WSI_CALLSTRUC
Below are technical details of the table WSI_CALLSTRUC
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WSI_CALLSTRUC Fields
The following table gives you an overview of the fields available in WSI_CALLSTRUC
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT | 3 |
| SERVICE_ID | Technical Key of a Web Service (for Example - a Catalog) | BBP_WS_SERVICE_ID | WSI_ENTITY | CHAR | 20 |
| COUNTER | Sequence Number for Call Parameter | BBP_CAT_COUNT | NUMC | 3 | |
| FIELDNAM | Name of Parameter Transferred to Web Service | BBP_WS_FIELDNAME | CHAR | 20 | |
| FIELDVAL | Value of Parameter Transferred to Web Service | BBP_WS_FIELDVALUE | CHAR | 132 | |
| VALUETYP | Type of Field to be Transferred to Catalog | BBP_VALUETYP | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for WSI_CALLSTRUC
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WSI_CALLSTRUC | MANDT | : | T000 |
| WSI_CALLSTRUC | SERVICE_ID | : | WSI_ENTITY |