SAP ACEOBJ Accrual Objects Table
Overview
ACEOBJ is a standard SAP S/4HANA table that stores Accrual Objects data. There are total 6 fields in the ACEOBJ table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ACEOBJ belongs to Accrual Engine (FI-GL-GL-ACE) module and is located in the package Accrual Engine: Other (ACE).
In addition, following links provide an overview of foreign key relationships, if any, that link ACEOBJ to other SAP tables and standard CDS views available based on ACEOBJ table in S/4HANA 2020.
Techincal Settings of ACEOBJ
Below are technical details of the table ACEOBJ
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of ACEOBJ Fields
The following table gives you an overview of the fields available in ACEOBJ
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT | 3 | |
| COMP | Accrual Engine Application Component | ACE_COMP | TACECOMP | CHAR | 4 |
| BUKRS | Company Code | ACE_BUKRS | * | CHAR | 4 |
| OBJID | Accrual Object (Internal Display in Form of a GUID) | ACE_GUID | RAW | 16 | |
| REF_KEY | Unique External Reference for Accrual Object | ACE_REF_KEY | CHAR | 32 | |
| OBJSTATUS | Processing Status of an Accrual Object | ACE_OBJECT_STATUS | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for ACEOBJ
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ACEOBJ | BUKRS | : | * |
| ACEOBJ | COMP | 1: CN | TACECOMP |