FCNGRFGD 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 FCNGRFGD 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, Gantt Chart 3
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BARC_ADD_GRID CALL FUNCTION 'BARC_ADD_GRID' EXPORTING CALENDAR_ID = BC_GRID-CALEND_ID CHART_ID = BC_GRID-CHART_ID COLOR_TYPE = BC_GRID-COLOR_TYPE SECTION_ID = BC_GRID-SECTION_ID GRID_TYPE = BC_GRID-TYPE WINID = BC_GRID-WINID IMPORTING ID = BC_GRID-ID EXCEPTIONS INV_CALENDAR_ID = 1 INV_TYPE = 2 INV_UNIT = 3 INV_WINID = 4.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = ARBID IMPORTING ECRHD = CRHD_STRUC EXCEPTIONS NOT_FOUND = 1.
CJ_PL_CALENDAR_GENERATE CALL FUNCTION 'CJ_PL_CALENDAR_GENERATE' EXPORTING BEGIN_DATE = TIME_AXIS-PS_STRTTRM END_DATE = TIME_AXIS-PS_ENDETRM WINID = CJGR-ACT_WINID TABLES KAPID_TAB_IMP = KAPID_IMP PERSNR_TAB_IMP = PERID_IMP KALID_TAB_EXP = KALID_EXP FABKAL_IMP = FABKAL_IMP FABKAL_EXP = FABKAL_EXP.
SGRC_GET_WINID CALL FUNCTION 'SGRC_GET_WINID' EXPORTING DEF_ID = BC_CONST-DEF_ID LOW = 3350 HIGH = 3359 IMPORTING WINID = CJGR-ACT_WINID.
GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = PROG STATUS = 'GS_BALK'.
BARC_CONVERT_DATE CALL FUNCTION 'BARC_CONVERT_DATE' EXPORTING DATE = SY-DATUM TIME = SY-UZEIT IMPORTING STRING = START_DATE.
BARC_GRAPHIC_PBO CALL FUNCTION 'BARC_GRAPHIC_PBO' EXPORTING PROFILE = BC_PROFILE START_DATE = START_DATE WINID = CJGR-ACT_WINID SO_CONTENTS = CONTENTS SO_SEND = CON_YES TABLES BOXES = BC_BOXES BOX_VALS = BC_BOX_VALS DELETIONS = BC_DELETIONS LINKS = BC_LINKS LINK_VALS = BC_LINK_VALS NODES = BC_NODES NODE_VALS = BC_NODE_VALS POSITIONS = BC_POSITIONS EXCEPTIONS ERR_IN_PROFILE = 1 INV_PROFILE = 2 INV_WINID = 3.
BARC_INIT CALL FUNCTION 'BARC_INIT' EXPORTING WINID = CJGR-ACT_WINID.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 FCNGR000_F11 - Include FCNGR000_F11 FCNGR000 - Project Info System: Form Pool Graphic