ACO_ROLE SAP (Object-Related Authorizations for a Role) Table details

Dictionary Type: Table
Description: Object-Related Authorizations for a Role




ABAP Code to SELECT data from ACO_ROLE
Related tables to ACO_ROLE
Access table ACO_ROLE




Table field list including key, data, relationships and ABAP select examples

ACO_ROLE is a standard SAP Table which is used to store Object-Related Authorizations for a Role data and is available within R/3 SAP systems depending on the version and release level.

The ACO_ROLE table consists of various fields, each holding specific information or linking keys about Object-Related Authorizations for a Role data available in SAP. These include ID (Authorization ID), ROLE_ID (Role ID), OBJECT_ID (Object ID), TOP_NODE_ID (ID of Highest Node in the Hierarchy).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ACO_ROLE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
IDAuthorization ID ACO_AUTHORITY_IDRAW16SYSUUID
ROLE_IDRole ID ACO_ROLE_IDCHAR30Assigned to domainAGR_NAME
OBJECT_IDObject ID ACO_OBJECT_IDRAW16SYSUUID
TOP_NODE_IDID of Highest Node in the Hierarchy ACO_TOP_IDRAW16SYSUUID
ACTIVITYActivity for Authorization Check ACO_ACTVTCHAR10ACO_ACTVT
TYPEObject Category ACO_OBJECT_TYPECHAR15Assigned to domainACO_OBJECT_TYPEACO_OBJECT_TYPE

Key field Non-key field



How do I retrieve data from SAP table ACO_ROLE using ABAP code

The following ABAP code Example will allow you to do a basic selection on ACO_ROLE to SELECT all data from the table
DATA: WA_ACO_ROLE TYPE ACO_ROLE.

SELECT SINGLE *
FROM ACO_ROLE
INTO CORRESPONDING FIELDS OF WA_ACO_ROLE
WHERE...

How to access SAP table ACO_ROLE

Within an ECC or HANA version of SAP you can also view further information about ACO_ROLE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!