FCNGRFGC 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 FCNGRFGC 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: Graphics Connection, Gantt chart
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNFA_CHOOSE_FIELDS CALL FUNCTION 'CNFA_CHOOSE_FIELDS' EXPORTING * I_FLG_KEYS = 'X' * I_FLG_FIELDS = 'X' I_FLG_UNITS = SPACE I_FLG_LENGTH = 'X' * I_FLG_FORMAT = * I_FLG_SORT = * I_FLG_SORT_DOWN = * I_FLG_GROUPS = 'X' I_MIN_NUMBER = CON_FIELD_NUM_MIN I_MAX_NUMBER = CJGR-COLUMN_ANZ_1 * I_MAX_LENGTH = * I_DEFAULT_FIELD_LENGTH = * I_FORM_FOR_LENGTH = * I_PROGRAM_FOR_LENGTH = I_TITLE = TEXT-FW3 I_FIELD_NAME = TEXT-FW1 I_FIELDS_NAME = TEXT-FW2 TABLES T_ACTUAL_FIELDS = AKT_FIELDS T_ALL_FIELDS = ST_ALL_FIELDS * T_EXCL_FIELDS = AKT_FIELDS_EXCLUDE EXCEPTIONS CANCEL = 1 NO_ALLOWED_FIELDS = 2 OTHERS = 3.
MC_POPUP_TO_SELECT_FIELDS * CALL FUNCTION 'MC_POPUP_TO_SELECT_FIELDS' * EXPORTING * I_FIELD_NUMBER_MAX = CJGR-COLUMN_ANZ_1 * I_FIELD_NUMBER_MIN = CON_FIELD_NUM_MIN * I_FORMNAME = MODIFYFORMNAME * I_NO_UNIT_FIELDS = CON_YES * I_OBJECT_NAME_PLURAL = TEXT-FW2 * I_OBJECT_NAME_PLURAL_TITLEBAR = TEXT-FW3 * I_OBJECT_NAME_SINGULAR = TEXT-FW1 * I_PROGNAME = LIS_PROGNAME * I_SELECTION_SOURCE = '6' "T_FIELDS_EXCLUDE * I_START_COLUMN = 50 * I_START_ROW = 1 * I_TABLE_NAME = GR_ANWENDUNG * IMPORTING * E_FIELD_CHANGED = FLG_CHANGE * TABLES * T_FIELDS = AKT_FIELDS * T_FIELDS_EXCLUDE = AKT_FIELDS_EXCLUDE.
CNIS_GET_VALUES CALL FUNCTION 'CNIS_GET_VALUES' EXPORTING I_TITLEBAR = '750' I_FLG_BESCHRIFTUNG = CON_YES CHANGING C_CMPOS = TCBPWA-CMPOS C_CMART = TCBPWA-CMART EXCEPTIONS CANCEL = 1.
CJGR_CHANGE_TERMKRS_LAGE CALL FUNCTION 'CJGR_CHANGE_TERMKRS_LAGE' EXPORTING TERMINKREIS_IMP = BC_OLD_TERMINKREIS IMPORTING TERMINKREIS_EXP = BC_TERMINKREIS EXCEPTIONS CANCEL = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 FCNGR000 - Project Info System: Form Pool Graphic