SAP ABAP Class CL_ESH_SEARCH_UI_LP_HELPER (Link Panel (Helper Class))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_UI_SEARCH_UI (Package) Search UI
Properties
Class CL_ESH_SEARCH_UI_LP_HELPER  
Short Description Link Panel (Helper Class)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_UI_SEARCH_UI   Search UI 
Created 20100118   SAP 
Last change 20110908   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_ESH_IF_SEARCH_RESPONSES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_ESH_SEARCH_UI_LP_HELPER has no interface implemented.
Friends
Class CL_ESH_SEARCH_UI_LP_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_LP_TYPE_AV Constant Public Type reference (TYPE) CHAR2 'AV' Link panel type: Filter attributes and values 20100121
2 CO_LP_TYPE_CC Constant Public Type reference (TYPE) CHAR2 'CC' Link panel type: Categories and connectors 20100121
3 CO_TYPE_ATTRIBUTE Constant Public Type reference (TYPE) ESH_E_IF_DISTRIBUTION_TYPE CL_ESH_IF_SEARCH_RESPONSES=>CV_DIST_TYPE_ATTRIBUTE Distribution type attribute 20100120
4 CO_TYPE_CATEGORY Constant Public Type reference (TYPE) ESH_E_IF_DISTRIBUTION_TYPE CL_ESH_IF_SEARCH_RESPONSES=>CV_DIST_TYPE_CATEGORY Distribution type category 20100120
5 CO_TYPE_CONNECTOR Constant Public Type reference (TYPE) ESH_E_IF_DISTRIBUTION_TYPE CL_ESH_IF_SEARCH_RESPONSES=>CV_DIST_TYPE_CONNECTOR Distribution type connector 20100120
6 CO_TYPE_VALUE Constant Public Type reference (TYPE) ESH_E_IF_DISTRIBUTION_TYPE CL_ESH_IF_SEARCH_RESPONSES=>CV_DIST_TYPE_VALUE Distribution type value 20100120
7 GT_LINK_PANEL Instance attribute Private Type reference (TYPE) ESH_T_LINK_PANEL Link panel (categories and connectors) 20100118
8 GT_LINK_PANEL_FILTER_ATTR Instance attribute Private Type reference (TYPE) ESH_T_LINK_PANEL Link panel (filter attributes and values) 20100121
9 GT_SEL_ATTRIBUTE_VALUES Instance attribute Private Type reference (TYPE) ESH_T_FILTER_ATTRIBUTES Buffer of selected attribute values 20100420
10 GV_LAST_LP_TYPE Instance attribute Private Type reference (TYPE) CHAR2 Last link panel type 20100121
11 GV_LAST_ROW_KEY Instance attribute Private Type reference (TYPE) ESH_E_ADM_KEY Key for hierarchical structure 20100118
12 SO_LP_HELPER Static Attribute Private Object reference (TYPE REF TO) CL_ESH_SEARCH_UI_LP_HELPER Link panel (helper class) 20100118
Methods
# Method Level Visibility Method type Description Created on
1 BUFFER_SEL_ATTRIBUTE_VALUES Instance method Public Method Buffer selected attribute values 20100420
2 DELETE_LP_LINE_BY_ROW_KEY Instance method Public Method Delete link panel line by row key 20100730
3 DEL_PARENT_KEY_GT_GE_ROW_KEY Instance method Public Method Delete all parent keys greater than/equal to row key 20100119
4 DESELECT_LP_CHILDREN_LINES Instance method Public Method Deselect link panel children lines 20100121
5 DESELECT_LP_LINE Instance method Public Method Deselect link panel line 20100119
6 GET_ATTRIBUTES_OF_SEL_VALUES Instance method Public Method Get attributes of selected attribute values 20100323
7 GET_CATEGORY_ID Instance method Public Method Get category ID 20100125
8 GET_CLONED_INSTANCE Instance method Public Method Get cloned instance 20100517
9 GET_CONNECTOR_ID_REQUEST_ID Instance method Public Method Get connector ID and connector request ID 20100125
10 GET_INSTANCE Static method Public Method Get instance 20100118
11 GET_LP_LINE_BY_INDEX Instance method Public Method Get link panel line by index 20100719
12 GET_LP_LINE_BY_ROW_KEY Instance method Public Method Get link panel line by row key 20100119
13 GET_LP_TABLE Instance method Public Method Get link panel table 20100121
14 GET_LP_TYPE Instance method Public Method Get link panel type 20100806
15 GET_NEXT_ROW_KEY Instance method Private Method Get next row key 20100118
16 GET_ROW_KEYS_BY_IS_SELECTED Instance method Public Method Get row keys by IS_SELECTED 20100305
17 GET_ROW_KEYS_OF_CHILDREN Instance method Public Method Get row keys of children 20110325
18 GET_ROW_KEY_BY_ID Instance method Public Method Get row key by ID 20100118
19 GET_ROW_KEY_BY_IS_SELECTED Instance method Public Method Get row key by IS_SELECTED 20100119
20 GET_ROW_KEY_OF_FIRST_CHILDREN Instance method Public Method Get row key of first children 20100120
21 GET_SEL_ATTRIBUTE_VALUES Instance method Public Method Get selected attribute values 20100121
22 GET_SEL_CATEGORIES Instance method Public Method Get selected categories 20100224
23 GET_SEL_CONNECTORS Instance method Public Method Get selected connectors 20100224
24 INITIALIZE Instance method Public Method Initialize 20100119
25 INIT_LINK_PANEL Instance method Public Method Initialize GT_LINK_PANEL 20100722
26 INIT_LINK_PANEL_FILTER_ATTR Instance method Public Method Initialize GT_LINK_PANEL_FILTER_ATTR 20100122
27 INS_LP_LINE Instance method Public Method Insert link panel line 20100121
28 SET_ATTRIBUTES_FROM_CLONE Instance method Public Method Set attributes from clone instance 20100517
29 SET_LP_LINE_SELECTION Instance method Public Method Set link panel line selection 20100119
30 SET_LP_TABLE Instance method Public Method Set link panel table 20100301
31 SET_SINGLE_SELECTION_FLAG Instance method Public Method Set single selection flag 20100828
32 UPD_LP_FROM_SCOPE_DISTRIBUTION Instance method Public Method Update link panel from scope distribution table 20100119
33 UPD_LP_LINE Instance method Public Method Update link panel line 20100120
Events
Class CL_ESH_SEARCH_UI_LP_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_LP_FIELDS Public See coding Link panel fields 20100118 begin of TY_S_Lp_FIELDS, PARENT_KEY TYPE ESH_E_ADM_KEY, TYPE TYPE ESH_E_IF_DISTRIBUTION_TYPE, ID TYPE char120, NAME TYPE string, NUMBER_OF_HITS type ESH_E_IF_NO_OF_TOTAL_RESULTS, ATTR_VALUE_INT TYPE string, ATTR_VALUE_INT2 TYPE string, IS_RANGE TYPE boole_d, IS_SELECTED(1) TYPE c, DISPLAYED_LINES TYPE int4, END OF ty_s_lp_fields
Method Signatures

Method BUFFER_SEL_ATTRIBUTE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FILTER_ATTRIBUTES Call by reference Type reference (TYPE) ESH_T_FILTER_ATTRIBUTES Filter Attributes 20100420

Method BUFFER_SEL_ATTRIBUTE_VALUES on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method DELETE_LP_LINE_BY_ROW_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100730
2 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100730

Method DELETE_LP_LINE_BY_ROW_KEY on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method DEL_PARENT_KEY_GT_GE_ROW_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100119
2 Importing IV_OPERATOR Call by reference Type reference (TYPE) C 'GT' Operator (GT, GE) 20100119

Method DEL_PARENT_KEY_GT_GE_ROW_KEY on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method DESELECT_LP_CHILDREN_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LP_DESELECTED_LINES Call by reference Type reference (TYPE) ESH_T_LINK_PANEL Link Panel 20100719
2 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100121
3 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100121

Method DESELECT_LP_CHILDREN_LINES on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method DESELECT_LP_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100121
2 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100121

Method DESELECT_LP_LINE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_ATTRIBUTES_OF_SEL_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USE_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL SPACE 'X' = Use buffer 20100420
2 Returning RT_FILTER_ATTRIBUTES Value transfer Type reference (TYPE) ESH_T_FILTER_ATTRIBUTES Filter Attributes 20100323

Method GET_ATTRIBUTES_OF_SEL_VALUES on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_CATEGORY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100125
2 Returning RV_CATEGORY_ID Value transfer Type reference (TYPE) ESH_E_IF_CATEGORY_ID Category ID 20100125

Method GET_CATEGORY_ID on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_CLONED_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_LP_HELPER_CLONE Value transfer Object reference (TYPE REF TO) CL_ESH_SEARCH_UI_LP_HELPER Link panel (helper class) 20100517

Method GET_CLONED_INSTANCE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_CONNECTOR_ID_REQUEST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20100125
2 Exporting EV_CONNECTOR_REQUEST_ID Call by reference Type reference (TYPE) STRING Connector request ID 20100125
3 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100125

Method GET_CONNECTOR_ID_REQUEST_ID on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_LP_HELPER Value transfer Object reference (TYPE REF TO) CL_ESH_SEARCH_UI_LP_HELPER Link panel (helper class) 20100118

Method GET_INSTANCE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_LP_LINE_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) SYTABIX Index 20100719
2 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100719
3 Returning RS_LINK_PANEL Value transfer Type reference (TYPE) ESH_S_LINK_PANEL Link Panel 20100719

Method GET_LP_LINE_BY_INDEX on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_LP_LINE_BY_ROW_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100121
2 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100119
3 Returning RS_LINK_PANEL Value transfer Type reference (TYPE) ESH_S_LINK_PANEL Link Panel 20100119

Method GET_LP_LINE_BY_ROW_KEY on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_LP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100121
2 Returning RT_LINK_PANEL Value transfer Type reference (TYPE) ESH_T_LINK_PANEL Link Panel 20100121

Method GET_LP_TABLE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_LP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100806
2 Returning RV_LP_TYPE Value transfer Type reference (TYPE) CHAR2 Link panel type 20100806

Method GET_LP_TYPE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_NEXT_ROW_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100121
2 Returning RV_ROW_KEY Value transfer Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100118

Method GET_NEXT_ROW_KEY on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_ROW_KEYS_BY_IS_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100305
2 Importing IV_ROW_KEY_CHILD Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100804
3 Importing IV_ROW_KEY_NODE Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100804
4 Returning RT_ROW_KEY Value transfer Type reference (TYPE) ESH_T_ROW_KEY Row key 20100305

Method GET_ROW_KEYS_BY_IS_SELECTED on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_ROW_KEYS_OF_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20110325
2 Returning RT_ROW_KEYS_CHILDREN Value transfer Type reference (TYPE) ESH_T_ROW_KEY Row key 20110325

Method GET_ROW_KEYS_OF_CHILDREN on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_ROW_KEY_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_VALUE_INT Call by reference Type reference (TYPE) STRING Internal attribute value 20100720
2 Importing IV_ATTR_VALUE_INT2 Call by reference Type reference (TYPE) STRING Internal attribute value 20100924
3 Importing IV_ID Call by reference Type reference (TYPE) C Link panel ID 20100118
4 Importing IV_IS_RANGE Call by reference Type reference (TYPE) BOOLE_D 'X' = Is range 20100924
5 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100121
6 Importing IV_PARENT_ID Call by reference Type reference (TYPE) C Link panel parent ID 20100119
7 Returning RV_ROW_KEY Value transfer Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100118

Method GET_ROW_KEY_BY_ID on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_ROW_KEY_BY_IS_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100121
2 Returning RV_ROW_KEY Value transfer Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100119

Method GET_ROW_KEY_BY_IS_SELECTED on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_ROW_KEY_OF_FIRST_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100120
2 Returning RV_ROW_KEY_FIRST_CHILDREN Value transfer Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100120

Method GET_ROW_KEY_OF_FIRST_CHILDREN on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_SEL_ATTRIBUTE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTER_ATTRIBUTES Call by reference Type reference (TYPE) ESH_T_FILTER_ATTRIBUTES Filter Attributes 20100122
2 Exporting ET_LINK_PANEL_FILTER_ATTR Call by reference Type reference (TYPE) ESH_T_LINK_PANEL Link Panel 20100122
3 Importing IV_USE_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL SPACE 'X' = Use buffer 20100420

Method GET_SEL_ATTRIBUTE_VALUES on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_SEL_CATEGORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CATEGORY_ID Call by reference Type reference (TYPE) ESH_T_CATEGORY_ID Category ID 20100224
2 Exporting ET_LINK_PANEL_CATEGORY Call by reference Type reference (TYPE) ESH_T_LINK_PANEL Link Panel 20100224

Method GET_SEL_CATEGORIES on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method GET_SEL_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_T_CONNECTOR_ID Connector ID 20100224
2 Exporting ET_LINK_PANEL_CONNECTOR Call by reference Type reference (TYPE) ESH_T_LINK_PANEL Link Panel 20100224

Method GET_SEL_CONNECTORS on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_ESH_SEARCH_UI_LP_HELPER has no parameter.
Method INITIALIZE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method INIT_LINK_PANEL Signature

Method INIT_LINK_PANEL on class CL_ESH_SEARCH_UI_LP_HELPER has no parameter.
Method INIT_LINK_PANEL on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method INIT_LINK_PANEL_FILTER_ATTR Signature

Method INIT_LINK_PANEL_FILTER_ATTR on class CL_ESH_SEARCH_UI_LP_HELPER has no parameter.
Method INIT_LINK_PANEL_FILTER_ATTR on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method INS_LP_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LP_DATA Call by reference Type reference (TYPE) TY_S_LP_FIELDS Link panel fields 20100121
2 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100121

Method INS_LP_LINE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method SET_ATTRIBUTES_FROM_CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LP_HELPER_CLONE Call by reference Object reference (TYPE REF TO) CL_ESH_SEARCH_UI_LP_HELPER Link panel (helper class) 20100517

Method SET_ATTRIBUTES_FROM_CLONE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method SET_LP_LINE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100122
2 Importing IV_ROW_KEY Call by reference Type reference (TYPE) ESH_E_ADM_KEY Key for Hierarchical Structure 20100119

Method SET_LP_LINE_SELECTION on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method SET_LP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LINK_PANEL Call by reference Type reference (TYPE) ESH_T_LINK_PANEL Link Panel 20100301
2 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100301

Method SET_LP_TABLE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method SET_SINGLE_SELECTION_FLAG Signature

Method SET_SINGLE_SELECTION_FLAG on class CL_ESH_SEARCH_UI_LP_HELPER has no parameter.
Method SET_SINGLE_SELECTION_FLAG on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method UPD_LP_FROM_SCOPE_DISTRIBUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROW_KEY_SELECTED Call by reference Type reference (TYPE) ESH_T_ROW_KEY Row key 20100426
2 Importing IT_SCOPE_DISTRIBUTION Call by reference Type reference (TYPE) ESH_T_SCOPE_DISTRIBUTION_UI Scope distribution for Narrow down in UI format 20100119

Method UPD_LP_FROM_SCOPE_DISTRIBUTION on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.

Method UPD_LP_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LINK_PANEL Call by reference Type reference (TYPE) ESH_S_LINK_PANEL Link Panel 20100120
2 Importing IV_LP_TYPE Call by reference Type reference (TYPE) CHAR2 CO_LP_TYPE_CC Link panel type 20100122

Method UPD_LP_LINE on class CL_ESH_SEARCH_UI_LP_HELPER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 730