GRPCRTA_S_HEADER_DISPLAY SAP (Process Control Header Display) Structure details

Dictionary Type: Structure
Description: Process Control Header Display




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




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

GRPCRTA_S_HEADER_DISPLAY 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 "Process Control Header Display" 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_GRPCRTA_S_HEADER_DISPLAY TYPE GRPCRTA_S_HEADER_DISPLAY.

The GRPCRTA_S_HEADER_DISPLAY table consists of various fields, each holding specific information or linking keys about Process Control Header Display data available in SAP. These include SUBPROCESSID (Subprocess), SCRIPTCATG (Script Category), CTL_TYPE_ID (Control Type), ASSERTION_ID (Assertion 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: Not classified


SAP GRPCRTA_S_HEADER_DISPLAY 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
PROCESSIDProcess GRPCRTA_PROCESSIDNUMC5GRPCRTA_PROCESSID
SUBPROCESSIDSubprocess GRPCRTA_SUBPROCESSIDNUMC5GRPCRTA_SUBPROCESSID
SCRIPTCATGScript Category GRPCRTA_SCRIPTCATGCHAR30TEXT30
CTL_TYPE_IDControl Type GRPCRTA_CTLTYPEIDNUMC5GRPCRTA_CTLTYPEID
ASSERTION_IDAssertion ID GRPCRTA_ASSERTIONIDNUMC5GRPCRTA_ASSERTIONID
RULEIDRule ID GRPCRTA_RLEIDCHAR20GRPCRTA_RLEID
RULE_STEPRule Step GRPCRTA_SCHEMADESCCHAR132GRPCRTA_SCHEMADESC
SCHEMANORule Parameter description GRPCRTA_SCHEMANONUMC4GRPCRTA_SCHEMANO
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RANGEDeficiency Value Range GRPCRTA_OPERATIONCHAR2GRPCRTA_OPERATION
VERSIONCCS Rule Version GRPCRTA_VERSIONNUMC4GRPCRTA_VERSION
RULEVARRule Criteria GRPCRTA_RULEVARCHAR30GRPCRTA_RULEVAR
CHECK_FLDProcess Control Check Field GRPCRTA_CHECKFLDCHAR15CHAR15
CHECK_VALProcess Control Check Value GRPCRTA_CHECKVALCHAR25CHAR25
GROUPING_NOSchema Grouping Number GRPCRTA_GROUPINGNONUMC6GRPCRTA_COUNTER
DEPENDENCY_NODependency Sequence GRPCRTA_DEPEDENCENONUMC6GRPCRTA_COUNTER
CCIChange Control Indicator for Control Scan GRPCRTA_CCICHAR1GRPCRTA_INDICATOR
INEXInclusive/Exclusive Indicator GRPCRTA_INCLEXCLINDCHAR1GRPCRTA_INCLEXCLIND
TOTAL_DEFProcess Control Total Deficiency Records GRPCRTA_TOTAL_DEFCHAR132CHAR132
STATUSProcess Control Status GRPCRTA_STATUSCHAR50CHAR50
PERIODPeriod GRPCRTA_PERIODCHAR6GRPCRTA_PERIOD
RUNBYProcess Control Run by GRPCRTA_RUNBYCHAR45CHAR45
TIMESystem Time SYUZEITTIMS6SYTIME
GV_GRPOrg. Level System Parameters GRPCRTA_GV_GRPCHAR50GRPCRTA_GV_GRP
LOCATIONOrganization GRPCRTA_LOCATIONIDNUMC5GRPCRTA_LOCATIONID
TOTAL_RECORDTotal Exception Count GRPCRTA_TOTRECCHAR50CHAR50
COUNTERCounter GRPCRTA_COUNTERNUMC6GRPCRTA_COUNTER
OPTIONOrganization Unit Range GRPCRTA_GV_OPTIONCHAR2SYCHAR02
LOWRule Criteria Value Low GRPCRTA_RV_LOWCHAR45RSDSSELOPT
HIGHRule Criteria Value High GRPCRTA_RV_HIGHCHAR45RSDSSELOPT
RULE_VALUESProcess Control Rule Criteria Values GRPCRTA_RULEVAULECHAR70SYCHAR70
RISKProces Control Risk GRPCRTA_PCDERISKCHAR120CHAR120
REPORTIDControl ID GRPCRTA_REPORTIDCHAR15GRPCRTA_REPORTID
CONTROL_NAMEControl name GRPCRTA_CONTROLNAMECHAR40CHAR40
CONTROL_IDControl ID GRPCRTA_CONTROLIDCHAR50GRPCRTA__API_OBJECT_ID

Key field Non-key field



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

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

How to access SAP table GRPCRTA_S_HEADER_DISPLAY

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