SAP Reports / Programs

GR_CHECK SAP ABAP Report - Hierarchy Representation







GR_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter GR_CHECK into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT GR_CHECK. "Basic submit
SUBMIT GR_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT GR_CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Hierarchy Representation
001 Element Superordinate element Description


INCLUDES used within this REPORT GR_CHECK

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

GRAPH_HIERARCHY CALL FUNCTION 'GRAPH_HIERARCHY' EXPORTING TTEXT = 'GR_CHECK : CLICK ANY NODE' NDIMS = 4 SMODE = 2 VTXT1 = 'Kennzahl 1' VAL11 = 20 VAL12 = 50 COL11 = 'DARKBLUE' COL12 = 'DARKYELLOW' COL13 = 'RED' VTXT2 = 'Kennzahl 2' NTEXT = 'WHITE' STAT = HIER1_STAT SUPER = 'X' WINID = 'HIER1' IMPORTING M_TYP = M_TYP RBUFF = RBUFF NODES = HIER-ELKEY RWNID = RWNID TABLES DATA = HIER.

GRAPH_MATRIX_2D CALL FUNCTION 'GRAPH_MATRIX_2D' EXPORTING TITL = HIER-ETEXT NROW = SY-TABIX STAT = BUSG_STAT TABLES DATA = BUSGDATA OPTS = GOPTS TCOL = TCOL.

TEXT_MATRIX CALL FUNCTION 'TEXT_MATRIX' EXPORTING TTEXT = 'Info Fenster' RSIZE = '6' CSIZE = '30' STAT = TEMA_STAT TABLES DATA = MTEXT.

STAT_GRAPH CALL FUNCTION 'STAT_GRAPH' EXPORTING INFORM = 'X' STAT = STAT_STAT TTEXT = NODE TAXIS = 'PERSONEN' SCALE = 'MAN' XRNGU = 5 XTCKS = '6' YRNGU = 10000 YTCKS = '11' TABLES DATA = STATDATA OPTS = GOPTS.

GRAPH_HPGL CALL FUNCTION 'GRAPH_HPGL' EXPORTING STAT = HPGL_STAT IMPORTING M_TYP = M_TYP TABLES DATA = HPGL.

GRAPH_DIALOG *CALL FUNCTION 'GRAPH_DIALOG' * EXPORTING * CLOSE = 'X'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name GR_CHECK or its description.