GRPC_S_GRPCTRANS SAP (Rule Parameter) Structure details

Dictionary Type: Structure
Description: Rule Parameter




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




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

GRPC_S_GRPCTRANS 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 "Rule Parameter" 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_GRPCTRANS TYPE GRPC_S_GRPCTRANS.

The GRPC_S_GRPCTRANS table consists of various fields, each holding specific information or linking keys about Rule Parameter data available in SAP. These include MANDT (Client), RULEID (Rule), VERSION (Rule Version), RULESETID (Rule Parameter).. 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_GRPCTRANS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RULEIDRule GRPC_RLEIDCHAR20GRPCRULEGRPC_RLEID
VERSIONRule Version GRPC_VERSIONNUMC4GRPCRULEGRPC_VERSION
RULESETIDRule Parameter GRPC_RULESETIDCHAR30GRPC_RULESETID
RULEVARRule Criteria GRPC_RULEVARCHAR30GRPCRLCRGRPC_RULEVAR
SCHEMANORule Parameter No (Rule Set/Schema No in Backend) GRPC_SCHEMANONUMC4GRPC_SCHEMANO
SCOUNTERCounter for Rule Criteria Sequence GRPC_COUNTERNUMC6GRPC_COUNTER
ANALYSISTYPEAnalysis Type GRPC_ANALYSISTYPECHAR2GRPC_ANALYSISTYPE
ANALYSISINDAnalysis Inidicator GRPC_AICHAR2GRPC_AI
RANGEDeficiency Value Range GRPC_OPERATIONCHAR2GRPC_OPERATION
ABSVAL_MWAbsolute High Deficiency GRPC_ABSMWEAKNESSNUMC15GRPC_DEFICIENCY
ABSVAL_SDEFAbsolutte Medium Deficiency GRPC_ABSVAL_SDEFNUMC15GRPC_DEFICIENCY
ABSVAL_DEFAbsolute Low Deficiency GRPC_ABSVAL_DEFNUMC15GRPC_DEFICIENCY
PERCNT_MW% High GRPC_PERMWEAKNESSDEC5(2) GRPC_DEFICIENCYPERCENT
PERCNT_SDEF% Medium GRPC_PERVAL_SDEFDEC5(2) GRPC_DEFICIENCYPERCENT
PERCNT_DEF% Low GRPC_PERVAL_DEFDEC5(2) GRPC_DEFICIENCYPERCENT
WAERSCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
MW_INDHigh Deficiency Indicator for Control Scan GRPC_MWINDCHAR1GRPC_INDICATOR
SD_INDMedium Deficiency Indicator for Control Scan GRPC_SDINDCHAR1GRPC_INDICATOR
DEF_INDLow Deficiency Indicator for Control Scan GRPC_DEFINDCHAR1GRPC_INDICATOR
ABSVAL_MW_CNTLHigh Deficiency for Control Scan GRPC_ABSVAL_MW_CNTLCHAR15GRPC_DEFICIENCYCNTL
ABSVAL_SDEF_CNTLMedium Deficiency for Control Scan GRPC_ABSVAL_SDEF_CNTLCHAR15GRPC_DEFICIENCYCNTL
ABSVAL_DEF_CNTLLow Deficiency for Control Scan GRPC_ABSVAL_DEF_CNTLCHAR15GRPC_DEFICIENCYCNTL
PERCNT_MW_CNTL% High GRPC_PERMWEAKNESSDEC5(2) GRPC_DEFICIENCYPERCENT
PERCNT_SDEF_CNTL% Medium GRPC_PERVAL_SDEFDEC5(2) GRPC_DEFICIENCYPERCENT
PERCNT_DEF_CNTL% Low GRPC_PERVAL_DEFDEC5(2) GRPC_DEFICIENCYPERCENT
EXIST_CHK_INDExistence Check Indicator GRPC_EXISTENCECHAR1GRPC_INDICATOR
BLANK_CHK_INDBlank Value Check Indicator for Control Scan GRPC_BLANKVALINDCHAR1GRPC_INDICATOR
NUM_OF_CHNG_INDNumber of Change Indicator for Control Scan GRPC_NOCHANGEINDCHAR1GRPC_INDICATOR
VALUE_CHK_INDField Value Check for Control Scan GRPC_VALUECHKINDCHAR1GRPC_INDICATOR
CCIPending Review for Control Scan GRPC_CCICHAR1GRPC_INDICATOR
INCL_EXCL_INDInclusive/Exclusive Indicator GRPC_INCLEXCLINDCHAR1GRPC_INCLEXCLIND
CREATEDONDate Created GRPC_CREATEDONDATS8DATS
CREATETIMETime Created GRPC_CREATETIMETIMS6TIME
CREATEDBYCreated By GRPC_CREATEDBYCHAR12UNAME
CHANGEDONLast Changed On GRPC_CHDATEDATS8DATUM
CHANGETIMELast Change Time GRPC_CHTIMETIMS6SYTIME
CHANGEDBYLast Changed By GRPC_CHANGEDBYCHAR12UNAME

Key field Non-key field



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

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

How to access SAP table GRPC_S_GRPCTRANS

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