GRPC_S_REP_OUT_CONTROL SAP (Reporting Control) Structure details

Dictionary Type: Structure
Description: Reporting Control




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




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

GRPC_S_REP_OUT_CONTROL 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 Control" 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_GRPC_S_REP_OUT_CONTROL TYPE GRPC_S_REP_OUT_CONTROL.

The GRPC_S_REP_OUT_CONTROL table consists of various fields, each holding specific information or linking keys about Reporting Control data available in SAP. These include CONTROL_REFPROC_T (Referenced Process), CONTROL_REFORG (Reference Organization ID), CONTROL_REFORG_T (Referenced Organization), CONTROL_CTYP (Control Type).. 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 GRPC_S_REP_OUT_CONTROL 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
CONTROL_REFPROCReference Subprocess ID GRPC_UI_CONTROL_REFPROCESSNUMC8NUMC08
CONTROL_REFPROC_TReferenced Process GRPC_UI_CONTROL_REFPROCESS_TCHAR100GRPC_TEXT
CONTROL_REFORGReference Organization ID GRPC_UI_CONTROL_REFORGUNITNUMC8NUMC08
CONTROL_REFORG_TReferenced Organization GRPC_UI_CONTROL_REFORGUNIT_TCHAR100GRPC_TEXT
CONTROL_CTYPControl Type GRPC_UI_CONTROL_CTYP_TXTCHAR100GRPC_TEXT
CONTROL_RISKRisk GRPC_REP_RISK_TEXTCHAR100GRPC_TEXT
CONTROL_SIGControl Significance (ID) GRPC_REP_CONTROL_SIGCHAR10GRPC_ATTRVALUE
CONTROL_SIG_TControl Significance GRPC_UI_CONTROL_SIG_TCHAR100GRPC_TEXT
CONTROL_PURPControl Purpose ID GRPC_REP_CONTROL_PURPCHAR10GRPC_ATTRVALUE
CONTROL_PURP_TControl Purpose GRPC_UI_CONTROL_PURP_TCHAR100GRPC_TEXT
CONTROL_MATARControl Maturity Target ID GRPC_REP_CONTROL_MATARCHAR10GRPC_ATTRVALUE
CONTROL_MATAR_TControl Maturity Target GRPC_REP_CONTROL_MATAR_TCHAR100GRPC_TEXT
CONTROL_AUTOMControl Automation (ID) GRPC_REP_CONTROL_AUTOMCHAR10GRPC_ATTRVALUE
CONTROL_AUTOM_TControl Automation GRPC_UI_CONTROL_AUTOM_TCHAR100GRPC_TEXT
CONTROL_FREQFrequency ID GRPC_REP_CONTROL_FREQCHAR10GRPC_ATTRVALUE
CONTROL_FREQ_TFrequency GRPC_UI_CONTROL_FREQ_TCHAR100GRPC_TEXT
CONTROL_NATURENature of Control ID GRPC_REP_CONTROL_NATURECHAR10GRPC_ATTRVALUE
CONTROL_NATURE_TNature of Control GRPC_UI_CONTROL_NATURE_TCHAR100GRPC_TEXT
CONTROL_TESTControl To Be Tested ID GRPC_UI_CONTROL_TESTCHAR1XFELD
CONTROL_TEST_TControl To Be Tested GRPC_UI_CONTROL_TEST_TCHAR100GRPC_TEXT
CONTROL_TEST_ICONTo Be Tested (Symbol) GRPC_UI_CONTROL_TEST_ICONCHAR30ICONNAME
CONTROL_TTECHTesting Technique ID GRPC_UI_CONTROL_TTECHNQCHAR10GRPC_ATTRVALUE
CONTROL_TTECH_TTesting Technique GRPC_UI_CONTROL_TTECHNQ_TCHAR100GRPC_TEXT
CONTROL_TPROCTesting Procedure GRPC_UI_CONTROL_TESTPROCSTRG0
CONTROL_INPUTProcess Step: Input GRPC_PROCESS_STEP_INPUTSTRG0
CONTROL_OUTPUTProcess Step: Output GRPC_PROCESS_OUTPUTSTRG0
CONTROL_TSTAUTTest Automation ID GRPC_REP_CONTROL_TEST_AUTOMCHAR10GRPC_ATTRVALUE
CONTROL_TSTAUT_TTest Automation GRPC_UI_CONTROL_TEST_AUTOM_TCHAR100GRPC_TEXT
CONTROL_RELEVANCEControl Relevance GRPC_UI_CONTROL_RELEV_TXTCHAR100GRPC_TEXT
CONTROL_CON_OBJECTIVEControl Objectives GRPC_REP_CO_TEXTSTRG0
CONTROL_ACC_GROUPAccounts Group GRPC_REP_AG_TEXTSTRG0
CONTROL_ASSERTIONSAssertions GRPC_REP_ASS_TEXTSTRG0
CONTROL_DTEVTDate or Event GRPC_UI_CONTROL_DATE_EVENTCHAR10GRPC_ATTRVALUE
CONTROL_EVTDESEvent Description GRPC_UI_CONTROL_EVENT_DESCCHAR100GRPC_TEXT

Key field Non-key field



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

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

How to access SAP table GRPC_S_REP_OUT_CONTROL

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