SAP Reports / Programs | Basis Components | Frontend Services - Use subcomponents (see SAP Note 1322184) | Graphic(BC-FES-GRA) SAP BC

OCNETFAZ SAP ABAP INCLUDE - Graphical Customizing of the Network and Hierarchy Graphics







OCNETFAZ 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 OCNETFAZ 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 OCNETFAZ. "Basic submit
SUBMIT OCNETFAZ AND RETURN. "Return to original report after report execution complete
SUBMIT OCNETFAZ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Graphical Customizing of the Network and Hierarchy Graphics


INCLUDES used within this REPORT OCNETFAZ

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_FIELD_TO_INDEX_CVALS CALL FUNCTION 'CNET_FIELD_TO_INDEX_CVALS' EXPORTING CLUSTER_TYPE = ALL_CLUSTERS-TYPE TABLES CVALS = CVALS.

CNET_FIELD_TO_INDEX_LVALS CALL FUNCTION 'CNET_FIELD_TO_INDEX_LVALS' EXPORTING LINE_TYPE = ALL_LINES-TYPE TABLES LVALS = LVALS.

CNET_FIELD_TO_INDEX_NVALS CALL FUNCTION 'CNET_FIELD_TO_INDEX_NVALS' EXPORTING NODE_TYPE = ALL_NODES-TYPE TABLES NVALS = NVALS.

CNET_GET_PROFILE_CONTENTS CALL FUNCTION 'CNET_GET_PROFILE_CONTENTS' EXPORTING GET_CLUSTER_DEFS = CNG9_PARAM-CLUSTERS GET_CLUSTER_FORMAT_DEFS = SPACE GET_COLOR_DEFS = SPACE GET_FIELD_DEFS = SPACE GET_FORMAT_DEFS = SPACE GET_LINE_DEFS = 'x' GET_NODE_DEFS = 'x' GET_OPTION_DEFS = SPACE PROFILE = PROFILE TABLES CLUSTER_DEFS = G_TCNC CLUSTER_FORMAT_DEFS = LOC_CLUSTER_TFMT COLOR_DEFS = LOC_THLT FIELD_DEFS = LOC_TFAT FORMAT_DEFS = LOC_TFMT LINE_DEFS = G_TCNL NODE_DEFS = G_TCNN EXCEPTIONS INV_PROFILE = 01 LINE_DEFS_NOT_FOUND = 02 NODE_DEFS_NOT_FOUND = 03 OPTION_DEFS_NOT_FOUND = 04.

CNET_GET_PROFILE_CONTENTS CALL FUNCTION 'CNET_GET_PROFILE_CONTENTS' EXPORTING GET_CLUSTER_DEFS = SPACE GET_CLUSTER_FORMAT_DEFS = SPACE GET_COLOR_DEFS = SPACE GET_FIELD_DEFS = SPACE GET_FORMAT_DEFS = SPACE GET_LINE_DEFS = SPACE GET_NODE_DEFS = 'x' GET_OPTION_DEFS = SPACE PROFILE = PROFILE TABLES CLUSTER_DEFS = G_TCNC CLUSTER_FORMAT_DEFS = LOC_CLUSTER_TFMT COLOR_DEFS = LOC_THLT FIELD_DEFS = LOC_TFAT FORMAT_DEFS = LOC_TFMT LINE_DEFS = G_TCNL NODE_DEFS = G_TCNN EXCEPTIONS INV_PROFILE = 01 LINE_DEFS_NOT_FOUND = 02 NODE_DEFS_NOT_FOUND = 03 OPTION_DEFS_NOT_FOUND = 04.

CNET_LOGIC_HIERARCHY CALL FUNCTION 'CNET_LOGIC_HIERARCHY' TABLES ALL_NODES = ALL_HIER_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 SORT = SPACE"Reihenfolge nicht relevant STAT = STAT STATUS_TEXT = STATUS_TEXT IMPORTING GR_MES = GR_MES GR_MODE = MODE GR_SEL_FIELD = SEL_FIELD M_TYP = M_TYP SETTINGS = SETTINGS TABLES CLUSTERS = CLUSTERS_TAB CVALS = CVALS_TAB DELETIONS = DELETE_TAB INODES = INODES_TAB NODES = HIER_NODES_TAB NVALS = NVALS_TAB POSITIONS = POSITIONS_TAB EXCEPTIONS INV_PROFILE = 1 INV_WINID = 2 ERR_IN_PROFILE = 3 NO_BATCH = 4 INV_COMMUNICATION = 5.

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_HIER_NODES_TAB ALL_NVALS = ALL_NVALS_TAB DELETIONS = DELETE_TAB NODES = HIER_NODES_TAB NVALS = NVALS_TAB.

CNET_LOGIC_NETWORK CALL FUNCTION 'CNET_LOGIC_NETWORK' TABLES ALL_LINES = ALL_LINES_TAB ALL_LVALS = ALL_LVALS_TAB ALL_NODES = ALL_NET_NODES_TAB ALL_NVALS = ALL_NVALS_TAB DELETIONS = DELETE_TAB LINES = LINES_TAB LVALS = LVALS_TAB NODES = NET_NODES_TAB NVALS = NVALS_TAB.

CNET_GRAPHIC_NETWORK CALL FUNCTION 'CNET_GRAPHIC_NETWORK' EXPORTING ABAP_CMD = ABAP_CMD CONFIRM = NET_CONST-CONFIRM_YES PROFILE = PROFILE STAT = STAT STATUS_TEXT = STATUS_TEXT IMPORTING GR_MES = GR_MES GR_MODE = MODE GR_SEL_FIELD = SEL_FIELD M_TYP = M_TYP SETTINGS = SETTINGS TABLES CLUSTERS = CLUSTERS_TAB CVALS = CVALS_TAB DELETIONS = DELETE_TAB INODES = INODES_TAB LINES = LINES_TAB LVALS = LVALS_TAB NODES = NET_NODES_TAB NVALS = NVALS_TAB POSITIONS = POSITIONS_TAB EXCEPTIONS INV_PROFILE = 1 INV_WINID = 2 ERR_IN_PROFILE = 3 NO_BATCH = 4 INV_COMMUNICATION = 5.

CNET_LOGIC_NETWORK CALL FUNCTION 'CNET_LOGIC_NETWORK' EXPORTING CONFIRM = NET_CONST-CONFIRM_YES LG_MES = LG_MES LG_MODE = MODE TABLES ALL_LINES = ALL_LINES_TAB ALL_LVALS = ALL_LVALS_TAB ALL_NODES = ALL_NET_NODES_TAB ALL_NVALS = ALL_NVALS_TAB DELETIONS = DELETE_TAB LINES = LINES_TAB LVALS = LVALS_TAB NODES = NET_NODES_TAB NVALS = NVALS_TAB.

CNET_GET_NODES_ORDERED CALL FUNCTION 'CNET_GET_NODES_ORDERED' TABLES ALL_NODES = ALL_NODES EXCEPTIONS INV_WINID = 01 NO_BATCH = 02 FRONTEND_ERROR = 03 INV_COMMUNICATION = 04.

CNET_SET_LEGEND CALL FUNCTION 'CNET_SET_LEGEND' EXPORTING LEGEND_TYPE = NET_CONST-TYPE_A TABLES LEGEND = LEGEND.

GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = PROG STATUS = 'GR_NETZ' TABLES EXCLUDING = EXCLUDING_TAB EXCEPTIONS INV_CUA_INFO = 1.

GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = PROG STATUS = 'GR_HIER' TABLES EXCLUDING = EXCLUDING_TAB EXCEPTIONS INV_CUA_INFO = 1.

CNET_MAKE_BOXES CALL FUNCTION 'CNET_MAKE_BOXES' TABLES BOXES = BOXES BVALS = BVALS.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING VIEW_NAME = VIEW_NAME ACTION = ACTION ENQUEUE_MODE = 'E' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 TABLE_NOT_FOUND = 5 CLIENT_REFERENCE = 7.



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 OCNETFAZ or its description.