GRAFINC2 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 GRAFINC2 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: Graphics Routines for RMCLGRAF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNET_SET_OPTIONS CALL FUNCTION 'CNET_SET_OPTIONS' EXPORTING NODELPOP = NET_CONST-YES "kein Confirm Delete IGNOREUSER = NET_CONST-YES "keine User Modification poss.
CNET_LOGIC_HIERARCHY CALL FUNCTION 'CNET_LOGIC_HIERARCHY' TABLES ALL_NODES = ALL_NODES_TAB ALL_NVALS = ALL_NVALS_TAB DELETIONS = DELETE_TAB NODES = HIER_NODES_TAB NVALS = NVALS_TAB.
CNET_GRAPHIC_HIERARCHY CALL FUNCTION 'CNET_GRAPHIC_HIERARCHY' EXPORTING ABAP_CMD = ABAP_CMD CONFIRM = NET_CONST-CONFIRM_YES PROFILE = PROFILE * PWDID = ' ' * SET_FOCUS = 'X' * SORT = 'X' * SO_CONTENTS = ' ' * SO_SEND = ' ' STAT = STAT STATUS_TEXT = STATUS_TEXT * SUPER = ' ' * WINID = ' ' IMPORTING GR_MES = GR_MES "Benutzeraktion (Message) GR_MODE = MODE "Modus beim Einfügen/Dupliz.
CNET_LOGIC_HIERARCHY call function 'CNET_LOGIC_HIERARCHY' exporting confirm = net_const-confirm_yes lg_mes = lg_mes lg_mode = mode tables ALL_NODES = ALL_NODES_TAB ALL_NVALS = ALL_NVALS_TAB DELETIONS = DELETE_TAB nodes = hier_nodes_tab nvals = nvals_tab.
GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = PROG STATUS = 'GRAFIK' TABLES EXCLUDING = EXCLUDING_TAB EXCEPTIONS NOT_FOUND_PROGRAM = 01 NOT_FOUND_STATUS = 02 RECURSIVE_MENUES = 03.
CNET_SET_POPUP_DATA CALL FUNCTION 'CNET_SET_POPUP_DATA' EXPORTING OBJECT = 'U3' ID = POPUP_TAB-ID TEXT = POPUP_TAB-TEXT * HELP_TEXT = EXCEPTIONS INV_OBJECT = 1 OTHERS = 2.
CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING CLASS = FUNC_STRUC-FUNC2 CLASSTYPE = TMP_KLART * description_only = 'X' IMPORTING * class_description = func_struc-futx2 RET_CODE = SAVE_SUBRC EXCEPTIONS OTHERS = 1.
CLAF_CHECK_ALLOCATION CALL FUNCTION 'CLAF_CHECK_ALLOCATION' EXPORTING CLASSNAME = FUNC_STRUC-FUNC2 * CLASSNUMBER = ' ' CLASSTYPE = PM_KLART * OBJECT = ' ' KEY_DATE = PM_DATUV * CHANGE_SERVICE_CLF = 'X' IMPORTING ALLOCATION_EXIST = ALLOC_FLAG * allocation_exist_in_future = EXCEPTIONS OTHERS = 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.
GRAFINC2 - Graphics Routines for RMCLGRAF GRAFINC1 - PBO and PAI Modules for RMCLGRAF GRAC_XPRA_CONV_SP4 - Report GRAC_XPRA_CONV_SP4 GRAC_XPRA_CONV_SP4 - Report GRAC_XPRA_CONV_SP4 GRAC_WRITE_TRAN_LOG_ARCHIVE - Include GRAC_WRITE_TRAN_LOG_ARCHIVE GRAC_WRITE_SYS_LOG_ARCHIVE - Include GRAC_WRITE_SYS_LOG_ARCHIVE