GRCNETC2 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 cluster editor...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 GRCNETC2 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.
Selection Text: PRF_GRUP = Graphic profile group
Selection Text: PRF_INDX = Graphic profile name
Selection Text: PRF_NAME = Graphic profile index
Title: Demo Program: Activation of the Cluster Editor (Enhanced Version)
Text Symbol: 003 = Box 1
Text Symbol: 004 = Box 2
Text Symbol: 005 = Box 3
Text Symbol: 006 = Box 4
Text Symbol: 007 = Box 5
Text Symbol: 008 = Box
Text Symbol: 009 = Cluster
Text Symbol: 010 = Box
Text Symbol: 011 = You have not selected an object
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 laystyle = '4' layorder = '1' buttonpos = '2'.
CNET_GRAPHIC_CLUSTER CALL FUNCTION 'CNET_GRAPHIC_CLUSTER' EXPORTING abap_cmd = abap_cmd profile = profile stat = stat confirm = net_const-confirm_yes IMPORTING gr_mes = gr_mes m_typ = m_typ TABLES area_positions = area_pos_tab boxes = boxes_tab bvals = bvals_tab deletions = delete_tab frames = frames_tab fvals = fvals_tab inodes = inodes_tab nvals = nvals_tab EXCEPTIONS err_in_profile = 01 inv_profile = 02 inv_winid = 03 no_batch = 04 frontend_error = 05 inv_communication = 06.
CNET_MAKE_BOXES CALL FUNCTION 'CNET_MAKE_BOXES' TABLES boxes = boxes bvals = bvals.
GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING program = prog status = 'GRAFIK' TABLES excluding = excluding_tab EXCEPTIONS inv_cua_info = 1.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRCNETC2 - Demo Program: Activation of the Cluster Editor (Enhanced Version) GRCNETC2 - Demo Program: Activation of the Cluster Editor (Enhanced Version) GRCNETC1 - Demo Program: Starting Cluster Editor in Display Mode GRCNETC1 - Demo Program: Starting Cluster Editor in Display Mode GRCLPB_1 - Demo Program: Clipboard - Import / Export GRCLPB_1 - Demo Program: Clipboard - Import / Export