GRFN_S_W5_ATTR_I SAP (Reporting: Forecasting Horizon for Analysis) Structure details

Dictionary Type: Structure
Description: Reporting: Forecasting Horizon for Analysis




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




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

GRFN_S_W5_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 "Reporting: Forecasting Horizon for Analysis" 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_W5_ATTR_I TYPE GRFN_S_W5_ATTR_I.

The GRFN_S_W5_ATTR_I table consists of various fields, each holding specific information or linking keys about Reporting: Forecasting Horizon for Analysis data available in SAP. These include W5_INH_QLP (Reporting: DRS5 Qualitative Probability ID), W5_INH_QNP (Reporting: DRS5 Quantitative Probability), W5_INH_IMM (Reporting: DRS5 Impact Mode ID), W5_INH_QLI (Reporting: DRS5 Qualitative Impact 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: Cannot Be Enhanced


SAP GRFN_S_W5_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
W5_INH_PRMReporting: DRS5 Probability Mode ID GRFN_REP_INH_PRMCHAR2GRRM_ANALYSIS_MODE
W5_INH_QLPReporting: DRS5 Qualitative Probability ID GRFN_REP_INH_QLPNUMC3Assigned to domainGRRM_PROBABILITY_LEVEL
W5_INH_QNPReporting: DRS5 Quantitative Probability GRFN_REP_INH_QNPDEC6(4) RMPROGRRM_ANALYSIS_PROBABILITY
W5_INH_IMMReporting: DRS5 Impact Mode ID GRFN_REP_INH_IMMCHAR2GRRM_ANALYSIS_MODE
W5_INH_QLIReporting: DRS5 Qualitative Impact ID GRFN_REP_INH_QLINUMC2Assigned to domainGRFN_IMPACT_LEVEL
W5_INH_QNIReporting: DRS5 Quantitative Impact GRFN_REP_INH_QNICURR15(2) GRFN_AMOUNT
W5_INH_RSLReporting: DRS5 Risk Level ID GRFN_REP_INH_RSLCHAR4Assigned to domainGRRM_RISK_LEVEL
W5_INH_MODReporting: DRS5 Modified By ID GRFN_REP_INH_MODCHAR12UNAME
W5_INH_EXLReporting: DRS5 Inherent Expected Loss GRFN_REP_INH_EXLCURR15(2)
W5_INH_TOLReporting: DRS5 Inherent Total Loss GRFN_REP_INH_TOLCURR15(2)
W5_RSP_PRMReporting: DRS5 Probability Mode ID GRFN_REP_RSP_PRMCHAR2GRRM_ANALYSIS_MODE
W5_RSP_QLPReporting: DRS5 Qualitative Probability ID GRFN_REP_RSP_QLPNUMC3Assigned to domainGRRM_PROBABILITY_LEVEL
W5_RSP_QNPReporting: DRS5 Quantitative Probability GRFN_REP_RSP_QNPDEC6(4) RMPROGRRM_ANALYSIS_PROBABILITY
W5_RSP_IMMReporting: DRS5 Impact Mode ID GRFN_REP_RSP_IMMCHAR2GRRM_ANALYSIS_MODE
W5_RSP_QLIReporting: DRS5 Qualitative Impact ID GRFN_REP_RSP_QLINUMC2Assigned to domainGRFN_IMPACT_LEVEL
W5_RSP_QNIReporting: DRS5 Quantitative Impact GRFN_REP_RSP_QNICURR15(2) GRFN_AMOUNT
W5_RSP_RSLReporting: DRS5 Risk Level ID GRFN_REP_RSP_RSLCHAR4Assigned to domainGRRM_RISK_LEVEL
W5_RSP_MODReporting: DRS5 Modified By ID GRFN_REP_RSP_MODCHAR12UNAME
W5_RSP_EXLReporting: DRS5 Residual Planned Expected Loss GRFN_REP_RSP_EXLCURR15(2)
W5_RSP_TOLReporting: DRS5 Inherent Total Loss GRFN_REP_RSP_TOLCURR15(2)
W5_RSA_PRMReporting: DRS5 Probability Mode ID GRFN_REP_RSA_PRMCHAR2GRRM_ANALYSIS_MODE
W5_RSA_QLPReporting: DRS5 Qualitative Probability ID GRFN_REP_RSA_QLPNUMC3Assigned to domainGRRM_PROBABILITY_LEVEL
W5_RSA_QNPReporting: DRS5 Quantitative Probability GRFN_REP_RSA_QNPDEC6(4) RMPROGRRM_ANALYSIS_PROBABILITY
W5_RSA_IMMReporting: DRS5 Impact Mode ID GRFN_REP_RSA_IMMCHAR2GRRM_ANALYSIS_MODE
W5_RSA_QLIReporting: DRS5 Qualitative Impact ID GRFN_REP_RSA_QLINUMC2Assigned to domainGRFN_IMPACT_LEVEL
W5_RSA_QNIReporting: DRS5 Quantitative Impact GRFN_REP_RSA_QNICURR15(2) GRFN_AMOUNT
W5_RSA_RSLReporting: DRS5 Risk Level ID GRFN_REP_RSA_RSLCHAR4Assigned to domainGRRM_RISK_LEVEL
W5_RSA_MODReporting: DRS5 Modified By ID GRFN_REP_RSA_MODCHAR12UNAME
W5_RSA_EXLReporting: DRS5 Residual Expected Loss GRFN_REP_RSA_EXLCURR15(2)
W5_RSA_TOLReporting: DRS5 Residual Total Loss GRFN_REP_RSA_TOLCURR15(2)
W5_FH_IDReporting: 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_W5_ATTR_I using ABAP code?

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

How to access SAP table GRFN_S_W5_ATTR_I

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