REPORT z_gui_netchart .
CLASS CL_GUI_CFW DEFINITION LOAD.
CLASS lcl_event_receiver DEFINITION DEFERRED.
DATA:
**gt_CLUSTERS Type table of CNG_CLUSTR_TAB,
**gt_CVALS Type table of CVALS_TAB,
**gt_DELETIONS Type table of NET_DELETE_TAB,
**gt_INODES Type table of CNG_INODES_TAB,
**gt_LINES Type table of CNG_LINES_TAB,
**gt_LVALS Type table of LVALS_TAB,
**gt_NVALS Type table of NVALS_TAB,
**gt_POSITIONS Type table of NET_POS_TAB,
gt_nodes TYPE chg_nodes_tab,
gt_nvals TYPE STANDARD TABLE OF net_nvals ,
g_profile LIKE net_profil.
DATA:
g_container TYPE REF TO cl_gui_custom_container,
gp_net TYPE REF TO cl_gui_netchart,
g_firstcall TYPE c,
g_ok LIKE sy-ucomm,
g_caption TYPE string,
g_event_receiver TYPE REF TO lcl_event_receiver.
*----------------------------------------------------------------------*
* CLASS lcl_event_receiver DEFINITION
*----------------------------------------------------------------------*
*
*----------------------------------------------------------------------*
CLASS lcl_event_receiver DEFINITION.
PUBLIC SECTION.
METHODS:
left_click_run FOR EVENT left_click_run OF cl_gui_netchart,
left_click_design FOR EVENT left_click_design OF cl_gui_netchart.
*----------------------------------------------------------------------*
* CLASS lcl_event_receiver IMPLEMENTATION
*----------------------------------------------------------------------*
*
*----------------------------------------------------------------------*
CLASS lcl_event_receiver IMPLEMENTATION.
METHOD left_click_run.
MESSAGE i002(sy) WITH 'left_click_run'.
ENDMETHOD. "LEFT_CLICK_RUN
METHOD left_click_design.
MESSAGE i002(sy) WITH 'LEFT_CLICK_DESIGN'.
ENDMETHOD. "LEFT_CLICK_DESIGN
ENDCLASS. "lcl_event_receiver IMPLEMENTATION
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-010.
PARAMETER: prf_grup LIKE tcngt-prf_gruppe DEFAULT 'SAP',
prf_name LIKE tcngt-prf_name DEFAULT 'DEFAULT',
prf_indx LIKE tcngt-prf_index DEFAULT '0'.
SELECTION-SCREEN END OF BLOCK b1.
ENDFORM. " get_data
*&---------------------------------------------------------------------*
*& Module pai INPUT
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
MODULE pai INPUT.
data: l_return type i.
data:
gr_mes type net_graph-gr_mes,
lg_mes type net_graph-gr_mes,
m_typ type net_graph-m_typ,
sel_field type net_graph-sel_field,
mode type net_graph-gr_mode.
data: net_nodes_tab type standard table of cng_nodes.
**data: rt type i.
**CALL METHOD cl_gui_cfw=>dispatch
** IMPORTING
** RETURN_CODE = rt.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.