CRM_ACE_ANGRPS SAP (Actions of ACE action-groups) Table details

Dictionary Type: Table
Description: Actions of ACE action-groups




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




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

CRM_ACE_ANGRPS is a standard SAP Table which is used to store Actions of ACE action-groups data and is available within R/3 SAP systems depending on the version and release level.

The CRM_ACE_ANGRPS table consists of various fields, each holding specific information or linking keys about Actions of ACE action-groups data available in SAP. These include ACTION (ACE action ID).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRM_ACE_ANGRPS 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
ACTION_GRP_IDAction Group ID (Access Control Engine) CRM_ACE_ACTION_GROUP_IDCHAR20CRM_ACE_ANGRPCRM_ACE_ACTION_GROUP_ID
ACTIONACE action ID CRM_ACE_ACTION_IDCHAR2CRM_ACE_ACTSACTIV_AUTH

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_ACE_ANGRPS
INTO CORRESPONDING FIELDS OF WA_CRM_ACE_ANGRPS
WHERE...

How to access SAP table CRM_ACE_ANGRPS

Within an ECC or HANA version of SAP you can also view further information about CRM_ACE_ANGRPS 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!