GRCNETC1 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 in display mode...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 GRCNETC1 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.
Title: Demo Program: Starting Cluster Editor in Display Mode
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 = Cluster
Text Symbol: 009 = Box
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNET_GRAPHIC_CLUSTER CALL FUNCTION 'CNET_GRAPHIC_CLUSTER' EXPORTING STAT = STAT IMPORTING 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 GRBUSG_M - Demo Program: Modifying Presentation Graphics GRBUSG_M - Demo Program: Modifying Presentation Graphics