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
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.
Title: Hierarchy Representation
001 Element Superordinate element Description
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GR_CHECK - Hierarchy Representation GR_CHECK - Hierarchy Representation GRW_HISTORY_DELETE_REP - Report to delete entries from table GRW_HISTORY GRW_HISTORY_DELETE_REP - Report to delete entries from table GRW_HISTORY GRW_DEL_OBJECTS_DELETE_REP - Report to delete entries from table GRW_DEL_OBJECTS GRW_DEL_OBJECTS_DELETE_REP - Report to delete entries from table GRW_DEL_OBJECTS