SAP ACO_OBJ_ACTIVITY Object Type-Related Activities for Authorization Check Table
Overview
ACO_OBJ_ACTIVITY is a standard SAP S/4HANA table that stores Object Type-Related Activities for Authorization Check data. There are total 4 fields in the ACO_OBJ_ACTIVITY table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ACO_OBJ_ACTIVITY belongs to Cross-Application Components (CA) module and is located in the package Authorization Check with Access Control Objects (ACO).
In addition, following links provide an overview of foreign key relationships, if any, that link ACO_OBJ_ACTIVITY to other SAP tables and standard CDS views available based on ACO_OBJ_ACTIVITY table in S/4HANA 2020.
Techincal Settings of ACO_OBJ_ACTIVITY
Below are technical details of the table ACO_OBJ_ACTIVITY
- Buffering switched on
- Full buffering as specified by generic key
- Storage type is Column Store
List of ACO_OBJ_ACTIVITY Fields
The following table gives you an overview of the fields available in ACO_OBJ_ACTIVITY
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT | 3 |
| OBJECT_TYPE | Object Category | ACO_OBJECT_TYPE | ACO_OBJ_TYPE | CHAR | 15 |
| ACTIVITY | Activity for Authorization Check | ACO_ACTVT | ACO_ACTIVITY | CHAR | 10 |
| PARENT_ACTIVITY | Superior Activity for Authorization Check | ACO_ACTVT_PARENT | ACO_ACTIVITY | CHAR | 10 |
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 ACO_OBJ_ACTIVITY
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ACO_OBJ_ACTIVITY | ACTIVITY | : | ACO_ACTIVITY |
| ACO_OBJ_ACTIVITY | OBJECT_TYPE | : | ACO_OBJ_TYPE |
| ACO_OBJ_ACTIVITY | PARENT_ACTIVITY | : | ACO_ACTIVITY |