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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.