GRFNDMRS SAP (DataMart: Risk) Table details

Dictionary Type: Table
Description: DataMart: Risk




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




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

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

The GRFNDMRS table consists of various fields, each holding specific information or linking keys about DataMart: Risk data available in SAP. These include SNAPSHOT_ID (Datamart - Snapshot ID), OBJECT_ID (Object ID), RS (Risk ID), RS_VALID_FROM (Risk Valid From).. 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 GRFNDMRS 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
RSRisk ID GRFN_REP_RISK_IDCHAR9CHAR9
RS_VALID_FROMRisk Valid From GRFN_REP_RISK_VALID_FROMDATS8DATUM
RS_VALID_TORisk Valid To GRFN_REP_RISK_VALID_TODATS8DATUM
RS_RESP_USERRisk Owner ID GRFN_REP_RISK_RESP_USERCHAR12Assigned to domainXUBNAME
RS_STATUSRisk Status ID GRFN_REP_RISK_STATUSCHAR5Assigned to domainJ_ISTAT
RS_RSA_PRLProbability ID GRFN_REP_RISK_PROB_LEVELNUMC3GRFN_REP_RISK_PROB_LEVEL
RS_RSA_IMLImpact Level ID GRFN_REP_RISK_IMPACT_LEVELNUMC2Assigned to domainGRFN_IMPACT_LEVEL
RS_RSA_RSLRisk Level ID GRFN_REP_RISK_RISK_LEVELCHAR4GRFN_REP_RISK_RISK_LEVEL
RS_PAR_OBJTYPEParent Objtype GRFN_REP_PARENT_OBJTYPECHAR10GRFN_OBJTYPE
RS_PARENTRisk Parent ID GRFN_REP_RISK_PARENTNUMC8
RS_CENTRALCrisk ID GRFN_REP_RISK_REFCRISKNUMC8
RS_CONTROL_IDControl ID GRFN_REP_CONTROL_IDCHAR9
RS_VAL_USERRisk Validated By GRFN_REP_RISK_VAL_USERCHAR12GRFN_REP_RESP_USER
RS_VAL_DATERisk Validated On GRFN_REP_RISK_VAL_DATEDATS8GRFN_DATUM
RS_ORGUNITReporting: Risk's Orgunit ID GRFN_REP_RS_ORGUNITNUMC8NUMC08
RS_ORGUNIT_SECSecondary Organization ID GRFN_REP_ORGUNIT_SECNUMC8NUMC08
RS_DISTR_METHODRisk - distribution method (ID) GRFN_REP_RS_DISTRIB_METHODCHAR1GRRM_RISK_DISTRIB_METHOD
RS_KRI_VIOLKRI violation GRFN_REP_KRI_VIOLATIONCHAR1GRFN_BOOLEAN
RS_IS_LOCALRisk - Is Local ID GRFN_REP_RISK_IS_LOCALCHAR1GRFN_BOOLEAN
RS_CREATED_BYRisk Created By GRFN_REP_RISK_CREATE_USERCHAR12Assigned to domainXUBNAME
RS_CREATED_ONRisk Created On (Date) GRFN_REP_RISK_CREATED_ONDATS8
RS_CREATED_ON_TMRisk Created On (Time) GRFN_REP_RISK_CREATED_ON_TMTIMS6
RS_RISK_TYPERisk type ID GRFN_REP_RISK_TYPECHAR10GRRM_RISK_TYPE
RS_LEADING_FHReporting: DRS5 Forecasting Horizon ID GRFN_REP_FH_IDNUMC6GRRM_FH_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRFNDMRS
INTO CORRESPONDING FIELDS OF WA_GRFNDMRS
WHERE...

How to access SAP table GRFNDMRS

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