SAP ABAP Class CL_RSTT_WDY_MULTISEL (Process Multiple Selection Lists in Web Dynpro)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSTT_UI (Package) Trace Tool for SAP Netweaver 2005 (BW): User Interface Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSTT_WDY_MULTISEL Process Multiple Selection Lists in Web Dynpro 20060403
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTT_WDY_MULTISEL_PMOD Process Multiple Play Back Mode 20060405
2 Inheritance (c INHERITING FROM c_ref)  CL_RSTT_WDY_MULTISEL_TRACE Process Multiple Trace Selections 20060403
3 Inheritance (c INHERITING FROM c_ref)  CL_RSTT_WDY_MULTISEL_TREQ Manage Multiple Selection for Test Requests 20060519
Properties
Class CL_RSTT_WDY_MULTISEL  
Short Description Process Multiple Selection Lists in Web Dynpro    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTT_UI   Trace Tool for SAP Netweaver 2005 (BW): User Interface Layer 
Created 20060403   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSTT0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSTT1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSTT2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSTT4 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSTT_WDY_MULTISEL Process Multiple Selection Lists in Web Dynpro 20060403
Friends
Class CL_RSTT_WDY_MULTISEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_NODENM_I1 Constant Public Type reference (TYPE) RSTT_COMPNM 'RSTT_INPUT_1' Node Name for First Input Fields 20060404
2 N_C_NODENM_I2 Constant Public Type reference (TYPE) RSTT_COMPNM 'RSTT_INPUT_2' Node Name for First Input Fields 20060404
3 N_ID Instance attribute Public Attribute reference (LIKE) 20060407
4 N_PATH_DESCR Instance attribute Public Type reference (TYPE) RSTT_STRING Path - Description 20060404
5 N_PATH_I2_VBL Instance attribute Public Type reference (TYPE) RSTT_STRING 20060404
6 N_PATH_I_LENGTH Instance attribute Public Type reference (TYPE) RSTT_STRING 20060404
7 N_PATH_MORE_IMG Instance attribute Public Type reference (TYPE) RSTT_STRING 20060404
8 N_PATH_MORE_VBL Instance attribute Public Type reference (TYPE) RSTT_STRING 20060404
9 N_PATH_OPTION_IMG Instance attribute Public Type reference (TYPE) RSTT_STRING 20060404
10 N_PATH_OPTION_VBL Instance attribute Public Type reference (TYPE) RSTT_STRING 20060404
11 N_R_STRUCTDESCR_F4 Instance attribute Public Attribute reference (LIKE) 20060403
12 N_R_STRUCTDESCR_RANGES Instance attribute Public Attribute reference (LIKE) 20060403
13 N_R_TAREA Instance attribute Public Object reference (TYPE REF TO) IF_RSTT_TAREA Base Interface for Application Area 20070627
14 N_SEL_INDEX Instance attribute Public Attribute reference (LIKE) 20060406
15 N_SEL_OPTION Instance attribute Public Attribute reference (LIKE) 20060407
16 N_SEL_SIGN Instance attribute Public Attribute reference (LIKE) 20060407
17 N_S_SEL_COMP Instance attribute Public Attribute reference (LIKE) 20060406
18 N_T_COMPLIST Instance attribute Public Attribute reference (LIKE) 20060403
19 O_R_RANGE Instance attribute Protected Object reference (TYPE REF TO) DATA Selected Range Table 20060407
20 O_TAREA Static Attribute Protected Type reference (TYPE) RSTT_TAREA Application Area 20060403
21 O_TX_MULTISEL Static Attribute Protected Type reference (TYPE) RSTT_TX_MULTISEL_WDY Table for Collecting Web Dynpro Selection Lists 20060403
22 O_UPDATED Instance attribute Protected Type reference (TYPE) RSTT_FLAG Updated 20060608
23 P_CONT_INDEX Instance attribute Private Type reference (TYPE) RSTT_INT4 Index for UI Element Container 20060404
24 P_INPUT_ID Instance attribute Private Type reference (TYPE) RSTT_STRING Input Field ID 20060404
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060403
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060403
3 CREATE_CONTEXT Instance method Public Method 20060403
4 CREATE_UI Instance method Public Method 20060403
5 FILL_DATA Instance method Public Method 20060403
6 GET_CONTEXT_PATHS Instance method Public Method Get Context Paths 20060404
7 GET_DATA Instance method Public Method 20060405
8 GET_EVENT_COMP_INDEX Instance method Public Method 20060405
9 GET_MULTISEL Instance method Public Method 20060403
10 GET_NODENM_COMPNM Instance method Public Method Determine Context Node Name for Component 20060404
11 GET_RANGE_DATA Instance method Public Method 20060407
12 GET_WINDOW_OPTION Instance method Public Method 20060406
13 GET_WINDOW_RANGE Instance method Public Method 20060406
14 HAS_CHANGED Instance method Public Method 20060608
15 SET_OPTION_DATA Instance method Public Method 20060407
16 SET_RANGE_DATA Instance method Public Method 20060407
17 UPDATE_COMP_FROM_INPUT Instance method Public Method 20060403
18 UPDATE_COMP_FROM_INPUT_ALL Instance method Public Method 20060411
19 UPDATE_COMP_FROM_OPTION Instance method Public Method 20060403
20 UPDATE_COMP_FROM_RANGE Instance method Public Method 20060403
21 UPDATE_CONTEXT_ALL Instance method Public Method 20060404
22 _CHECK_INPUT_RANGE Instance method Protected Method Match Input Field Values with First Range Row 20060411
23 _CREATE_CONTAINER_UI1 Instance method Private Method Create Container for Label 1 20060404
24 _CREATE_CONTAINER_UI2 Instance method Private Method Create Container for Button 1 20060404
25 _CREATE_CONTAINER_UI3 Instance method Private Method Create Container for Input Field 1 20060404
26 _CREATE_CONTAINER_UI4 Instance method Private Method Create Container for Label 2 and Input Field 2 20060404
27 _CREATE_CONTAINER_UI5 Instance method Private Method Create Container for Button 2 20060404
28 _CREATE_CONTEXT_COMPNM Instance method Protected Method Create Context for Component 20060404
29 _CREATE_CONTEXT_INPUT Instance method Protected Method Create Context Node for Input Fields 20060404
30 _CREATE_UI_COMPNM Instance method Private Method Create UI Element for Component 20060404
31 _CREATE_UI_CONTAINER Instance method Private Method 20060404
32 _FILL_RANGE_INTERFACE Instance method Protected Method Fill Range Interface 20060407
33 _GET_BINDNM_INPUT_FROM Instance method Private Method 20060404
34 _GET_BINDNM_INPUT_TO Instance method Private Method 20060404
35 _GET_CONTEXT_COMP Instance method Protected Method Get Context Instance for Component 20060404
36 _GET_INPUT_VALUES Instance method Protected Method Get Current Input Values 20060405
37 _GET_UINM_CONTAINER Instance method Private Method Determine Container Name for UI 20060404
38 _GET_UINM_DESCR1 Instance method Private Method 20060404
39 _GET_UINM_DESCR2 Instance method Private Method 20060404
40 _GET_UINM_INPUT1 Instance method Private Method 20060404
41 _GET_UINM_INPUT2 Instance method Private Method 20060404
42 _GET_UINM_MORE Instance method Private Method 20060404
43 _GET_UINM_OPTION Instance method Private Method 20060404
44 _GET_WINDOW_OPTION Instance method Protected Method 20060407
45 _GET_WINDOW_RANGE Instance method Protected Method 20060407
46 _IMG_PATH Static method Protected Method 20060403
47 _IMG_RANGE Static method Protected Method 20060403
48 _MODIFY_MULTISEL_CONTEXT Instance method Protected Method Refresh Context Node for Selected Component 20060403
49 _MODIFY_RANGE_FROM_INPUT Static method Protected Method 20060403
50 _MODIFY_RANGE_FROM_OPTION Static method Protected Method 20060403
51 _MODIFY_RANGE_FROM_RANGE Static method Protected Method 20060403
52 _UPDATE_COMP_FROM_INPUT Instance method Protected Method 20060411
53 _UPDATE_COMP_FROM_INPUT_ALL Instance method Protected Method 20060411
54 _UPDATE_COMP_FROM_OPTION Instance method Protected Method 20060411
55 _UPDATE_COMP_FROM_RANGE Instance method Protected Method 20060411
56 _UPDATE_RANGE_LINE Static method Protected Method 20060407
Events
Class CL_RSTT_WDY_MULTISEL has no event.
Types
Class CL_RSTT_WDY_MULTISEL has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSTT_WDY_MULTISEL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTT_WDY_MULTISEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) RSTT_COMPNM ID 20060403
# Exception Resumable Description Created on
1 WRONG_STRUCTURE_TYPE 20060403

Method CREATE_CONTEXT Signature

Method CREATE_CONTEXT on class CL_RSTT_WDY_MULTISEL has no parameter.
Method CREATE_CONTEXT on class CL_RSTT_WDY_MULTISEL has no exception.

Method CREATE_UI Signature

Method CREATE_UI on class CL_RSTT_WDY_MULTISEL has no parameter.
Method CREATE_UI on class CL_RSTT_WDY_MULTISEL has no exception.

Method FILL_DATA Signature

Method FILL_DATA on class CL_RSTT_WDY_MULTISEL has no parameter.
Method FILL_DATA on class CL_RSTT_WDY_MULTISEL has no exception.

Method GET_CONTEXT_PATHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PATH_COMPDESCR Call by reference Type reference (TYPE) RSTT_STRING 20060404
2 Exporting E_PATH_INPUT2_VISIBLE Call by reference Type reference (TYPE) RSTT_STRING 20060404
3 Exporting E_PATH_INPUTLENGTH Call by reference Type reference (TYPE) RSTT_STRING 20060404
4 Exporting E_PATH_INPUTWIDTH Call by reference Type reference (TYPE) RSTT_STRING 20060404
5 Exporting E_PATH_LABELWIDTH Call by reference Type reference (TYPE) RSTT_STRING 20060404
6 Exporting E_PATH_MORE_IMG Call by reference Type reference (TYPE) RSTT_STRING 20060404
7 Exporting E_PATH_MORE_VISIBLE Call by reference Type reference (TYPE) RSTT_STRING 20060404
8 Exporting E_PATH_OPTION_IMG Call by reference Type reference (TYPE) RSTT_STRING 20060404
9 Exporting E_PATH_OPTION_VISIBLE Call by reference Type reference (TYPE) RSTT_STRING 20060404
10 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404

Method GET_CONTEXT_PATHS on class CL_RSTT_WDY_MULTISEL has no exception.

Method GET_DATA Signature

Method GET_DATA on class CL_RSTT_WDY_MULTISEL has no parameter.
Method GET_DATA on class CL_RSTT_WDY_MULTISEL has no exception.

Method GET_EVENT_COMP_INDEX Signature

Method GET_EVENT_COMP_INDEX on class CL_RSTT_WDY_MULTISEL has no parameter.
Method GET_EVENT_COMP_INDEX on class CL_RSTT_WDY_MULTISEL has no exception.

Method GET_MULTISEL Signature

Method GET_MULTISEL on class CL_RSTT_WDY_MULTISEL has no parameter.
Method GET_MULTISEL on class CL_RSTT_WDY_MULTISEL has no exception.

Method GET_NODENM_COMPNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_NODENM_PARAM Value transfer Type reference (TYPE) RSTT_STRING Knotenname 20060404

Method GET_NODENM_COMPNM on class CL_RSTT_WDY_MULTISEL has no exception.

Method GET_RANGE_DATA Signature

Method GET_RANGE_DATA on class CL_RSTT_WDY_MULTISEL has no parameter.
Method GET_RANGE_DATA on class CL_RSTT_WDY_MULTISEL has no exception.

Method GET_WINDOW_OPTION Signature

Method GET_WINDOW_OPTION on class CL_RSTT_WDY_MULTISEL has no parameter.
Method GET_WINDOW_OPTION on class CL_RSTT_WDY_MULTISEL has no exception.

Method GET_WINDOW_RANGE Signature

Method GET_WINDOW_RANGE on class CL_RSTT_WDY_MULTISEL has no parameter.
Method GET_WINDOW_RANGE on class CL_RSTT_WDY_MULTISEL has no exception.

Method HAS_CHANGED Signature

Method HAS_CHANGED on class CL_RSTT_WDY_MULTISEL has no parameter.
Method HAS_CHANGED on class CL_RSTT_WDY_MULTISEL has no exception.

Method SET_OPTION_DATA Signature

Method SET_OPTION_DATA on class CL_RSTT_WDY_MULTISEL has no parameter.
Method SET_OPTION_DATA on class CL_RSTT_WDY_MULTISEL has no exception.

Method SET_RANGE_DATA Signature

Method SET_RANGE_DATA on class CL_RSTT_WDY_MULTISEL has no parameter.
Method SET_RANGE_DATA on class CL_RSTT_WDY_MULTISEL has no exception.

Method UPDATE_COMP_FROM_INPUT Signature

Method UPDATE_COMP_FROM_INPUT on class CL_RSTT_WDY_MULTISEL has no parameter.
Method UPDATE_COMP_FROM_INPUT on class CL_RSTT_WDY_MULTISEL has no exception.

Method UPDATE_COMP_FROM_INPUT_ALL Signature

Method UPDATE_COMP_FROM_INPUT_ALL on class CL_RSTT_WDY_MULTISEL has no parameter.
Method UPDATE_COMP_FROM_INPUT_ALL on class CL_RSTT_WDY_MULTISEL has no exception.

Method UPDATE_COMP_FROM_OPTION Signature

Method UPDATE_COMP_FROM_OPTION on class CL_RSTT_WDY_MULTISEL has no parameter.
Method UPDATE_COMP_FROM_OPTION on class CL_RSTT_WDY_MULTISEL has no exception.

Method UPDATE_COMP_FROM_RANGE Signature

Method UPDATE_COMP_FROM_RANGE on class CL_RSTT_WDY_MULTISEL has no parameter.
Method UPDATE_COMP_FROM_RANGE on class CL_RSTT_WDY_MULTISEL has no exception.

Method UPDATE_CONTEXT_ALL Signature

Method UPDATE_CONTEXT_ALL on class CL_RSTT_WDY_MULTISEL has no parameter.
Method UPDATE_CONTEXT_ALL on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CHECK_INPUT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPNM Call by reference Type reference (TYPE) RSTT_COMPNM Komponentenname 20060411
2 Importing I_FROM Call by reference Type reference (TYPE) ANY Wert der Untergrenze 20060411
3 Importing I_TO Call by reference Type reference (TYPE) ANY Wert der Obergrenze 20060411
4 Importing I_T_RANGE Call by reference Type reference (TYPE) INDEX TABLE Rangetabelle 20060411
5 Returning R_NEED_UPDATE Value transfer Type reference (TYPE) RSTT_FLAG Update notwendig? 20060411

Method _CHECK_INPUT_RANGE on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_CONTAINER_UI1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Importing I_R_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW View-API 20060404
3 Importing I_S_COMPLIST Call by reference Type reference (TYPE) RSTT_S_COMPLIST Parameter 20060404
4 Returning R_R_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Container 20060404

Method _CREATE_CONTAINER_UI1 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_CONTAINER_UI2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Importing I_R_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW View-API 20060404
3 Importing I_S_COMPLIST Call by reference Type reference (TYPE) RSTT_S_COMPLIST Parameter 20060404
4 Returning R_R_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Container 20060404

Method _CREATE_CONTAINER_UI2 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_CONTAINER_UI3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Importing I_R_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW View-API 20060404
3 Importing I_S_COMPLIST Call by reference Type reference (TYPE) RSTT_S_COMPLIST Parameter 20060404
4 Returning R_R_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Container 20060404

Method _CREATE_CONTAINER_UI3 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_CONTAINER_UI4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Importing I_R_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW View-API 20060404
3 Importing I_S_COMPLIST Call by reference Type reference (TYPE) RSTT_S_COMPLIST Parameter 20060404
4 Returning R_R_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Container 20060404

Method _CREATE_CONTAINER_UI4 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_CONTAINER_UI5 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Importing I_R_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW View-API 20060404
3 Importing I_S_COMPLIST Call by reference Type reference (TYPE) RSTT_S_COMPLIST Parameter 20060404
4 Returning R_R_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Container 20060404

Method _CREATE_CONTAINER_UI5 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_CONTEXT_COMPNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Importing I_R_ROOT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Wurzel-Kontextknoten 20060404
3 Importing I_S_COMPLIST Call by reference Type reference (TYPE) RSTT_S_COMPLIST Parameter 20060404

Method _CREATE_CONTEXT_COMPNM on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_CONTEXT_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_ROOT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Wurzel-Kontextknoten 20060404

Method _CREATE_CONTEXT_INPUT on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_UI_COMPNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_ROOT_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Wurzel-Container 20060404
2 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
3 Importing I_R_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW View-API 20060404
4 Importing I_S_COMPLIST Call by reference Type reference (TYPE) RSTT_S_COMPLIST Parameter 20060404

Method _CREATE_UI_COMPNM on class CL_RSTT_WDY_MULTISEL has no exception.

Method _CREATE_UI_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MATRIX_HEAD_DATA Call by reference Type reference (TYPE) RSTT_FLAG Neue Zeile? 20060404
2 Importing I_R_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW View-API 20060404
3 Importing I_WIDTH Call by reference Type reference (TYPE) RSTT_STRING Breite 20060404
4 Returning R_R_CONTAINER Value transfer Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Container 20060404

Method _CREATE_UI_CONTAINER on class CL_RSTT_WDY_MULTISEL has no exception.

Method _FILL_RANGE_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20060407
2 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Kontextknoten für Range-Interface 20060407

Method _FILL_RANGE_INTERFACE on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_BINDNM_INPUT_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_BINDNM Value transfer Type reference (TYPE) RSTT_STRING Bindungspfad 20060404

Method _GET_BINDNM_INPUT_FROM on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_BINDNM_INPUT_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_BINDNM Value transfer Type reference (TYPE) RSTT_STRING Bindungspfad 20060404

Method _GET_BINDNM_INPUT_TO on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_CONTEXT_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_COMP_PARAM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context-Knoten der Komponente 20060404
2 Exporting E_R_INPUT_FROM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Kontext-Knoten der 'VON'-Werte 20060404
3 Exporting E_R_INPUT_TO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Kontext-Knoten der 'BIS'-Werte 20060404
4 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
5 Importing I_R_ROOT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Oberster Kontextknoten 20060404

Method _GET_CONTEXT_COMP on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_INPUT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HIGH Call by reference Type reference (TYPE) ANY Oberwert 20060405
2 Exporting E_LOW Call by reference Type reference (TYPE) ANY Unterwert 20060405
3 Importing I_COMPNM Call by reference Type reference (TYPE) RSTT_COMPNM Komponente 20060405
4 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060405
5 Importing I_R_ROOT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Oberster Kontextknoten 20060405

Method _GET_INPUT_VALUES on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_UINM_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_UINM Value transfer Type reference (TYPE) RSTT_COMPNM Elementname 20060404

Method _GET_UINM_CONTAINER on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_UINM_DESCR1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_UINM Value transfer Type reference (TYPE) RSTT_STRING Name für UI-Element 20060404

Method _GET_UINM_DESCR1 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_UINM_DESCR2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_UINM Value transfer Type reference (TYPE) RSTT_STRING Name für UI-Element 20060404

Method _GET_UINM_DESCR2 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_UINM_INPUT1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_UINM Value transfer Type reference (TYPE) RSTT_STRING Name für UI-Element 20060404

Method _GET_UINM_INPUT1 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_UINM_INPUT2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_UINM Value transfer Type reference (TYPE) RSTT_STRING Name für UI-Element 20060404

Method _GET_UINM_INPUT2 on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_UINM_MORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_UINM Value transfer Type reference (TYPE) RSTT_STRING Name für UI-Element 20060404

Method _GET_UINM_MORE on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_UINM_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20060404
2 Returning R_UINM Value transfer Type reference (TYPE) RSTT_STRING Name für UI-Element 20060404

Method _GET_UINM_OPTION on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_WINDOW_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_WINDOW Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW Fenster 20060407
2 Importing I_R_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20060407
3 Importing I_USAGENM Call by reference Type reference (TYPE) RSTT_STRING Component-Usage-Name 20060407
4 Importing I_VIEWNM Call by reference Type reference (TYPE) RSTT_STRING Viewname 20060407

Method _GET_WINDOW_OPTION on class CL_RSTT_WDY_MULTISEL has no exception.

Method _GET_WINDOW_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_WINDOW Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW Fenster 20060407
2 Importing I_R_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20060407
3 Importing I_USAGENM Call by reference Type reference (TYPE) RSTT_STRING Component-Usage-Name 20060407
4 Importing I_VIEWNM Call by reference Type reference (TYPE) RSTT_STRING Viewname 20060407

Method _GET_WINDOW_RANGE on class CL_RSTT_WDY_MULTISEL has no exception.

Method _IMG_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMG_FILE Call by reference Type reference (TYPE) RSTT_STRING Filename 20060403
2 Returning R_IMG_PATH Value transfer Type reference (TYPE) RSTT_STRING Pfadname 20060403

Method _IMG_PATH on class CL_RSTT_WDY_MULTISEL has no exception.

Method _IMG_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_RANGE Call by reference Type reference (TYPE) ANY TABLE 20060403
2 Returning R_IMG Value transfer Type reference (TYPE) RSTT_STRING Bildpfad 20060403

Method _IMG_RANGE on class CL_RSTT_WDY_MULTISEL has no exception.

Method _MODIFY_MULTISEL_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_COMP_PARAM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context-Knoten der Komponente 20060403
2 Changing C_R_INPUT_FROM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Kontext-Knoten der 'VON'-Werte 20060403
3 Changing C_R_INPUT_TO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Kontext-Knoten der 'BIS'-Werte 20060403
4 Importing I_COMPNM Call by reference Type reference (TYPE) RSTT_COMPNM Komponente 20060403
5 Importing I_T_RANGE Call by reference Type reference (TYPE) INDEX TABLE Range-Tabelle (Puffer) 20060403
# Exception Resumable Description Created on
1 WRONG_STRUCTURE_TYPE 20060403

Method _MODIFY_RANGE_FROM_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RANGE Call by reference Type reference (TYPE) INDEX TABLE Range-Tabelle (Puffer) 20060403
2 Importing I_HIGH Call by reference Type reference (TYPE) ANY Oberwert 20060403
3 Importing I_LOW Call by reference Type reference (TYPE) ANY Unterwert 20060403

Method _MODIFY_RANGE_FROM_INPUT on class CL_RSTT_WDY_MULTISEL has no exception.

Method _MODIFY_RANGE_FROM_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RANGE Call by reference Type reference (TYPE) INDEX TABLE Range-Tabelle (Puffer) 20060403
2 Importing I_OPTION Call by reference Type reference (TYPE) RSOPTION Option 20060403
3 Importing I_SIGN Call by reference Type reference (TYPE) RSSIGN Selektionstyp 20060403

Method _MODIFY_RANGE_FROM_OPTION on class CL_RSTT_WDY_MULTISEL has no exception.

Method _MODIFY_RANGE_FROM_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RANGE Call by reference Type reference (TYPE) INDEX TABLE Range-Tabelle (Puffer) 20060403
2 Importing I_T_RANGE Call by reference Type reference (TYPE) ANY TABLE Range-Tabelle (Input) 20060403

Method _MODIFY_RANGE_FROM_RANGE on class CL_RSTT_WDY_MULTISEL has no exception.

Method _UPDATE_COMP_FROM_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_RANGE Call by reference Object reference (TYPE REF TO) DATA Range-Tabelle als Datenreferenz 20060411
2 Changing C_R_VALUE_HIGH Call by reference Object reference (TYPE REF TO) DATA Wert - Obergrenze 20060411
3 Changing C_R_VALUE_LOW Call by reference Object reference (TYPE REF TO) DATA Wert - Untergrenze 20060411
4 Changing C_SX_RANGE Call by reference Type reference (TYPE) ANY Ranges-Struktur 20060411
5 Changing C_S_INPUT Call by reference Type reference (TYPE) ANY Eingabestruktur 20060411
6 Importing I_R_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT anwendungsdefinierter Event 20060411
7 Importing I_R_ROOT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Oberster Kontextknoten 20060411
# Exception Resumable Description Created on
1 WRONG_STRUCTURE_TYPE 20060411

Method _UPDATE_COMP_FROM_INPUT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_RANGE Call by reference Object reference (TYPE REF TO) DATA Range-Tabelle als Datenreferenz 20060411
2 Changing C_R_VALUE_HIGH Call by reference Object reference (TYPE REF TO) DATA Wert - Obergrenze 20060411
3 Changing C_R_VALUE_LOW Call by reference Object reference (TYPE REF TO) DATA Wert - Untergrenze 20060411
4 Changing C_SX_RANGE Call by reference Type reference (TYPE) ANY Ranges-Struktur 20060411
5 Changing C_S_INPUT Call by reference Type reference (TYPE) ANY Eingabestruktur 20060411
6 Importing I_R_ROOT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Oberster Kontextknoten 20060411
# Exception Resumable Description Created on
1 WRONG_STRUCTURE_TYPE 20060411

Method _UPDATE_COMP_FROM_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_RANGE Call by reference Object reference (TYPE REF TO) DATA Range-Tabelle als Datenreferenz 20060411
2 Changing C_SX_RANGE Call by reference Type reference (TYPE) ANY Ranges-Struktur 20060411
3 Importing I_R_ROOT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Oberster Kontextknoten 20060411
# Exception Resumable Description Created on
1 WRONG_STRUCTURE_TYPE 20060411

Method _UPDATE_COMP_FROM_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_RANGE Call by reference Object reference (TYPE REF TO) DATA Range-Tabelle als Datenreferenz 20060411
2 Changing C_SX_RANGE Call by reference Type reference (TYPE) ANY Ranges-Struktur 20060411
3 Importing I_R_ROOT_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Oberster Kontextknoten 20060411
# Exception Resumable Description Created on
1 WRONG_STRUCTURE_TYPE 20060411

Method _UPDATE_RANGE_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_HIGH Call by reference Type reference (TYPE) ANY 20060407
2 Changing C_LOW Call by reference Type reference (TYPE) ANY 20060407
3 Changing C_OPTION Call by reference Type reference (TYPE) ANY 20060407
4 Changing C_SIGN Call by reference Type reference (TYPE) ANY 20060407

Method _UPDATE_RANGE_LINE on class CL_RSTT_WDY_MULTISEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700