GRIX_VARP SAP (Variation parameters for extracts (Report Writer)) Table details

Dictionary Type: Table
Description: Variation parameters for extracts (Report Writer)




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




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

GRIX_VARP is a standard SAP Table which is used to store Variation parameters for extracts (Report Writer) data and is available within R/3 SAP systems depending on the version and release level.

The GRIX_VARP table consists of various fields, each holding specific information or linking keys about Variation parameters for extracts (Report Writer) data available in SAP. These include HASHV (Hash encryption of selection criteria), COUNTERV (Sequence number with same hash code), RGJNR (Report Group), HASH (Hash encryption of selection criteria).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GRIX_VARP table 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
HASHVHash encryption of selection criteria GR_HASHNUMC15NUMC15
COUNTERVSequence number with same hash code GR_COUNTERNUMC8NUMC8
RGJNRReport Group RGJNRCHAR4Assigned to domainRGJNRGJB
HASHHash encryption of selection criteria GR_HASHNUMC15NUMC15
COUNTERSequence number with same hash code GR_COUNTERNUMC8NUMC8
CRNAMCreated By CRNAMCHAR12USNAM
CRDATCreation date CRDATDATS8DATUM
CRTIMECreation Time CR_TIMETIMS6T
REPORTReport Writer: Report index REPNUMNUMC2NUM2
VARNAMEVariable name GLOBALCHAR8Assigned to domainGLOBALGSV
COUNTERVARSequence number for variation restrictions GVARPCNTNUMC8NUMC8
FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
VARFFrom level of variation range VLEVEL1DDEC2RW_LEVEL
VARTTo level of variation range VLEVEL2NUMC2NUMC2
VARVIndividual Value Indicator for Variation Range VVALUESCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table GRIX_VARP using ABAP code

The following ABAP code Example will allow you to do a basic selection on GRIX_VARP to SELECT all data from the table
DATA: WA_GRIX_VARP TYPE GRIX_VARP.

SELECT SINGLE *
FROM GRIX_VARP
INTO CORRESPONDING FIELDS OF WA_GRIX_VARP
WHERE...

How to access SAP table GRIX_VARP

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