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

NETZ_BO2 SAP ABAP Report - Demo Program: Network Graphics in Maintenance Mode







NETZ_BO2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Demo program for network graphics...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter NETZ_BO2 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 NETZ_BO2. "Basic submit
SUBMIT NETZ_BO2 AND RETURN. "Return to original report after report execution complete
SUBMIT NETZ_BO2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PRF_NAME = Graphic profile name
Selection Text: PRF_INDX = Graphic profile index
Selection Text: PRF_GRUP = Graphic profile group
Title: Demo Program: Network Graphics in Maintenance Mode
Text Symbol: 021 = Red Riding Hood
Text Symbol: 018 = Data is being reloaded
Text Symbol: 017 = Positions are being converted
Text Symbol: 015 = Data reloaded
Text Symbol: 022 = No Object Selected
Text Symbol: 023 = Type 1
Text Symbol: 024 = Type 2
Text Symbol: 025 = Type 3
Text Symbol: 026 = Type 4
Text Symbol: 013 = Positions converted
Text Symbol: 001 = Node inserted
Text Symbol: 002 = Node copied
Text Symbol: 003 = Node / link deleted
Text Symbol: 004 = Link inserted
Text Symbol: 005 = Node modified
Text Symbol: 006 = Link modified
Text Symbol: 007 = Selections determined
Text Symbol: 008 = Positions determined
Text Symbol: 009 = Title
Text Symbol: 027 = Type 5
Text Symbol: 038 = Text b
Text Symbol: 039 = Text c
Text Symbol: 040 = 6
Text Symbol: 041 = Legend
Text Symbol: 042 = Footer
Text Symbol: 037 = Text a
Text Symbol: 028 = Type 6
Text Symbol: 029 = Type 7
Text Symbol: 030 = Node 1
Text Symbol: 031 = Node 2
Text Symbol: 032 = Node 3
Text Symbol: 036 = Node 7
Text Symbol: 035 = Node 6
Text Symbol: 034 = Node 5





Text Symbol: 033 = Node 4


INCLUDES used within this REPORT NETZ_BO2

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_LOGIC_NETWORK CALL FUNCTION 'CNET_LOGIC_NETWORK' TABLES ALL_LINES = ALL_LINES_TAB ALL_LVALS = ALL_LVALS_TAB ALL_NODES = ALL_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 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_NODES_TAB ALL_NVALS = ALL_NVALS_TAB DELETIONS = DELETE_TAB LINES = LINES_TAB LVALS = LVALS_TAB NODES = NET_NODES_TAB NVALS = NVALS_TAB.

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_SET_LEGEND CALL FUNCTION 'CNET_SET_LEGEND' EXPORTING FOOT_LINE = FOOT_LINE HEAD_LINE = HEAD_LINE LEGEND_TYPE = NET_CONST-TYPE_A TABLES LEGEND = LEGEND.

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

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

CNET_SET_TIMEEGG_TEXT CALL FUNCTION 'CNET_SET_TIMEEGG_TEXT' EXPORTING TEXT = TIME_EGG_TEXT.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = ENTRY_ACT ENTRY_TO = ENTRY_TO LAST_PAGE_FULL = SPACE LOOPS = LINE_COUNT OK_CODE = SAVE_OK-CODE IMPORTING ENTRY_NEW = ENTRY_NEW EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 01 NO_ENTRY_TO = 02 NO_OK_CODE_OR_PAGE_GO = 03.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = ENTRY_ACT ENTRY_TO = ENTRY_TO LAST_PAGE_FULL = SPACE LOOPS = LINE_COUNT_1 OK_CODE = SAVE_OK-CODE IMPORTING ENTRY_NEW = ENTRY_NEW EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 01 NO_ENTRY_TO = 02 NO_OK_CODE_OR_PAGE_GO = 03.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = ENTRY_ACT ENTRY_TO = ENTRY_TO LAST_PAGE_FULL = SPACE LOOPS = LINE_COUNT_1 OK_CODE = SAVE_OK-CODE IMPORTING ENTRY_NEW = ENTRY_NEW EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 01 NO_ENTRY_TO = 02 NO_OK_CODE_OR_PAGE_GO = 03.



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