FCNGRFGI is a standard ABAP INCLUDE 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 FCNGRFGI 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: Project Info System Reporting: Graphic, Hierarchy Graphic 2
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = CURSORLINE TEXTLINE1 = TEXT-C02 "Knotendarstellung wählen TEXTLINE2 = SPACE TEXTLINE3 = SPACE TITEL = TEXT-C07 "Knotendarstellung IMPORTING ANSWER = CHOICE TABLES T_SPOPLI = TEXT_OPTIONS EXCEPTIONS NOT_ENOUGH_ANSWERS = 01 TOO_MUCH_ANSWERS = 02 TOO_MUCH_MARKS = 03.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = CURSORLINE TEXTLINE1 = TEXT-C02 "Knotendarstellung wählen TEXTLINE2 = SPACE TEXTLINE3 = SPACE TITEL = TEXT-C01 "Knotendarstellung IMPORTING ANSWER = CHOICE TABLES T_SPOPLI = TEXT_OPTIONS EXCEPTIONS NOT_ENOUGH_ANSWERS = 01 TOO_MUCH_ANSWERS = 02 TOO_MUCH_MARKS = 03.
GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = PROG STATUS = 'GS_HIER'.
CNET_GRAPHIC_HIERARCHY_PBO CALL FUNCTION 'CNET_GRAPHIC_HIERARCHY_PBO' EXPORTING PROFILE = PROFILE WINID = WINID_HIER SO_CONTENTS = CONTENTS SO_SEND = CON_YES TABLES NODES = HIER_NODES_TAB NVALS = NVALS_TAB EXCEPTIONS ERR_IN_PROFILE = 1 INV_PROFILE = 2 INV_WINID = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNGRFGI - Project Info System Reporting: Graphic, Hierarchy Graphic 2 FCNGRFGH - Project Info System Reporting: Graphic Connection, Hierarchy Graphic 1 FCNGRFGD - Project Info System Reporting: Graphic, Gantt Chart 3 FCNGRFGC - Project Info System Reporting: Graphics Connection, Gantt chart FCNGRFGB - Project Info System Reporting: Graphics Connection, GANTT Chart FCNGRFAL - Project Info System: General Form Routine Graphic