The CRMC_OBJ_BTIL table in SAP ERP or S/4HANA stores Objects data. There are total 11 fields in CRMC_OBJ_BTIL table. The Objects 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 CRMC_OBJ_BTIL table. It is in Customizing Transaction Object Model (CRM_BTIL_CUST) ABAP package and is part of the Business Transactions (CRM-BTX) module.
SAP CRMC_OBJ_BTIL Table Fields
Following is the list of fields that are available in SAP CRMC_OBJ_BTIL table. The primary key fields of the table are OBJ_IL (External Name of Object).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJ_IL | External Name of Object | CRMT_EXT_OBJ_NAME | CHAR (30) | |
| OBJ_OL | Business Transaction Subobject | CRMT_OBJECT_NAME | CRMC_OBJECTS | CHAR (30) |
| OBJKIND | Object Type | CRMT_OBJKIND | CHAR (1) | |
| ATTR_STRUCT | Name of a structure | STRUKNAME | CHAR (30) | |
| KEY_STRUCT | Name of a structure | STRUKNAME | CHAR (30) | |
| READ_ONLY | Logical Variable | CRMT_BOOLEAN | CHAR (1) | |
| HANDLER_CLASS | Name of a structure | STRUKNAME | CHAR (30) | |
| WS_ENABLED | Logical Variable, Similar To ABAP_BOOL from Type Pool ABAP | CRMT_GENIL_BOOLEAN | CHAR (1) | |
| SWITCH_ID | Id of a Switch in Switch Framework | SFW_SWITCH_ID | CHAR (30) | |
| REACTION | Reaction to Switch | SFW_SHOWHIDE | CHAR (1) | |
| RESULT_OBJ_NAME | Result Object Name | WCF_RESULT_OBJECT | CHAR (30) |


