SAP WCF_GIL_MODEL BOL model relations Table
Overview
WCF_GIL_MODEL is a standard SAP S/4HANA table that stores BOL model relations data. There are total 15 fields in the WCF_GIL_MODEL table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WCF_GIL_MODEL belongs to Generic Interaction Layer (CA-WUI-GOL-GIL) module and is located in the package Customizing Objects for Generic Interaction Layer (CRM_GENIL_CUST).
In addition, following links provide an overview of foreign key relationships, if any, that link WCF_GIL_MODEL to other SAP tables and standard CDS views available based on WCF_GIL_MODEL table in S/4HANA 2020.
Techincal Settings of WCF_GIL_MODEL
Below are technical details of the table WCF_GIL_MODEL
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WCF_GIL_MODEL Fields
The following table gives you an overview of the fields available in WCF_GIL_MODEL
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| COMPONENT | Component Name | CRMT_COMPONENT_NAME | CRMC_GIL_COMP | CHAR | 6 |
| RELATION_NAME | Relation Name | CRMT_RELATION_NAME | CHAR | 40 | |
| OBJECT_A | External Name of Source Object | CRMT_EXT_OBJ_A_NAME | CHAR | 30 | |
| OBJECT_B | External Name of Assigned Object | CRMT_EXT_OBJ_B_NAME | CHAR | 30 | |
| CARD_A | Cardinality of Source Object | CRMT_CARD_A | CHAR | 1 | |
| CARD_B | Cardinality of the Assigned Object | CRMT_CARD_B | CHAR | 1 | |
| RELATION_KIND | Type of Object Relation | CRMT_RELATION_KIND | CHAR | 1 | |
| DO_NOT_BUFFER | Do Not Buffer | WCF_DO_NOT_BUFFER | CHAR | 1 | |
| NOT_WS_ENABLED | Web Service Not Enabled | WCF_NOT_WS_ENABLED | CHAR | 1 | |
| USE_TAB_IF | Use Table Interface API in genIL | WCF_USE_TAB_IF | CHAR | 1 | |
| SWITCH_ID | Id of a Switch in Switch Framework | SFW_SWITCH_ID | * | CHAR | 30 |
| REACTION | Reaction to Switch | SFW_SHOWHIDE | CHAR | 1 | |
| FILTER_CLASS | Filter Class | WCF_FILTER_CLASS | CHAR | 30 | |
| PAGING_ENABLED | Paging Enabled | WCF_PAGING_ENABLED | CHAR | 1 | |
| HANDLER_CLASS | Handler Class | WCF_HANDLER_CLASS | CHAR | 30 |
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 WCF_GIL_MODEL
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WCF_GIL_MODEL | COMPONENT | : | CRMC_GIL_COMP |