GRFN_S_CY_GRRM_R4 SAP (Risk Per Orgunit) Structure details

Dictionary Type: Structure
Description: Risk Per Orgunit




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




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

GRFN_S_CY_GRRM_R4 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Risk Per Orgunit" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_GRFN_S_CY_GRRM_R4 TYPE GRFN_S_CY_GRRM_R4.

The GRFN_S_CY_GRRM_R4 table consists of various fields, each holding specific information or linking keys about Risk Per Orgunit data available in SAP. These include OBJECT_KEY (Object Sequence Number), PARENT_KEY (Object Sequence Number), IS_EXPANDED (New Input Values), IS_LEAF (New Input Values).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GRFN_S_CY_GRRM_R4 structure 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
OBJECT_KEYObject Sequence Number GRFN_OBJECT_SEQNRINT410
PARENT_KEYObject Sequence Number GRFN_OBJECT_SEQNRINT410
IS_EXPANDEDNew Input Values GRFN_XFLAGCHAR1GRFN_XFLAG
IS_LEAFNew Input Values GRFN_XFLAGCHAR1GRFN_XFLAG
TREE_LEVELTree Level GRFN_REP_TREE_LEVELINT410INT4
NODEObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
NODE_THierarchy GRFN_REP_TREE_TEXTCHAR100GRFN_TEXT
NODETYPEEntity ID GRFN_API_ENTITY_IDCHAR20Assigned to domainGRFN_API_ENTITY_ID
NODETYPE_TObject Type GRFN_REP_NODETYPE_TEXTCHAR100GRFN_TEXT
NODETYPE_ICONObject Type Icon GRFN_REP_NODETYPE_ICONCHAR30ICONNAME
AC_IDActivity ID GRFN_REP_ACTIVITYCHAR9
AC_TActivity Title GRFN_REP_ACTIVITY_TEXTCHAR40GRFN_REP_TEXT_40
AL_CURRENCYCurrency GRFN_REP_ANALYSIS_CURRENCYCUKY5Assigned to domainWAERSFWSH_TCURC
AL_INH_EXLInherent Expected Loss GRFN_REP_ANALYSIS_INH_EXLCURR15(2)
AL_RSA_EXLResidual Expected Loss GRFN_REP_ANALYSIS_RSA_EXLCURR15(2)
AL_INH_IMMInherent Total Loss GRFN_REP_ANALYSIS_INH_IMMCURR15(2)
AL_RSA_IMMResidual Total Loss GRFN_REP_ANALYSIS_RSA_IMMCURR15(2)
AL_INH_PRBInherent Probability GRFN_REP_ANALYSIS_INH_PRBDEC6(4)
AL_RSA_PRBResidual Probability GRFN_REP_ANALYSIS_RSA_PRBDEC6(4)
AL_INH_RSLInherent Risk Level ID GRFN_REP_ANALYSIS_INH_RSLCHAR4
AL_INH_RSL_Tinherent Risk Level GRFN_REP_ANALYSIS_RSL_TEXTCHAR40GRRM_RISK_LEVEL_TXT
AL_RSA_RSLResidual Risk Level ID GRFN_REP_ANALYSIS_RSA_RSLCHAR4
AL_RSA_RSL_TResidual Risk Level GRFN_REP_ANALYSIS_RSA_RSL_TEXTCHAR40
RGRisk Category Group ID GRFN_REP_CRISKGROUPNUMC8
RG_TRisk Category GRFN_REP_CRISKGROUP_TEXTCHAR40
OUOrgunit ID GRFN_REP_ORGUNITNUMC8
OU_TOrgunit GRFN_REP_ORGUNIT_TEXTCHAR40GRFN_REP_TEXT_40
RP_RESP_COUNTResponse count GRFN_REP_RESPONSE_RESP_COUNTINT410INT4
RP_RESP_COSTResponse Cost GRFN_REP_RESPONSE_RESP_COSTCURR15(2) GRRM_RESPONSE_COST
RSRisk ID GRFN_REP_RISK_IDCHAR9CHAR9
RS_TRisk GRFN_REP_RISK_TEXTCHAR40GRFN_REP_TEXT_40
RESP_USERResponsible user ID GRFN_REP_RESP_USERCHAR12GRFN_REP_RESP_USER
RESP_USER_TOwner GRFN_REP_RESP_USER_TCHAR80GRFN_REP_USER_NAME
RS_STATUSRisk Status ID GRFN_REP_RISK_STATUSCHAR5Assigned to domainJ_ISTAT
RS_STATUS_TRisk Status GRFN_REP_RISK_STATUS_TEXTCHAR30TEXT30
VALID_FROMRisk Valid From GRFN_REP_RISK_VALID_FROMDATS8DATUM
VALID_TORisk Valid To GRFN_REP_RISK_VALID_TODATS8DATUM
OBObjective Id GRFN_REP_OBJECTIVENUMC8
OB_TObjective Title GRFN_REP_OBJECTIVE_TEXTCHAR40GRFN_TITLE
CA_TActivity Category GRFN_REP_CACTIVITY_TEXTCHAR40GRFN_REP_TEXT_40
CACActivity ID GRFN_REP_CACTIVITYCHAR9

Key field Non-key field



How do I retrieve data from SAP structure GRFN_S_CY_GRRM_R4 using ABAP code?

As GRFN_S_CY_GRRM_R4 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on GRFN_S_CY_GRRM_R4 as there is no data to select.

How to access SAP table GRFN_S_CY_GRRM_R4

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