GRFNDMRA SAP (DataMart: Risk control self assessment) Table details

Dictionary Type: Table
Description: DataMart: Risk control self assessment




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




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

GRFNDMRA is a standard SAP Table which is used to store DataMart: Risk control self assessment data and is available within R/3 SAP systems depending on the version and release level.

The GRFNDMRA table consists of various fields, each holding specific information or linking keys about DataMart: Risk control self assessment data available in SAP. These include SNAPSHOT_ID (Datamart - Snapshot ID), OBJECT_ID (Object ID), RA (RCSA - ID), RA_PLAN_ID (RCSA - Plan 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP GRFNDMRA 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
SNAPSHOT_IDDatamart - Snapshot ID GRFN_DM_SNAPSHOT_IDCHAR32SYSUUID_C
OBJECT_IDObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
RARCSA - ID GRRM_OB_REP_RCSA_IDCHAR32GRFN_GUID
RA_PLAN_IDRCSA - Plan ID GRRM_OB_REP_RCSA_PLAN_IDCHAR32GRFN_GUID
RA_SURVEY_IDRCSA - Survey ID GRRM_OB_REP_RCSA_SURVEY_IDCHAR32SYSUUID_C
RA_OFFLINERCSA - Offline ID GRRM_OB_REP_RCSA_OFFLINECHAR1GRFN_BOOLEAN
RA_RISK_CATRCSA - Risk category ID GRRM_OB_REP_RCSA_CRGROUP_IDNUMC8
RA_ORGUNITRCSA - Org unit ID GRRM_OB_REP_RCSA_ORGUNIT_IDNUMC8
RA_STATUSRCSA - Status ID GRRM_OB_REP_RCSA_STATUSCHAR10GRRM_OB_RCSA_STATUS
RA_TASKPLANRCSA - task plan ID GRRM_OB_REP_RCSA_TASKPLAN_IDCHAR32SYSUUID_C
RA_CREATED_BYRCSA - Created by ID GRRM_OB_REP_RCSA_CREATED_BYCHAR12Assigned to domainXUBNAME
RA_CREATED_ONRCSA - Created on date GRRM_OB_REP_RCSA_CREATED_ONDATS8
RA_CREATED_ON_TMRCSA - Created on time GRRM_OB_REP_RCSA_CREATED_ON_TMTIMS6
RA_CHANGED_BYRCSA - Changed by ID GRRM_OB_REP_RCSA_CHANGED_BYCHAR12Assigned to domainXUBNAME
RA_CHANGED_ONRCSA - Changed on date GRRM_OB_REP_RCSA_CHANGED_ONDATS8
RA_CHANGED_ON_TMRCSA - Changed on time GRRM_OB_REP_RCSA_CHANGED_ON_TMTIMS6
RA_APPROVED_BYRCSA - Approved by ID GRRM_OB_REP_RCSA_APPROVED_BYCHAR12Assigned to domainXUBNAME
RA_APPROV_ONRCSA - Approved on date GRRM_OB_REP_RCSA_APPROVED_ONDATS8
RA_APPROV_ON_TMRCSA - Approved on time GRRM_OB_REP_RCSA_APPROVE_ON_TMTIMS6
RA_KF_VALUERCSA - Key figure value GRRM_OB_REP_RCSA_KEYFIG_VALUECURR15(2) GRFN_AMOUNT
RA_KF_CURRRCSA - Key figure currency GRRM_OB_REP_RCSA_KEYFIG_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRFNDMRA
INTO CORRESPONDING FIELDS OF WA_GRFNDMRA
WHERE...

How to access SAP table GRFNDMRA

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