GRACCRROLET SAP (Text table for Critical Role) Table details

Dictionary Type: Table
Description: Text table for Critical Role




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




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

GRACCRROLET is a standard SAP Table which is used to store Text table for Critical Role data and is available within R/3 SAP systems depending on the version and release level.

The GRACCRROLET table consists of various fields, each holding specific information or linking keys about Text table for Critical Role data available in SAP. These include ROLE_NAME (UUID of the GRC object (char32)), CONNECTOR (Connector Id), RULESETID (Rule Set ID), LANGU (Language Key).. 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: Can be enhanced (character-type or numeric)


SAP GRACCRROLET 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ROLE_NAMEUUID of the GRC object (char32) GRFN_GUIDCHAR32GRFN_GUID
CONNECTORConnector Id GRFN_CONNECTORIDCHAR32Assigned to domainRFCDEST
RULESETIDRule Set ID GRAC_RULESET_IDCHAR8GRAC_RULESET_IDGRAC_RULESET
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
DESCNDescription GRAC_DESCNCHAR132GRAC_DESCN

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRACCRROLET
INTO CORRESPONDING FIELDS OF WA_GRACCRROLET
WHERE...

How to access SAP table GRACCRROLET

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