SAP WCFC_GIL_METHOD BOL model methods Table
Overview
WCFC_GIL_METHOD is a standard SAP S/4HANA table that stores BOL model methods data. There are total 8 fields in the WCFC_GIL_METHOD table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WCFC_GIL_METHOD 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 WCFC_GIL_METHOD to other SAP tables and standard CDS views available based on WCFC_GIL_METHOD table in S/4HANA 2020.
Techincal Settings of WCFC_GIL_METHOD
Below are technical details of the table WCFC_GIL_METHOD
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WCFC_GIL_METHOD Fields
The following table gives you an overview of the fields available in WCFC_GIL_METHOD
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT | 3 |
| COMPONENT | Component Name | CRMT_COMPONENT_NAME | CRMC_GIL_COMP | CHAR | 6 |
| OBJECT_NAME | Object Name | WCF_OBJECT_NAME | WCFC_GIL_OBJECTS | CHAR | 30 |
| METHOD_NAME | Name of Business Object Method | CRMT_OBJ_METHOD_NAME | CHAR | 30 | |
| PARAM_STRUCT | Parameter Structure | WCF_PARAM_STRUCT | * | CHAR | 30 |
| RETURN_TYPE | Return Type | WCF_RETURN_TYPE | CHAR | 30 | |
| SWITCH_ID | Id of a Switch in Switch Framework | SFW_SWITCH_ID | * | CHAR | 30 |
| REACTION | Reaction to Switch | SFW_SHOWHIDE | 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 WCFC_GIL_METHOD
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WCFC_GIL_METHOD | COMPONENT | : | CRMC_GIL_COMP |
| WCFC_GIL_METHOD | OBJECT_NAME | : | WCFC_GIL_OBJECTS |