SAP Reports / Programs

GRGANT_3 SAP ABAP Report - GRGANT3







GRGANT_3 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 GRGANT_3 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 GRGANT_3. "Basic submit
SUBMIT GRGANT_3 AND RETURN. "Return to original report after report execution complete
SUBMIT GRGANT_3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Text Symbol: BRE = Test
Text Symbol: DEL =
Text Symbol: DFB = Football
Text Symbol: DUR = Duration
Text Symbol: FSR = Test
Text Symbol: HEA = Test
Text Symbol: LEG = Legend
Text Symbol: NEW =
Text Symbol: PAG = Test
Text Symbol: RAM = Test
Text Symbol: ROM = Test
Text Symbol: SEN = Test
Text Symbol: SOR =
Text Symbol: SPO = Test
Text Symbol: T01 = Test
Text Symbol: T02 = Test
Text Symbol: TIT = Test


INCLUDES used within this REPORT GRGANT_3

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_GANTT CALL FUNCTION 'GRAPH_GANTT' EXPORTING CONFIRM = 'X' COMMAND_OK = COMMAND_OK WHEADER = TEXT-HEA TTITLE = TEXT-TIT TTEXT = TEXT-SEN LEGEND = TEXT-LEG * TLENGTH = '5' TMBEG = BEG * TMEND = END TLINE = LIN TMVIEW = VIW NOTXT = SPACE TUNIT = 'H' DFEL = DFEL DFMS = DFMS MODIF = 'ON' STAT = GANTT_STAT IMPORTING M_TYP = M_TYP G_TYP = G_TYP "// 'C' 'S' '0' '1' '2' 'Q' CUA_ID = CUA_ID TABLES ITEM = ITEM MIST = MIST ELEM = ELEM LGMS = MIST LGEL = ELEM MSGT = BACK.

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 GRGANT_3 or its description.