The CEXO_MO_PO table in SAP ERP or S/4HANA stores Assignment of Memory Object to Persistence Object data. There are total 4 fields in CEXO_MO_PO table. The Assignment of Memory Object to Persistence Object 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 CEXO_MO_PO table. It is in Central XO Components (XO_MAIN) ABAP package and is part of the XO-Extensible Objects (CA-FS-XO) module.
SAP CEXO_MO_PO Table Fields
Following is the list of fields that are available in SAP CEXO_MO_PO table. The primary key fields of Assignment of Memory Object to Persistence Object table in SAP are CLIENT (Client), BO_TYPE (Name of Business Object Type), MO_NAME (Name of Memory Object), PO_NAME (Name of Persistence 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) |
| MO_NAME | Name of Memory Object | XO_MEMORY_OBJECT_NAME | CEXO_MO | CHAR (30) |
| PO_NAME | Name of Persistence Object | XO_PERSISTENCE_OBJECT_NAME | CEXO_PO | CHAR (30) |


