SAP ABAP Class CL_RSL_UI_GRAPHPREVIEW (Class for Creating Graphical Preview (JNET XML))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSL_UI (Package) CompositeProvider UI Package
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSL_UI_GRAPHPREVIEW_JOIN Graphical Preview of Join 20110701
2 Inheritance (c INHERITING FROM c_ref)  CL_RSL_UI_GRAPHPREVIEW_MAPPING Graphic Preview of a Link 20111021
Properties
Class CL_RSL_UI_GRAPHPREVIEW  
Short Description Class for Creating Graphical Preview (JNET XML)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSL_UI   CompositeProvider UI Package 
Created 20110701   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDD_LM_COMPOSITE_PROVIDER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSDD_LM_INDEX Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSL_UI_COPR_ASSIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSL_UI_GRAPHPREVIEW has no interface implemented.
Friends
Class CL_RSL_UI_GRAPHPREVIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CN_S_CUSTOM_COMMANDS Constant Public See coding 20110701
2 CO_S_DATA Constant Protected See coding 20110701
3 O_CONTROL_HEIGHT Instance attribute Protected Type reference (TYPE) I 20110701
4 O_ENABLE_ANALYZES Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20110802
5 O_HIGHLIGHTING_ENABLED Static Attribute Protected Type reference (TYPE) G_AUTO_HIGHLIGHT RS_C_TRUE Boolean 20110803
6 O_MULTIPROVIDER Instance attribute Protected Type reference (TYPE) RSMULTIPROV MultiProvider 20110701
7 O_NODE_DISTANCE Static Attribute Protected Type reference (TYPE) G_NODE_DISTANCE 'M' 20110802
8 O_R_COPR Instance attribute Protected Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_PROVIDER CompositeProvider 20110802
9 O_SHOW_MPRO Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20110701
10 O_SORT_ALPHABETICALLY Static Attribute Protected Type reference (TYPE) G_SORT_ALPHABETICALLY Boolean 20110802
11 O_TURN_AROUND_JOIN Instance attribute Protected Type reference (TYPE) RS_BOOL RS_C_FALSE Join Left, CoPr Right? 20111021
12 O_T_BINDINGS Instance attribute Protected Type reference (TYPE) GT_T_BINDINGS 20110701
13 O_T_COPR_COLUMNS Instance attribute Protected Type reference (TYPE) GT_T_COLUMNS 20110701
14 O_T_EDGE_INFO Instance attribute Protected Type reference (TYPE) GT_T_EDGE_INFO 20110704
15 O_T_HIGHLIGHT Instance attribute Protected Type reference (TYPE) GT_T_HIGHLIGHT 20110701
16 O_T_MPRO_FIELDS Instance attribute Protected Type reference (TYPE) RSD_T_DTA_PRO 20110701
17 O_T_SETTINGS Instance attribute Protected Type reference (TYPE) GT_T_SETTINGS 20110701
18 O_ZOOM Instance attribute Protected Type reference (TYPE) RSL_UI_GRAPH_ZOOM 20111021
19 P_T_MPRO_PARTPROVS Instance attribute Private Type reference (TYPE) CL_RSL_UI_COPR_ASSIST=>TN_T_MPRO_PARTPROVS 20110802
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_HIGHLIGHT_TABLE Instance method Protected Method 20110701
2 BUILD_ITABS Instance method Protected Method 20110701
3 BUILD_SETTINGS Instance method Protected Method 20110811
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110701
5 CREATE_BINDING_ID Instance method Protected Method 20110802
6 CREATE_EDGE_XML Instance method Protected Method 20110701
7 CREATE_GRAPH_XML Instance method Protected Method 20110701
8 CREATE_MPRO_XML Instance method Protected Method 20110701
9 CREATE_NODE_XML Instance method Protected Method 20110701
10 CREATE_TYPE_REP_XML Instance method Protected Method 20110701
11 CREATE_USER_IF_XML Instance method Protected Method 20110701
12 CUSTOMCOMMAND Instance method Public Method 20110701
13 GET_BINDING_LIST Instance method Protected Method Returns binding that should be displayed 20111021
14 GET_CONNECTION_INFO Instance method Public Method 20110802
15 GET_CONTROL_HEIGHT Instance method Public Method 20110701
16 GET_COPR_NODE_ITEMS Instance method Protected Method 20110701
17 GET_COPR_TITLE Instance method Protected Method 20110701
18 GET_EDGE_ITEMS Instance method Protected Method 20110701
19 GET_JOIN_BINDING Instance method Public Method 20110802
20 GET_MPRO_NODE_ITEMS Instance method Protected Method 20110701
21 GET_NODES_ALL Instance method Protected Method 20110701
22 GET_PARTPROV_NODE_ITEMS Instance method Protected Method 20110701
23 GET_PROVIDER_COUNT Instance method Public Method Returns number of (visible) providers 20111021
24 GET_SETTINGS Instance method Public Method 20110701
25 GET_XML Instance method Public Method 20110701
26 GET_ZOOM Instance method Public Method 20111021
27 HIDE_NOT_USED Instance method Protected Method 20110706
28 INIT Instance method Public Method 20111021
29 IS_JOIN_CONDITION Instance method Protected Method 20110704
30 NODE_SELECTED Instance method Public Method 20110701
31 READ_SETTINGS Instance method Public Method Reads the settings and applies them when filled 20111021
32 SAVE_SETTINGS Instance method Public Method Saves the current settings 20111021
33 SET_ENABLE_ANALYZE Instance method Public Method 20110719
34 SET_NODE_COLLAPSED Instance method Protected Method 20110701
35 SET_PART_COLLAPSED Instance method Protected Method 20110701
36 SET_SETTINGS_SELECTIONS Instance method Public Method 20110803
37 SET_ZOOM Instance method Public Method 20111021
Events
Class CL_RSL_UI_GRAPHPREVIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GT_STRING Public See coding 20110701 gt_string TYPE TABLE OF string
2 GT_S_BINDING Public See coding 20110701 BEGIN OF gt_s_binding, type TYPE i, name TYPE string, descr TYPE string, r_binding TYPE REF TO cl_rsdd_lm_composite_binding, t_columns TYPE gt_t_columns, technical TYPE rs_bool, " not visible END OF gt_s_binding
3 GT_S_COLUMN Public See coding 20110701 BEGIN OF gt_s_column, type TYPE i, name TYPE string, descr TYPE string, r_column TYPE REF TO cl_rsdd_lm_column, copr_index TYPE i, column_order type i, " for correct sorting of calc cha is_constant type rs_bool, r_const_target TYPE REF TO cl_rsdd_lm_column, constant_value type rsdd_s_constant_mapping-value, END OF gt_s_column
4 GT_S_EDGE_INFO Public See coding 20110704 BEGIN OF gt_s_edge_info, edge_id TYPE i, r_binding TYPE REF TO cl_rsdd_lm_composite_binding, r_source TYPE REF TO cl_rsdd_lm_column, r_target TYPE REF TO cl_rsdd_lm_column, END OF gt_s_edge_info
5 GT_S_EDGE_ITEM Public See coding 20110701 BEGIN OF gt_s_edge_item, edge_id TYPE string, from_plug_id TYPE string, to_socket_id TYPE string, style TYPE string, text TYPE string, END OF gt_s_edge_item
6 GT_S_HIGHLIGHT Public See coding 20110701 BEGIN OF gt_s_highlight, r_column_copr TYPE REF TO cl_rsdd_lm_column, r_binding TYPE REF TO cl_rsdd_lm_composite_binding, r_column_partpr TYPE REF TO cl_rsdd_lm_column, is_constant type rs_bool, constant_value type rsdd_s_constant_mapping-value, END OF gt_s_highlight
7 GT_S_NODE_ITEM Public See coding 20110701 BEGIN OF gt_s_node_item, text TYPE string, tooltip TYPE string, style TYPE string, separator TYPE rs_bool, plug_east TYPE rs_bool, plug_west TYPE rs_bool, socket_east TYPE rs_bool, socket_west TYPE rs_bool, index TYPE i, highlighted TYPE rs_bool, hidden_links TYPE i, " additional hidden links END OF gt_s_node_item
8 GT_S_NODE_SETTINGS Public See coding 20110714 BEGIN OF gt_s_node_settings, title TYPE string, provider_displayed TYPE rs_bool, binding_type TYPE i, r_binding TYPE REF TO cl_rsdd_lm_composite_binding, is_mpro TYPE rs_bool, END OF gt_s_node_settings
9 GT_S_SAVE_SETTINGS Public See coding 20111021 BEGIN OF gt_s_save_settings. INCLUDE TYPE gt_s_settings_int. TYPES is_mpro TYPE rs_bool. TYPES is_copr TYPE rs_bool. TYPES END OF gt_s_save_settings
10 GT_S_SETTINGS Public See coding 20110701 BEGIN OF gt_s_settings. INCLUDE TYPE gt_s_settings_int. TYPES r_binding TYPE REF TO cl_rsdd_lm_composite_binding. TYPES sep_index TYPE i. TYPES END OF gt_s_settings
11 GT_S_SETTINGS_INT Public See coding 20111021 BEGIN OF gt_s_settings_int, node_id TYPE string, node_collapsed TYPE rs_bool, cha_collapsed TYPE rs_bool, kyf_collapsed TYPE rs_bool, hide_not_used TYPE rs_bool, provider_displayed TYPE rs_bool, END OF gt_s_settings_int
12 GT_T_BINDINGS Public See coding 20110701 gt_t_bindings TYPE TABLE OF gt_s_binding WITH DEFAULT KEY
13 GT_T_COLUMNS Public See coding 20110701 gt_t_columns TYPE TABLE OF gt_s_column WITH DEFAULT KEY
14 GT_T_EDGE_INFO Public See coding 20110704 gt_t_edge_info TYPE TABLE OF gt_s_edge_info
15 GT_T_EDGE_ITEMS Public See coding 20110701 gt_t_edge_items TYPE TABLE OF gt_s_edge_item
16 GT_T_HIGHLIGHT Public See coding 20110701 gt_t_highlight TYPE TABLE OF gt_s_highlight
17 GT_T_NODE_ITEMS Public See coding 20110701 gt_t_node_items TYPE TABLE OF gt_s_node_item
18 GT_T_NODE_SETTINGS Public See coding 20110714 gt_t_node_settings TYPE TABLE OF gt_s_node_settings
19 GT_T_SAVE_SETTINGS Public See coding 20111021 gt_t_save_settings TYPE TABLE OF gt_s_save_settings
20 GT_T_SETTINGS Public See coding 20110701 gt_t_settings TYPE TABLE OF gt_s_settings
21 G_AUTO_HIGHLIGHT Public Type reference (TYPE) RS_BOOL Boolean 20111021
22 G_DISPLAY_JOIN Public Type reference (TYPE) RS_BOOL Boolean 20111021
23 G_NODE_DISTANCE Public Type reference (TYPE) CHAR1 Single-Character Indicator 20111021
24 G_SORT_ALPHABETICALLY Public Type reference (TYPE) RS_BOOL Boolean 20111021
Method Signatures

Method BUILD_HIGHLIGHT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LINE Call by reference Type reference (TYPE) I 20110701
2 Importing I_NODE_ID Call by reference Type reference (TYPE) STRING 20110701

Method BUILD_HIGHLIGHT_TABLE on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method BUILD_ITABS Signature

Method BUILD_ITABS on class CL_RSL_UI_GRAPHPREVIEW has no parameter.
Method BUILD_ITABS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method BUILD_SETTINGS Signature

Method BUILD_SETTINGS on class CL_RSL_UI_GRAPHPREVIEW has no parameter.
Method BUILD_SETTINGS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENABLE_ANALYZES Call by reference Type reference (TYPE) RS_BOOL Boolean 20110719
2 Importing I_MULTIPROVIDER Call by reference Type reference (TYPE) RSMULTIPROV MultiProvider 20110701
3 Importing I_R_COPR Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_PROVIDER 20110701
4 Importing I_TLOGO Call by reference Type reference (TYPE) RS_TLOGO 20130225
5 Importing I_T_MPRO_FIELDS Call by reference Type reference (TYPE) RSD_T_DTA_PRO Assistance Klasse WD Modeller 20110701
6 Importing I_T_MPRO_PARTPROVS Call by reference Type reference (TYPE) CL_RSL_UI_COPR_ASSIST=>TN_T_MPRO_PARTPROVS 20110701

Method CONSTRUCTOR on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CREATE_BINDING_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_NAME Call by reference Type reference (TYPE) STRING 20110802
2 Importing I_R_BINDING Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_BINDING Composite Binding 20110802
3 Returning R_NODE_ID Value transfer Type reference (TYPE) STRING 20110802

Method CREATE_BINDING_ID on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CREATE_EDGE_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GT_T_EDGE_ITEMS Call by reference Type reference (TYPE) GT_T_EDGE_ITEMS 20110701
2 Importing I_FROM_NODE_ID Call by reference Type reference (TYPE) STRING 20110701
3 Importing I_R_EDGE_BUFFER Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Codepage- und Endian Konvertierung (Systemformat -> Extern) 20110701
4 Importing I_TO_NODE_ID Call by reference Type reference (TYPE) STRING 20110701

Method CREATE_EDGE_XML on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CREATE_GRAPH_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_BUFFER Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Codepage- und Endian Konvertierung (Systemformat -> Extern) 20110701

Method CREATE_GRAPH_XML on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CREATE_MPRO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_EDGE_ID Call by reference Type reference (TYPE) I 20110701
2 Exporting E_NODE_HEIGHT Call by reference Type reference (TYPE) I 20110720
3 Importing I_R_BUFFER Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Codepage- und Endian Konvertierung (Systemformat -> Extern) 20110701
4 Importing I_R_EDGE_BUFFER Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Codepage- und Endian Konvertierung (Systemformat -> Extern) 20110701

Method CREATE_MPRO_XML on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CREATE_NODE_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_HEIGHT Call by reference Type reference (TYPE) I 20110701
2 Importing I_BINDING_TYPE Call by reference Type reference (TYPE) I 20110707
3 Importing I_INDEX_ID Call by reference Type reference (TYPE) STRING 20110701
4 Importing I_ITEM_CHA_AMOUNT Call by reference Type reference (TYPE) I 20110718
5 Importing I_ITEM_KYF_AMOUNT Call by reference Type reference (TYPE) I 20110718
6 Importing I_NOT_USED_CHA_AMOUNT Call by reference Type reference (TYPE) I 20110718
7 Importing I_NOT_USED_KYF_AMOUNT Call by reference Type reference (TYPE) I 20110718
8 Importing I_R_NODE_BUFFER Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Codepage- und Endian Konvertierung (Systemformat -> Extern) 20110701
9 Importing I_TITLE Call by reference Type reference (TYPE) STRING 20110701
10 Importing I_TITLE_STYLE Call by reference Type reference (TYPE) STRING 20110701
11 Importing I_TITLE_TOOLTIP Call by reference Type reference (TYPE) STRING 20110701
12 Importing I_T_NODE_ITEMS Call by reference Type reference (TYPE) GT_T_NODE_ITEMS 20110701

Method CREATE_NODE_XML on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CREATE_TYPE_REP_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_BUFFER Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Codepage- und Endian Konvertierung (Systemformat -> Extern) 20110701

Method CREATE_TYPE_REP_XML on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CREATE_USER_IF_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_BUFFER Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Codepage- und Endian Konvertierung (Systemformat -> Extern) 20110701

Method CREATE_USER_IF_XML on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method CUSTOMCOMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) STRING 20110701
2 Importing NODE_ID Call by reference Type reference (TYPE) STRING 20110701

Method CUSTOMCOMMAND on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_BINDING_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_BINDINGS Value transfer Type reference (TYPE) CL_RSDD_LM_COMPOSITE_PROVIDER=>GT_T_COMPOSITE_BINDING_LIST 20111021

Method GET_BINDING_LIST on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_CONNECTION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_BINDING Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_BINDING Composite Binding 20110802
2 Exporting E_R_SOURCE Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COLUMN column 20110802
3 Exporting E_R_TARGET Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COLUMN column 20110802
4 Importing I_EDGE_NUMBER Call by reference Type reference (TYPE) I 20110802

Method GET_CONNECTION_INFO on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_CONTROL_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HEIGHT Value transfer Type reference (TYPE) I 20110701

Method GET_CONTROL_HEIGHT on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_COPR_NODE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ITEM_CHA_AMOUNT Call by reference Type reference (TYPE) I 20110718
2 Exporting E_ITEM_KYF_AMOUNT Call by reference Type reference (TYPE) I 20110718
3 Exporting E_T_NODE_ITEMS Call by reference Type reference (TYPE) GT_T_NODE_ITEMS 20110701

Method GET_COPR_NODE_ITEMS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_COPR_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) STRING 20110701

Method GET_COPR_TITLE on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_EDGE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_EDGE_ID Call by reference Type reference (TYPE) I 20110701
2 Exporting E_TO_NODE_ID Call by reference Type reference (TYPE) STRING 20110701
3 Exporting E_T_ITEMS Call by reference Type reference (TYPE) GT_T_EDGE_ITEMS 20110701
4 Importing I_PLUG_PREFIX Call by reference Type reference (TYPE) I 20110701
5 Importing I_SOCKET_PREFIX Call by reference Type reference (TYPE) I 20110701
6 Importing I_S_BINDING Call by reference Type reference (TYPE) GT_S_BINDING Composite Binding 20110701

Method GET_EDGE_ITEMS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_JOIN_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_ID Call by reference Type reference (TYPE) STRING 20110802
2 Returning R_BINDING Value transfer Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_BINDING Composite Binding 20110802

Method GET_JOIN_BINDING on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_MPRO_NODE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_EDGE_ID Call by reference Type reference (TYPE) I 20110701
2 Exporting E_DTA Call by reference Type reference (TYPE) RSD_S_DTA Eigenschaften InfoProvider 20110701
3 Exporting E_ITEM_CHA_AMOUNT Call by reference Type reference (TYPE) I 20110718
4 Exporting E_ITEM_KYF_AMOUNT Call by reference Type reference (TYPE) I 20110718
5 Exporting E_ITEM_NOT_AVAIL Call by reference Type reference (TYPE) RS_BOOL Mindestens ein Item nicht verfügbar 20111007
6 Exporting E_NOT_USED_CHA Call by reference Type reference (TYPE) I 20110718
7 Exporting E_NOT_USED_KYF Call by reference Type reference (TYPE) I 20110718
8 Exporting E_T_EDGE_ITEMS Call by reference Type reference (TYPE) GT_T_EDGE_ITEMS 20110701
9 Exporting E_T_NODE_ITEMS Call by reference Type reference (TYPE) GT_T_NODE_ITEMS 20110701

Method GET_MPRO_NODE_ITEMS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_NODES_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_NODE_NAMES Call by reference Type reference (TYPE) GT_STRING 20110701

Method GET_NODES_ALL on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_PARTPROV_NODE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_NODE_ITEMS Call by reference Type reference (TYPE) GT_T_NODE_ITEMS 20110701
2 Importing I_S_BINDING Call by reference Type reference (TYPE) GT_S_BINDING 20110701

Method GET_PARTPROV_NODE_ITEMS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_PROVIDER_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALL Call by reference Type reference (TYPE) I 20111021
2 Exporting E_DISPLAYED Call by reference Type reference (TYPE) I 20111021

Method GET_PROVIDER_COUNT on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AUTO_HIGHLIGHT Call by reference Type reference (TYPE) RS_BOOL Boolean 20110701
2 Exporting E_HIGHLIGHTING_READONLY Call by reference Type reference (TYPE) RS_BOOL Boolean 20110711
3 Exporting E_NODE_DISTANCE Call by reference Type reference (TYPE) C 20110711
4 Exporting E_NODE_SETTINGS Call by reference Type reference (TYPE) GT_T_NODE_SETTINGS 20110714
5 Exporting E_SORT_ALPHABETICALLY Call by reference Type reference (TYPE) RS_BOOL Boolean 20110712

Method GET_SETTINGS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_XML Value transfer Type reference (TYPE) XSTRING 20110701

Method GET_XML on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method GET_ZOOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ZOOM Value transfer Type reference (TYPE) RSL_UI_GRAPH_ZOOM 20111021

Method GET_ZOOM on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method HIDE_NOT_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HIDE Call by reference Type reference (TYPE) RS_BOOL Boolean 20110725
2 Importing I_NODE_ID Call by reference Type reference (TYPE) STRING 20110706

Method HIDE_NOT_USED on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method INIT Signature

Method INIT on class CL_RSL_UI_GRAPHPREVIEW has no parameter.
Method INIT on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method IS_JOIN_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BINDING Call by reference Type reference (TYPE) GT_S_BINDING 20110704
2 Importing I_MAPPING Call by reference Type reference (TYPE) RSDD_S_COMPOSITE_MAPPING column 20110704
3 Returning R_IS_JOIN_CONDITION Value transfer Type reference (TYPE) RS_BOOL Boolean 20110704

Method IS_JOIN_CONDITION on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method NODE_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED Call by reference Type reference (TYPE) RS_BOOL Boolean 20110701
2 Importing I_HIGHLIGHTING_ALLOWED Call by reference Type reference (TYPE) RS_BOOL Boolean 20110718
3 Importing I_LINE Call by reference Type reference (TYPE) STRING 20110701
4 Importing I_NODE_ID Call by reference Type reference (TYPE) STRING 20110701

Method NODE_SELECTED on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method READ_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SETTINGS Call by reference Object reference (TYPE REF TO) IF_RSL_UI_GRAPH_PREV_SETTINGS Einstellungen der grafischen Vorschau 20111021

Method READ_SETTINGS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method SAVE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMON_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE nur allg. einstellungen,keine prov.einstellg. 20111021
2 Importing I_R_SETTINGS Call by reference Object reference (TYPE REF TO) IF_RSL_UI_GRAPH_PREV_SETTINGS Einstellungen der grafischen Vorschau 20111021

Method SAVE_SETTINGS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method SET_ENABLE_ANALYZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENABLE_ANALYZES Call by reference Type reference (TYPE) RS_BOOL Boolean 20110719

Method SET_ENABLE_ANALYZE on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method SET_NODE_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLLAPSED Call by reference Type reference (TYPE) RS_BOOL Boolean 20110701
2 Importing I_NODE_ID Call by reference Type reference (TYPE) STRING 20110701

Method SET_NODE_COLLAPSED on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method SET_PART_COLLAPSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_ID Call by reference Type reference (TYPE) STRING 20110701
2 Importing I_PART_ID Call by reference Type reference (TYPE) I 20110701

Method SET_PART_COLLAPSED on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method SET_SETTINGS_SELECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_DISTANCE Call by reference Type reference (TYPE) C 20110803
2 Importing I_SELECTION_HIGHLIGHT Call by reference Type reference (TYPE) RS_BOOL Boolean 20110803
3 Importing I_SORT_ALPHABETICALLY Call by reference Type reference (TYPE) RS_BOOL Boolean 20110803
4 Importing I_T_NODE_SETTINGS Call by reference Type reference (TYPE) GT_T_NODE_SETTINGS 20110803

Method SET_SETTINGS_SELECTIONS on class CL_RSL_UI_GRAPHPREVIEW has no exception.

Method SET_ZOOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ZOOM Call by reference Type reference (TYPE) RSL_UI_GRAPH_ZOOM 20111021

Method SET_ZOOM on class CL_RSL_UI_GRAPHPREVIEW has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740