SAP WSI_CALLSTRUC_IF Call Structure for Calls in Application Frame Table
Overview
WSI_CALLSTRUC_IF is a standard SAP S/4HANA table that stores Call Structure for Calls in Application Frame data. There are total 6 fields in the WSI_CALLSTRUC_IF table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WSI_CALLSTRUC_IF 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_IF to other SAP tables and standard CDS views available based on WSI_CALLSTRUC_IF table in S/4HANA 2020.
Techincal Settings of WSI_CALLSTRUC_IF
Below are technical details of the table WSI_CALLSTRUC_IF
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WSI_CALLSTRUC_IF Fields
The following table gives you an overview of the fields available in WSI_CALLSTRUC_IF
| 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_IF
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WSI_CALLSTRUC_IF | MANDT | : | T000 |
| WSI_CALLSTRUC_IF | SERVICE_ID | : | WSI_ENTITY |