SAP ABAP Class CL_WDR_ELEMENTARY_SEARCH_HELP (Class to handle elementary DDIC search helps)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_DDIC_SEARCH_HELP Class to handle DDIC search helps 20050418
Properties
Class CL_WDR_ELEMENTARY_SEARCH_HELP  
Short Description Class to handle elementary DDIC search helps    
Super Class CL_WDR_DDIC_SEARCH_HELP Class to handle DDIC search helps 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20050418   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 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WDR_DDIC_SEARCH_HELP Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SHLP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WDR_ELEMENTARY_SEARCH_HELP has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_WDR_DDIC_SEARCH_HELP 20050418 Class to handle DDIC search helps
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_GENERAL_LIST_ACTIVE Constant Public Type reference (TYPE) TYPE_ACTIVE_LIST_TYPE 'G' 20050418
2 CO_PERSONAL_LIST_ACTIVE Constant Public Type reference (TYPE) TYPE_ACTIVE_LIST_TYPE 'P' 20050418
3 M_CALLCONTROL Instance attribute Private Type reference (TYPE) DDSHF4CTRL Control Structure for F4 Process with Search Help Exit 20050525
4 M_FAVORITES_RESTORE_TAB Instance attribute Private Type reference (TYPE) CL_WDR_DDIC_SEARCH_HELP=>RECORD_TAB_T 20090225
5 M_FAVORITES_TAB Instance attribute Private Type reference (TYPE) CL_WDR_DDIC_SEARCH_HELP=>RECORD_TAB_T 20081211
6 M_GENERAL_VALUES_DISPLAYED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050819
7 M_MARKED_LINES Instance attribute Private Type reference (TYPE) DDSHMARKS List of selected lines 20090706
8 M_MAX_LIST_SIZE Instance attribute Private Type reference (TYPE) I ABAP_FALSE 20101207
9 M_RECORD_TAB Instance attribute Private Type reference (TYPE) CL_WDR_DDIC_SEARCH_HELP=>RECORD_TAB_T Current Value List (General/Personal) 20050525
10 M_SHLPTOP Instance attribute Private Type reference (TYPE) SHLP_DESCR Description of Search Help 20050608
11 M_SORT_DIRECTION Instance attribute Private Type reference (TYPE) C 20090706
12 M_SORT_FIELD Instance attribute Private Type reference (TYPE) SHLPFIELD Name of a Search Help Parameter 20090706
13 M_STEP Instance attribute Private Type reference (TYPE) STRING 20070112
14 M_WDR_F4CUSTOM Instance attribute Public Object reference (TYPE REF TO) CL_WDR_F4CUSTOM ref to customizing object 20050525
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20050418
2 DELETE_FROM_PERSONAL_LIST Instance method Public Method delete selected values from personal values list 20050418
3 DO_RETURN Instance method Public Method 20051110
4 FAVORITES_SNAPSHOT Instance method Public Method 20090706
5 GET_ACTIVE_LIST Instance method Public Method returns curr. active value list: personal/general 20050418
6 GET_F4_FIELDNAME Instance method Public Method Returns the name of the F4 field 20061110
7 GET_FAVORITES Instance method Public Method Returns the personal values list 20081211
8 GET_FIELD_LABELS Instance method Public Method returns the list of field label texts 20050418
9 GET_LIST_FIELD_LENGTHS Instance method Public Method 20120111
10 GET_MARKED_LINES Instance method Public Method 20090706
11 GET_MAXEXCEED Instance method Public Method Returns callcontrol-maxeceed 20100419
12 GET_MAXRECORDS Instance method Public Method Returns callcontrol-maxrecords 20100419
13 GET_NO_MAXDISP Instance method Public Method Returns the value of callcontrol-no_maxdisp 20080605
14 GET_RESULT_LIST Instance method Public Method 20081211
15 GET_SELECTION_FIELDS Instance method Public Method Returns a table describing the selection fields 20050818
16 GET_SORTOFF Instance method Public Method returns true if initial sorting is not wanted 20090706
17 GET_SORT_FIELD Instance method Public Method get sort field and direction 20090706
18 GET_STEP Instance method Public Method returns callcontrol step of sh (PRESEL, SELECT, DISP ...) 20050418
19 GET_TABLE_STRUCTURE Instance method Public Method 20090706
20 HAS_SELECTION_FIELDS Instance method Public Method Returns true if there are selection fields; false otherwise 20090402
21 INSERT_INTO_PERSONAL_LIST Instance method Public Method insert selected values into personal values list 20050418
22 PERSONAL_SETTINGS_ALLOWED Instance method Public Method check if settings are allowed 20050418
23 PERSONAL_VALUES_LIST_ALLOWED Instance method Public Method returns 'X' if a pers. value list for this search is allowed 20050418
24 PERSONAL_VALUES_LIST_AVAILABLE Instance method Public Method returns 'X' if a pers. value list for this search exists 20050418
25 PROCESS Instance method Public Method 20081211
26 RECORD_TAB2INTERVALS Instance method Private Method 20081211
27 RECORD_TAB2TABLE Instance method Private Method 20081211
28 RESTORE_FAVORITES Instance method Public Method Restore Personal Values List 20090225
29 RESTRICTIONS_ALLOWED Instance method Public Method checks if this search help allows to be restricted 20050819
30 RETURN Instance method Public Method 20081211
31 SETTINGS_CHANGED Instance method Public Method 20050818
32 SET_MARKED_LINES Instance method Public Method 20090706
33 SET_MAX_LIST_SIZE Instance method Public Method sets the maximum value list size 20050418
34 SET_RANGE_TABS Instance method Public Method set range tabs from selection fields 20050418
35 SET_SORT_FIELD Instance method Public Method set sort field and sort direction 20090706
36 SORT_LIST Instance method Private Method 20090706
37 SWITCH_TO_GENERAL_VALUES_LIST Instance method Public Method switches search help for displaying the general values list 20090706
38 SWITCH_TO_PERSONAL_VALUES_LIST Instance method Public Method switches search help for displaying the personal values list 20090706
Events
Class CL_WDR_ELEMENTARY_SEARCH_HELP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 SHFPROP Private See coding 20050418 BEGIN OF shfprop, fieldname TYPE shlpfield, shlplispos TYPE shlplispos, leng TYPE outputlen, fieldtext TYPE scrtext_m, optimize TYPE ddf4psflag, END OF shfprop
2 TYPE_ACTIVE_LIST_TYPE Public Type reference (TYPE) CHAR1 Single-Character Flag 20050418
3 TYPE_INDEX_TABLE Public See coding 20110124 type_index_table TYPE STANDARD TABLE OF i
4 TYPE_S_INTERFACE Private See coding 20050418 BEGIN OF type_s_interface, value_help_field TYPE string, attribute_info TYPE wdr_context_attribute_info, value_help_input TYPE abap_bool, value_help_output TYPE abap_bool, f4_request TYPE abap_bool, END OF type_s_interface
5 TYPE_TS_INT Public See coding 20050418 type_ts_int TYPE SORTED TABLE OF i WITH UNIQUE DEFAULT KEY
6 TYPE_T_FIELD_LENGHTS Public See coding 20120111 type_t_field_lenghts TYPE STANDARD TABLE OF i WITH DEFAULT KEY
7 TYPE_T_INTERFACE Private See coding 20050418 type_t_interface TYPE STANDARD TABLE OF type_s_interface WITH KEY value_help_field
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLCONTROL Call by reference Type reference (TYPE) DDSHF4CTRL Steuerstruktur zum F4-Ablauf mit Suchhilfe-Exit 20050525
2 Importing CONTEXT_MANAGER Call by reference Object reference (TYPE REF TO) IF_WDR_SHLP_CONTEXT_MANAGER Bildet die Anwendungsdaten auf das Suchhilfe Interface ab 20060308
3 Importing DISPLAY_MANAGER Call by reference Object reference (TYPE REF TO) IF_WDR_SHLP_DISPLAY_MANAGER Steuert die Anzeige der Wertehilfe 20060308
4 Importing RECORD_TAB Call by reference Type reference (TYPE) CL_WDR_DDIC_SEARCH_HELP=>RECORD_TAB_T 20050525
5 Importing SHLP Call by reference Type reference (TYPE) SHLP_DESCR Beschreibung einer Suchhilfe 20050525
6 Importing SHLPTOP Call by reference Type reference (TYPE) SHLP_DESCR Beschreibung einer Suchhilfe 20050418
7 Importing SHLP_TAB Call by reference Type reference (TYPE) SHLP_DESCR_TAB_T 20050525
# Exception Resumable Description Created on
1 CX_WDR_VALUE_HELP Web Dynpro Value Help Processor Exception 20050530

Method DELETE_FROM_PERSONAL_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_INDEX Call by reference Type reference (TYPE) I 20090225

Method DELETE_FROM_PERSONAL_LIST on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method DO_RETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_LINES Call by reference Type reference (TYPE) TYPE_INDEX_TABLE 20110124
2 Importing VALUE_LIST_TYPE Call by reference Type reference (TYPE) STRING 20081211
# Exception Resumable Description Created on
1 CX_WDR_VALUE_HELP Web Dynpro Value Help Processor Exception 20051110

Method FAVORITES_SNAPSHOT Signature

Method FAVORITES_SNAPSHOT on class CL_WDR_ELEMENTARY_SEARCH_HELP has no parameter.
Method FAVORITES_SNAPSHOT on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_ACTIVE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE_LIST Value transfer Type reference (TYPE) TYPE_ACTIVE_LIST_TYPE Einstelliges Kennzeichen 20050418

Method GET_ACTIVE_LIST on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_F4_FIELDNAME Signature

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

Method GET_F4_FIELDNAME on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_FAVORITES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FAVORITES_TABLE Call by reference Object reference (TYPE REF TO) DATA 20090706
2 Importing USE_SELECT_OPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081211

Method GET_FAVORITES on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_FIELD_LABELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FIELD_LABELS Value transfer Type reference (TYPE) WDR_NAME_VALUE_LIST Table of Name/Value Pairs 20050418

Method GET_FIELD_LABELS on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_LIST_FIELD_LENGTHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FIELD_LENGTHS Call by reference Type reference (TYPE) TYPE_T_FIELD_LENGHTS 20120111

Method GET_LIST_FIELD_LENGTHS on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_MARKED_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MARKED_LINES Value transfer Type reference (TYPE) DDSHMARKS Liste der markierten Zeilen 20090706

Method GET_MARKED_LINES on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_MAXEXCEED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MAXEXCEED Value transfer Type reference (TYPE) ABAP_BOOL 20100419

Method GET_MAXEXCEED on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_MAXRECORDS Signature

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

Method GET_MAXRECORDS on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_NO_MAXDISP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NO_MAXDISP Value transfer Type reference (TYPE) ABAP_BOOL 20080605

Method GET_NO_MAXDISP on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_RESULT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INTERVALS_TABLE Call by reference Object reference (TYPE REF TO) DATA 20081211
2 Exporting OUTPUT_TABLE Call by reference Object reference (TYPE REF TO) DATA 20081211

Method GET_RESULT_LIST on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_SELECTION_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SELECTION_FIELDS Call by reference Type reference (TYPE) CL_WDR_DDIC_SEARCH_HELP=>SELOPT_DESCR_TAB Web Dynpro: F4-Hilfe 20050818

Method GET_SELECTION_FIELDS on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_SORTOFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SORTOFF Value transfer Type reference (TYPE) DDSHF4CTRL-SORTOFF Flag, daß keine Sortierung gewünscht ist 20090706

Method GET_SORTOFF on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_SORT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SORT_DIRECTION Call by reference Type reference (TYPE) C 20090706
2 Exporting SORT_FIELD Call by reference Type reference (TYPE) SHLPFIELD Name eines Suchhilfeparameters 20090706

Method GET_SORT_FIELD on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_STEP Signature

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

Method GET_STEP on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method GET_TABLE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COMPONENT_TABLE Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20090706
2 Exporting HISTORY_OFFSET Call by reference Type reference (TYPE) DOFFSET Offset eines Feldes in Workarea 20090706

Method GET_TABLE_STRUCTURE on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method HAS_SELECTION_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090402

Method HAS_SELECTION_FIELDS on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method INSERT_INTO_PERSONAL_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_INDEX Call by reference Type reference (TYPE) I 20090225
2 Returning FAVORITES_INDEX Value transfer Type reference (TYPE) I 20090225

Method INSERT_INTO_PERSONAL_LIST on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method PERSONAL_SETTINGS_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 20050418

Method PERSONAL_SETTINGS_ALLOWED on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method PERSONAL_VALUES_LIST_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PERSONAL_VALUES_LIST_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20050418

Method PERSONAL_VALUES_LIST_ALLOWED on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method PERSONAL_VALUES_LIST_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_PERSONAL_VALUES_LIST Value transfer Type reference (TYPE) ABAP_BOOL 20050418

Method PERSONAL_VALUES_LIST_AVAILABLE on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCE_GENERAL_VALUES_LIST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101008
2 Returning PHASE Value transfer Type reference (TYPE) STRING 20081211
3 Importing STEP Call by reference Type reference (TYPE) STRING 20081211
# Exception Resumable Description Created on
1 CX_WDR_VALUE_HELP Web Dynpro Value Help Processor Exception 20081211

Method RECORD_TAB2INTERVALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDDESCR Call by reference Type reference (TYPE) DDFIELDS DD: Feldliste 20081211
2 Importing FIELDPROP Call by reference Type reference (TYPE) DDSHFPROPS Eigenschaften aller Suchhilfeparameter 20081211
3 Returning INTERVALS Value transfer Object reference (TYPE REF TO) DATA 20081211
4 Importing RECORD_TAB Call by reference Type reference (TYPE) CL_WDR_DDIC_SEARCH_HELP=>RECORD_TAB_T 20081211
5 Importing SHLPTYPE Call by reference Type reference (TYPE) DDSHLPTYP Typ der Eingabehilfe (Siehe Festwerte) 20081211

Method RECORD_TAB2INTERVALS on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method RECORD_TAB2TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDDESCR Call by reference Type reference (TYPE) DDFIELDS DD: Feldliste 20081211
2 Importing FIELDPROP Call by reference Type reference (TYPE) DDSHFPROPS Eigenschaften aller Suchhilfeparameter 20081211
3 Importing RECORD_TAB Call by reference Type reference (TYPE) CL_WDR_DDIC_SEARCH_HELP=>RECORD_TAB_T 20081211
4 Importing SHLPTYPE Call by reference Type reference (TYPE) DDSHLPTYP Typ der Eingabehilfe (Siehe Festwerte) 20081211
5 Returning TABLE Value transfer Object reference (TYPE REF TO) DATA 20081211

Method RECORD_TAB2TABLE on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method RESTORE_FAVORITES Signature

Method RESTORE_FAVORITES on class CL_WDR_ELEMENTARY_SEARCH_HELP has no parameter.
Method RESTORE_FAVORITES on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method RESTRICTIONS_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESTRICTIONS_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20050819

Method RESTRICTIONS_ALLOWED on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method RETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_INDEX Call by reference Type reference (TYPE) I 20081211
# Exception Resumable Description Created on
1 CX_WDR_VALUE_HELP Web Dynpro Value Help Processor Exception 20081211

Method SETTINGS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STEP Value transfer Type reference (TYPE) STRING 20081211
# Exception Resumable Description Created on
1 CX_WDR_VALUE_HELP Web Dynpro Value Help Processor Exception 20050819

Method SET_MARKED_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MARKED_LINES Call by reference Type reference (TYPE) DDSHMARKS Liste der markierten Zeilen 20090706

Method SET_MARKED_LINES on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method SET_MAX_LIST_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SIZE Call by reference Type reference (TYPE) I 20050418

Method SET_MAX_LIST_SIZE on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method SET_RANGE_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20050930
2 Importing SELECTION_FIELDS Call by reference Type reference (TYPE) CL_WDR_DDIC_SEARCH_HELP=>SELOPT_DESCR_TAB Web Dynpro: F4-Hilfe 20050418

Method SET_RANGE_TABS on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method SET_SORT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SORT_DIRECTION Call by reference Type reference (TYPE) C 20090706
2 Importing SORT_FIELD Call by reference Type reference (TYPE) SHLPFIELD Name eines Suchhilfeparameters 20090706

Method SET_SORT_FIELD on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method SORT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FIELDDESCR Call by reference Type reference (TYPE) DDFIELDS DD: Feldliste 20090706
2 Changing RECORD_TAB Call by reference Type reference (TYPE) DDSHRESLTS Ergebnisliste in der F4-Hilfe 20090706

Method SORT_LIST on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.

Method SWITCH_TO_GENERAL_VALUES_LIST Signature

Method SWITCH_TO_GENERAL_VALUES_LIST on class CL_WDR_ELEMENTARY_SEARCH_HELP has no parameter.
# Exception Resumable Description Created on
1 CX_WDR_VALUE_HELP Web Dynpro Value Help Processor Exception 20090706

Method SWITCH_TO_PERSONAL_VALUES_LIST Signature

Method SWITCH_TO_PERSONAL_VALUES_LIST on class CL_WDR_ELEMENTARY_SEARCH_HELP has no parameter.
Method SWITCH_TO_PERSONAL_VALUES_LIST on class CL_WDR_ELEMENTARY_SEARCH_HELP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in