SAP ABAP Class CL_FPM_GUIBB_SEARCH_CONVERSION (converting the search criteria)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Properties
Class CL_FPM_GUIBB_SEARCH_CONVERSION  
Short Description converting the search criteria    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20090118   SAP 
Last change 20131127   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 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FPM_GUIBB_SEARCH_CONVERSION has no interface implemented.
Friends
Class CL_FPM_GUIBB_SEARCH_CONVERSION has no friend class.
Attributes
Class CL_FPM_GUIBB_SEARCH_CONVERSION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_ABAP_OPS_TO_FPM_OPS Static method Public Method Conversion of ABAP Options to FPM Operators 20111129
2 CONVERT_FPM_OPS_TO_ABAP_OPS Static method Public Method Conversion of FPM Operators to ABAP Options 20111130
3 FROM_ABAP_SELECT_OPTION Static method Public Method deprecated - use CONVERT_ABAP_OPS_TO_FPM_OPS 20090202
4 TO_ABAP_SELECT_OPTION Static method Public Method deprecated - use CONVERT_FPM_OPS_TO_ABAP_OPS 20090120
5 TO_ABAP_SELECT_OPTION_S Static method Public Method deprecated - use CONVERT_FPM_OPS_TO_ABAP_OPS 20130305
6 TO_ABAP_SELECT_WHERE_TAB Static method Public Method deprecated 20090213
Events
Class CL_FPM_GUIBB_SEARCH_CONVERSION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ABAP_OPS Public See coding 20111129 tt_abap_ops TYPE STANDARD TABLE OF ddoption WITH DEFAULT KEY
2 TT_FPM_OPS Public See coding 20111130 tt_fpm_ops TYPE STANDARD TABLE OF fpmgb_search_operator
3 TT_SO_OPS Public See coding 20111130 tt_so_ops TYPE STANDARD TABLE OF wdr_so_operator
4 TY_S_ABAP_SELOPT Public See coding 20130305 BEGIN OF ty_s_abap_selopt, sign TYPE tvarv_sign, option TYPE tvarv_opti, low TYPE string, high TYPE string, END OF ty_s_abap_selopt
Method Signatures

Method CONVERT_ABAP_OPS_TO_FPM_OPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FPM_OPS Call by reference Type reference (TYPE) FPMGB_T_SEARCH_OPERATOR Search GUIBB: Table type for search operators 20111129
2 Exporting EV_NO_ATTRIBUTE_TYPE_PASSED Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20111130
3 Importing IO_ATTR_RTTI Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20111129
4 Importing IT_ABAP_OPS Call by reference Type reference (TYPE) TT_ABAP_OPS 20111129
5 Importing IV_FPM_ATTR_TYPE Call by reference Type reference (TYPE) FPMGB_SEARCH_ATTR_TYPE GUIBB SEARCH: Criterion Data Type 20111129
6 Importing IV_MINIMAL_SET Call by reference Type reference (TYPE) WDY_BOOLEAN minimal set of FPM operators 20120713
# Exception Resumable Description Created on
1 CX_FPMGB GUIBB Exceptions 20111130

Method CONVERT_FPM_OPS_TO_ABAP_OPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ABAP_OPS Call by reference Type reference (TYPE) TT_ABAP_OPS 20111130
2 Importing IT_FPM_OPS Call by reference Type reference (TYPE) TT_FPM_OPS GUIBB SEARCH: Search Operator 20111130
3 Importing IV_SUPPRESS_PATTERN_SEARCH Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Replacement for Real Boolean Type: 'X' == True '' == False 20120704
# Exception Resumable Description Created on
1 CX_FPMGB GUIBB Exceptions 20111130

Method FROM_ABAP_SELECT_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ATTR_RTTI Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20090202
2 Importing IS_ABAP_SEL_OPTION Value transfer Type reference (TYPE) RSDSSELOPT ABAP: Selection option (EQ/BT/CP/...) 20090202
3 Returning RS_FPM_SEARCH_ROW Value transfer Type reference (TYPE) FPMGB_S_SEARCH_CRITERIA GUIBB search: Search operator 20090202

Method FROM_ABAP_SELECT_OPTION on class CL_FPM_GUIBB_SEARCH_CONVERSION has no exception.

Method TO_ABAP_SELECT_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ATTR_RTTI Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20090120
2 Importing IS_FPM_SEARCH_ROW Call by reference Type reference (TYPE) FPMGB_S_SEARCH_CRITERIA GUIBB search: Search operator 20090120
3 Returning RS_ABAP_SEL_OPTION Value transfer Type reference (TYPE) RSDSSELOPT ABAP: Selection option (EQ/BT/CP/...) 20090120
# Exception Resumable Description Created on
1 CX_FPMGB GUIBB Exceptions 20090120

Method TO_ABAP_SELECT_OPTION_S Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ABAP_SEL_OPTION Call by reference Type reference (TYPE) TY_S_ABAP_SELOPT ABAP: Selection option (EQ/BT/CP/...) 20130305
2 Importing IO_ATTR_RTTI Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20130305
3 Importing IS_FPM_SEARCH_ROW Call by reference Type reference (TYPE) FPMGB_S_SEARCH_CRITERIA GUIBB search: Search operator 20130305
# Exception Resumable Description Created on
1 CX_FPMGB GUIBB Exceptions 20130305

Method TO_ABAP_SELECT_WHERE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ABAP_SELECT_TABLE Call by reference Type reference (TYPE) RSDS_WHERE_TAB 20090213
2 Importing IO_FIELD_CATALOG Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090213
3 Importing IT_FPM_SEARCH_CRITERIA Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20090213
4 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) TABNAME Table Name 20090213
# Exception Resumable Description Created on
1 CX_FPMGB GUIBB Exceptions 20090213
History
Last changed by/on SAP  20131127 
SAP Release Created in 720