GRFN_S_CY_RM_SELECTION SAP (Selection data for Generic report) Structure details

Dictionary Type: Structure
Description: Selection data for Generic report




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




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

GRFN_S_CY_RM_SELECTION 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 "Selection data for Generic report" 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_RM_SELECTION TYPE GRFN_S_CY_RM_SELECTION.

The GRFN_S_CY_RM_SELECTION table consists of various fields, each holding specific information or linking keys about Selection data for Generic report data available in SAP. These include TF_YEAR (Timeframe Year), OU (Organization ID), OU_T (Orgunit), RG (Risk Category Group 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_CY_RM_SELECTION 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
TIMEFRAMETimeframe GRFN_TIMEFRAMECHAR10Assigned to domainGRFN_TIMEFRAME
TF_YEARTimeframe Year GRFN_TF_YEARCHAR4GRFN_TF_YEAR
OUOrganization ID GRFN_REP_ORGUNIT_IDNUMC8NUMC08
OU_TOrgunit GRFN_REP_ORGUNIT_TEXTCHAR40GRFN_REP_TEXT_40
RGRisk Category Group ID GRFN_REP_CRISKGROUPNUMC8
RG_TRisk Category GRFN_REP_CRISKGROUP_TEXTCHAR40
CACActivity ID GRFN_REP_CACTIVITYCHAR9
CA_TActivity Category GRFN_REP_CACTIVITY_TEXTCHAR40GRFN_REP_TEXT_40
AC_IDActivity ID GRFN_REP_ACTIVITYCHAR9
AC_TActivity Title GRFN_REP_ACTIVITY_TEXTCHAR40GRFN_REP_TEXT_40
TOPN_FIELDNAMETopN fieldname GRFN_REP_TOPN_FIELDNAMECHAR30Assigned to domainFDNAME
TOPN_VALUETopN Value GRFN_REP_TOPN_VALUEINT410INT4
AGGR_TECHNIQUEAggregation Logic in Reporting GRFN_REP_AGGR_TECHNIQUECHAR1GRFN_REP_AGGR_TECHNIQUE
NO_SUBORGSPC Reporting: Subnode Selection GRFN_REP_NO_SUBORGSCHAR1GRFN_REP_NO_SUBORGS
NO_BUFFERReport: Use of reporting buffer GRFN_REP_NO_BUFFERCHAR1GRFN_REP_NO_BUFFER
PROC_ASSReport: Display Assessment / Test with rating GRFN_REP_PROC_ASSCHAR1GRFN_REP_PROC_ASS
CASESCase selection GRFN_REP_CASESCHAR1GRFN_REP_CASES
TEST_STEPSPC Reporting: Activation of Requested Reports GRFN_REP_TEST_STEP_FLAGCHAR1GRFN_REP_TEST_STEP_FLAG
OUTPUT_TYPEReport Output Format GRFN_REP_OUTPUT_TYPECHAR1GRFN_REP_OUTPUT_TYPE
PROCESS_STEPSShow Process steps in report GRFN_REP_PROCESS_STEPSCHAR1GRFN_REP_PROCESS_STEPS
CURRENCYCurrency GRFN_CURRENCYCUKY5Assigned to domainWAERSFWSH_TCURC
ASSIGNMENT_TYPEAssignment Type GRFN_ASSIGNMENT_TYPECHAR3Assigned to domainRELAT
LONG_TEXTInclude Long text GRFN_REP_LONG_TEXTCHAR1GRFN_REP_LONG_TEXT
OGOpportunity Category Group ID GRFN_REP_OPP_CAT_GROUPNUMC8
OG_TOpportunity Category Group GRFN_REP_OPP_CAT_GROUP_TEXTCHAR40
RS_ORGUNIT_SECSecondary Organization ID GRFN_REP_ORGUNIT_SECNUMC8NUMC08
RS_ORGUNIT_SEC_TSecondary Organization GRFN_REP_ORGUNIT_SEC_TCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table GRFN_S_CY_RM_SELECTION

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