GRACREASONCOD SAP (Master table for Reason Codes) Table details

Dictionary Type: Table
Description: Master table for Reason Codes




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




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

GRACREASONCOD is a standard SAP Table which is used to store Master table for Reason Codes data and is available within R/3 SAP systems depending on the version and release level.

The GRACREASONCOD table consists of various fields, each holding specific information or linking keys about Master table for Reason Codes data available in SAP. These include REASON_CODE (UUID of the GRC object (char32)), REASON_TEXT (Title/Short Name), STATUS (Description of Status), RESET_COUNT (Time Stamp).. 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)

Text table = GRACREASONCODT


SAP GRACREASONCOD 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
REASON_CODEUUID of the GRC object (char32) GRFN_GUIDCHAR32GRFN_GUID
REASON_TEXTTitle/Short Name GRFN_TITLECHAR40GRFN_TITLE
STATUSDescription of Status GRAC_STATUSCHAR1GRAC_STATUS
RESET_COUNTTime Stamp GRAC_TIMESTAMPDEC15TZNTSTMPS
UPDATED_BYField Last Updated by Username GRAC_UPDATED_BYCHAR12Assigned to domainXUBNAME
UPDATED_ONTime Stamp GRFN_TIMESTAMPDEC15TSTPSGRFN_TIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRACREASONCOD
INTO CORRESPONDING FIELDS OF WA_GRACREASONCOD
WHERE...

How to access SAP table GRACREASONCOD

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