The CFX_GENER_OBJECT table in SAP ERP or S/4HANA stores Mapping Between Object Type and Class Name data. There are total 6 fields in CFX_GENER_OBJECT table. The Mapping Between Object Type and Class Name 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 CFX_GENER_OBJECT table. It is in cFolders Backend Integration, BOMs (CFX_BI_BOM) ABAP package and is part of the Cross-Application Components (CA) module.
SAP CFX_GENER_OBJECT Table Fields
Following is the list of fields that are available in SAP CFX_GENER_OBJECT table. The primary key fields of the table are DOC_TYPE (Object Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| DOC_TYPE | Object Type | CFX_BI_API_T_OBJECT_TYPE | CHAR (10) | |
| CLASS_NAME | Object Type Name | SEOCLSNAME | CHAR (30) | |
| ID | External ID | CFX_BI_T_EXTERNAL_ID | CHAR (255) | |
| NAMESPACE | External Namespace | CFX_BI_T_EXTERNAL_NAMESPACE | CHAR (255) | |
| ALV_STRUCTURE | Table Name | TABNAME | * | CHAR (30) |
| ICON | Icon in text fields (substitute display, alias) | ICON_D | * | CHAR (4) |


