SAP ABAP Class TC_FPM_UT_SEARCH_UTIL (only for Units Test FPM Search UIBB utilities)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     SAPB_FPM_TEST_AUNIT (Package) Classes used as carrier of Unit Tests
Properties
Class TC_FPM_UT_SEARCH_UTIL  
Short Description only for Units Test FPM Search UIBB utilities    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SAPB_FPM_TEST_AUNIT   Classes used as carrier of Unit Tests 
Created 20140120   SAP 
Last change 20141120    
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_WDR_FLIGHTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class TC_FPM_UT_SEARCH_UTIL has no interface implemented.
Friends
Class TC_FPM_UT_SEARCH_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AC Constant Public See coding 20140120
2 GC_APPL Constant Public See coding 20140120
3 GC_APPL_KEY Constant Public See coding 20140120
4 GC_ATTR_NAME Constant Public See coding 20140121
5 GC_COMP_NAME Constant Public See coding 20140214
6 GC_COMP_PATH Constant Public See coding 20140120
7 GC_CONFIG_ID Constant Public See coding 20140120
8 GC_MSG_KEY Constant Public See coding 20140128
9 GC_SO Constant Public See coding 20140120
10 GC_UI_ID Constant Public See coding 20140120
11 GC_URL_ADD Constant Public See coding 20140214
12 GC_VIEW_ID Constant Public See coding 20140120
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SAVE_SEARCH_EXISTS Static method Public Method 20140120
2 GET_MAX_NUMBER_RESULTS Static method Public Method 20140320
3 GET_RESULT_LIST_NUMBER_RES Static method Public Method 20140120
4 GET_SAVED_SEARCH_ID Static method Public Method 20140120
5 GET_SEARCH_INPUT_VALUE Static method Public Method 20140120
6 GET_STD_RESULT_LIST_VALUE Static method Public Method 20140120
7 RESET_PERSONALIZATION Static method Public Method 20140124
Events
Class TC_FPM_UT_SEARCH_UTIL has no event.
Types
Class TC_FPM_UT_SEARCH_UTIL has no local type.
Method Signatures

Method CHECK_SAVE_SEARCH_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SEARCH_DESCR Call by reference Type reference (TYPE) FPM_SEARCH_DESCR FPM Table to manage the description text for saved searches 20140120
2 Exporting EV_SEARCH_EXISTS Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20140120
3 Importing IS_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20140120
4 Importing IV_APPL_KEY Call by reference Type reference (TYPE) STRING 20140120
5 Importing IV_DESCR_TEXT Call by reference Type reference (TYPE) STRING 20140120
6 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU ABAP System Field: Language Key of Text Environment 20140120
7 Importing IV_UNAME Call by reference Type reference (TYPE) SY-UNAME ABAP System Field: Name of Current User 20140120

Method CHECK_SAVE_SEARCH_EXISTS on class TC_FPM_UT_SEARCH_UTIL has no exception.

Method GET_MAX_NUMBER_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TESTER Call by reference Object reference (TYPE REF TO) CL_WD_WEB_DYNPRO_TESTER For Unit Test in WD 20140320
2 Importing IV_COMPONENT_PATH Call by reference Type reference (TYPE) STRING 20140320
3 Returning RV_VALUE Value transfer Type reference (TYPE) I 20140320

Method GET_MAX_NUMBER_RESULTS on class TC_FPM_UT_SEARCH_UTIL has no exception.

Method GET_RESULT_LIST_NUMBER_RES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_RESULT_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20140120
2 Exporting EV_NUMBER_RES Call by reference Type reference (TYPE) I 20140120
3 Importing IO_TESTER Call by reference Object reference (TYPE REF TO) CL_WD_WEB_DYNPRO_TESTER For Unit Test in WD 20140120
4 Importing IV_COMPONENT_PATH Call by reference Type reference (TYPE) STRING 20140120

Method GET_RESULT_LIST_NUMBER_RES on class TC_FPM_UT_SEARCH_UTIL has no exception.

Method GET_SAVED_SEARCH_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TESTER Call by reference Object reference (TYPE REF TO) CL_WD_WEB_DYNPRO_TESTER For Unit Test in WD 20140120
2 Importing IV_COMPONENT_PATH Call by reference Type reference (TYPE) STRING 20140120
3 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20140120

Method GET_SAVED_SEARCH_ID on class TC_FPM_UT_SEARCH_UTIL has no exception.

Method GET_SEARCH_INPUT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TESTER Call by reference Object reference (TYPE REF TO) CL_WD_WEB_DYNPRO_TESTER For Unit Test in WD 20140120
2 Importing IV_COMPONENT_PATH Call by reference Type reference (TYPE) STRING 20140120
3 Importing IV_ROW Call by reference Type reference (TYPE) STRING 20140120
4 Importing IV_VAL_BINDING_PATH Call by reference Type reference (TYPE) STRING 20140120
5 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20140120

Method GET_SEARCH_INPUT_VALUE on class TC_FPM_UT_SEARCH_UTIL has no exception.

Method GET_STD_RESULT_LIST_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NUMBER_RES Call by reference Type reference (TYPE) I 20140120
2 Exporting EV_TABLE_IS_EMPTY Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20140120
3 Exporting EV_VALUE Call by reference Type reference (TYPE) STRING 20140120
4 Importing IO_TESTER Call by reference Object reference (TYPE REF TO) CL_WD_WEB_DYNPRO_TESTER For Unit Test in WD 20140120
5 Importing IV_COMPONENT_PATH Call by reference Type reference (TYPE) STRING 20140120
6 Importing IV_ELEMENT Call by reference Type reference (TYPE) STRING 20140120
7 Importing IV_ROW Call by reference Type reference (TYPE) I 20140120

Method GET_STD_RESULT_LIST_VALUE on class TC_FPM_UT_SEARCH_UTIL has no exception.

Method RESET_PERSONALIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_TESTER Call by reference Object reference (TYPE REF TO) CL_WD_WEB_DYNPRO_TESTER For Unit Test in WD 20140124
2 Importing IV_COMP_PATH Call by reference Type reference (TYPE) STRING 20140124
3 Importing IV_PRESS_PERS_ICON Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20140124

Method RESET_PERSONALIZATION on class TC_FPM_UT_SEARCH_UTIL has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740