The CCXO_SO table in SAP ERP or S/4HANA stores Segment Object Configuration (Customer) data. There are total 7 fields in CCXO_SO table. The Segment Object Configuration (Customer) 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 CCXO_SO table. It is in Central XO Components (XO_MAIN) ABAP package and is part of the XO-Extensible Objects (CA-FS-XO) module.
SAP CCXO_SO Table Fields
Following is the list of fields that are available in SAP CCXO_SO table. The primary key fields of Segment Object Configuration (Customer) table in SAP are CLIENT (Client), BO_TYPE (Name of Business Object Type), OBJECT_NAME (Name of Segment Object).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
CLIENT | Client | MANDT | T000 | CLNT (3) |
BO_TYPE | Name of Business Object Type | XO_BUSINESS_OBJECT_TYPE | CEXO_BO_TYPE | CHAR (30) |
OBJECT_NAME | Name of Segment Object | XO_SEGMENT_OBJECT_NAME | CEXO_SO | CHAR (30) |
OBJECT_CLASS | Name of Implementing Class for Segment Object | XO_SO_CLASS_NAME | SEOCLASS | CHAR (30) |
ASSIGNED_BO_TYPE | Name of Business Object Type | XO_BUSINESS_OBJECT_TYPE | CHAR (30) | |
ASSIGNED_BO_NAME | Name of Business Object | XO_BUSINESS_OBJECT_NAME | CHAR (30) | |
ASSIGNED_BO_BHVR | Class Name | XO_OBJECT_CLASS_NAME | CHAR (30) |