SAP ABAP Class CL_FPM_UT_ADVANCED_SEARCH (Feeder Class for advanced search)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_TEST_ECATT (Package) ECATT Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20121219
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20121219
Properties
Class CL_FPM_UT_ADVANCED_SEARCH  
Short Description Feeder Class for advanced search    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_TEST_ECATT   ECATT Tests 
Created 20121219   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_UT_ADVANCED_SEARCH has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20121219
2 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20121219
Friends
Class CL_FPM_UT_ADVANCED_SEARCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FIELD_CATALOG Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20121219
2 MT_RESULT Instance attribute Public Type reference (TYPE) T_RESULT 20121219
Methods
# Method Level Visibility Method type Description Created on
1 GET_MULTI_VALUE_INPUT Instance method Private Method 20130108
Events
Class CL_FPM_UT_ADVANCED_SEARCH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUSINESS_PARTNER Public See coding 20121219 BEGIN OF s_business_partner, region TYPE string, legal_form TYPE snwd_legal_form, company_name TYPE snwd_company_name, CURRENCY_CODE type snwd_curr_code, END OF s_business_partner
2 S_REGION Public See coding 20121219 BEGIN OF s_region , country TYPE snwd_country, city TYPE snwd_city, END OF s_region
3 S_RESULT Public See coding 20121219 BEGIN OF s_result, company_name TYPE snwd_company_name, bp_id TYPE snwd_partner_id, legal_form TYPE snwd_legal_form, city TYPE snwd_city, country TYPE snwd_country, street TYPE snwd_street, currency_code TYPE snwd_curr_code, END OF s_result
4 T_BP Public See coding 20121219 t_bp TYPE STANDARD TABLE OF snwd_bpa WITH DEFAULT KEY
5 T_BUSINESS_PARTNER Public See coding 20121219 t_business_partner TYPE STANDARD TABLE OF s_business_partner WITH DEFAULT KEY
6 T_REGION Public See coding 20121219 t_region TYPE STANDARD TABLE OF s_region WITH DEFAULT KEY
7 T_RESULT Public See coding 20121219 t_result TYPE STANDARD TABLE OF s_result WITH DEFAULT KEY
Method Signatures

Method GET_MULTI_VALUE_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEARCH_CRITERIA Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA Table of Strings 20130108
2 Importing IO_REGION Call by reference Object reference (TYPE REF TO) DATA 20130108

Method GET_MULTI_VALUE_INPUT on class CL_FPM_UT_ADVANCED_SEARCH has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740