GRIX SAP (Report Writer: Directory of Stored Data) Table details

Dictionary Type: Table
Description: Report Writer: Directory of Stored Data




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




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

GRIX is a standard SAP Table which is used to store Report Writer: Directory of Stored Data data and is available within R/3 SAP systems depending on the version and release level.

The GRIX table consists of various fields, each holding specific information or linking keys about Report Writer: Directory of Stored Data 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 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 MANDTCLNT3T000MANDT
HASHVHash encryption of selection criteria GR_HASHNUMC15NUMC15
COUNTERVSequence number with same hash code GR_COUNTERNUMC8NUMC8
RGJNRReport Group RGJNRCHAR4T803JRGJNRGJB
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
VERSNVersion of generated report group GR_VERSNNUMC8NUMC8
MASTERDATDate for master data MASTERDATEDATS8DATUM
STATUSReport Writer: Stored report status indicator GR_STATUSCHAR1GR_STATUS
STATUS_AUPriority of Extract GR_STAT_ACHAR1GR_STAT_A
GRSIZEReport Writer: Size of stored report GR_SIZENUMC8NUMC8
VALDATEExpiration Date DELDATEDATS8SYDATS
GRIX_COUNTFrequency of the Usage of an Extract GREP_COUNTNUMC6GREP_COUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRIX
INTO CORRESPONDING FIELDS OF WA_GRIX
WHERE...

How to access SAP table GRIX

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