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

GRCNETC2 SAP ABAP Report - Demo Program: Activation of the Cluster Editor (Enhanced Version)







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


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 GRCNETC2. "Basic submit
SUBMIT GRCNETC2 AND RETURN. "Return to original report after report execution complete
SUBMIT GRCNETC2 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_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


INCLUDES used within this REPORT GRCNETC2

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 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.



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