The CRM_IUIL_OBJMETH table in SAP ERP or S/4HANA stores IS-U: Object Methods in Generic Interaction List data. There are total 7 fields in CRM_IUIL_OBJMETH table. The IS-U: Object Methods in Generic Interaction List table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CRM_IUIL_OBJMETH table. It is in Tools for Generic IL. Component Implementation in CRM_IU_IL (CRM_IU_IL_TOOLS) ABAP package and is part of the Cross Components (CRM-IU-XC) module.
SAP CRM_IUIL_OBJMETH Table Fields
Following is the list of fields that are available in SAP CRM_IUIL_OBJMETH table. The primary key fields of the table are COMPONENT_NAME (Component Name), OBJECT_NAME (External Name of Object), METHOD_NAME (Name of Business Object Method).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| COMPONENT_NAME | Component Name | CRMT_COMPONENT_NAME | CRMC_GIL_COMP | CHAR (6) |
| OBJECT_NAME | External Name of Object | CRMT_EXT_OBJ_NAME | CRM_IUIL_OBJPROP | CHAR (30) |
| METHOD_NAME | Name of Business Object Method | CRMT_OBJ_METHOD_NAME | CHAR (30) | |
| PARAM_STRUCT | Parameter Structure | CRMT_GENIL_PARAMETER_STRUCTURE | CHAR (30) | |
| RETURN_TYPE | External Name of Return Object | CRMT_EXT_RETURN_OBJ_NAME | CHAR (30) | |
| SWITCH_ID | Id of a Switch in Switch Framework | SFW_SWITCH_ID | CHAR (30) | |
| REACTION | Reaction to Switch | SFW_SHOWHIDE | CHAR (1) |


