GRBMAT_1 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 GRBMAT_1 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: Demo Program: Pushbutton Graphics
Text Symbol: INF = Info for element
Text Symbol: J01 = Previous year:
Text Symbol: J02 = Current year:
Text Symbol: J03 = Next year:
Text Symbol: KEN = Ratio 1
Text Symbol: S00 = Name
Text Symbol: S01 = Column 1
Text Symbol: S02 = Column 2
Text Symbol: S03 = Column 3
Text Symbol: S04 = Column 4
Text Symbol: SXX = Columns
Text Symbol: Z01 = Line 1
Text Symbol: Z02 = Line 2
Text Symbol: Z03 = Subtotal
Text Symbol: Z04 = Line 4
Text Symbol: Z05 = Total
Text Symbol: ZXX = Lines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GRAPH_BUTTON_MATRIX CALL FUNCTION 'GRAPH_BUTTON_MATRIX'" Button Graphik EXPORTING TTEXT = SY-TITLE CTXT1 = TEXT-S00 CTXT2 = TEXT-S01 CTXT3 = TEXT-S02 CTXT4 = TEXT-S03 CTXT5 = TEXT-S04 VTXT1 = TEXT-KEN VALD1 = 1 VAL11 = 10 VAL12 = 30 VAL13 = 40 VAL14 = 50 COL11 = 'CYAN' COL12 = 'GRAY' COL13 = 'YELLOW' COL14 = 'GRAY' COL15 = 'RED' STAT = BMAT_STAT SUPER = 'X' IMPORTING ROWNR = NROW COLNR = NCOL RWNID = WINID M_TYP = M_TYP TABLES DATA = MATRIX ATTR = ATTR SIZE = SIZE.
GRAPH_3D CALL FUNCTION 'GRAPH_3D' EXPORTING TITL = TEXT DIM1 = TEXT-SXX DIM2 = TEXT-ZXX STAT = BUSG_STAT TABLES DATA = MATRIX.
GRAPH_MATRIX_2D CALL FUNCTION 'GRAPH_MATRIX_2D' EXPORTING TITL = TCOL NCOL = NCOL STAT = BUSG_STAT TABLES DATA = MATRIX OPTS = OPTS TCOL = TCOL.
GRAPH_MATRIX_2D CALL FUNCTION 'GRAPH_MATRIX_2D' EXPORTING TITL = MATRIX-COL1 NROW = NROW STAT = BUSG_STAT TABLES DATA = MATRIX OPTS = OPTS TCOL = TCOL.
TEXT_MATRIX CALL FUNCTION 'TEXT_MATRIX' EXPORTING TTEXT = TEXT RSIZE = '5' CSIZE = '20' STAT = TWIN_STAT TABLES DATA = MTEXT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRBMAT_1 - Demo Program: Pushbutton Graphics GRBMAT_1 - Demo Program: Pushbutton Graphics GRAPHIC_CALLBACK_MODS - Include GRAPHIC_CALLBACK_MODS GRAPHICS_IGS_ZIPPER_DEMO - Internet Graphics Service: Demo Report for Zip Interpreter GRAPHICS_IGS_ZIPPER_DEMO - Internet Graphics Service: Demo Report for Zip Interpreter GRAPHICS_IGS_RSPO_TEST - Report GRAPHICS_IGS_RSPO_TEST