SAP Reports / Programs | Cross-Application Components | Classification | Classification(CA-CL-CL) SAP CA

GRAFINC2 SAP ABAP INCLUDE - Graphics Routines for RMCLGRAF







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT GRAFINC2. "Basic submit
SUBMIT GRAFINC2 AND RETURN. "Return to original report after report execution complete
SUBMIT GRAFINC2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Graphics Routines for RMCLGRAF


INCLUDES used within this REPORT GRAFINC2

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name GRAFINC2 or its description.