GRFN_S_RS_ATTR_I SAP (Risk Entity Attribute) Structure details

Dictionary Type: Structure
Description: Risk Entity Attribute




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




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

GRFN_S_RS_ATTR_I 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 Entity Attribute" 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_RS_ATTR_I TYPE GRFN_S_RS_ATTR_I.

The GRFN_S_RS_ATTR_I table consists of various fields, each holding specific information or linking keys about Risk Entity Attribute data available in SAP. These include RS_VALID_TO (Risk Valid To), RS_RESP_USER (Risk Owner ID), RS_STATUS (Risk Status ID), RS_RSA_PRL (Probability 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP GRFN_S_RS_ATTR_I 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
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 structure GRFN_S_RS_ATTR_I using ABAP code?

As GRFN_S_RS_ATTR_I 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_RS_ATTR_I as there is no data to select.

How to access SAP table GRFN_S_RS_ATTR_I

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