SAP ABAP Class CL_FPM_UT_SEARCH_MV_POP_ASSIST (FPM Search Unit Test: Multi-Value Pop Up Assistance Class)
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 CL_FPM_UT_SEARCH_MV_POP_ASSIST  
Short Description FPM Search Unit Test: Multi-Value Pop Up Assistance Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAPB_FPM_TEST_AUNIT   Classes used as carrier of Unit Tests 
Created 20130107   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_UT_SEARCH_MV_POP_ASSIST has no forward declaration.
Interfaces
Class CL_FPM_UT_SEARCH_MV_POP_ASSIST has no interface implemented.
Friends
Class CL_FPM_UT_SEARCH_MV_POP_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CITY1 Instance attribute Public Type reference (TYPE) T_CITY 20130107
2 MT_CITY2 Instance attribute Public Type reference (TYPE) T_CITY 20130107
3 MT_COUNTRY1 Instance attribute Public Type reference (TYPE) T_COUNTRY 20130107
4 MT_COUNTRY2 Instance attribute Public Type reference (TYPE) T_COUNTRY 20130107
Methods
Class CL_FPM_UT_SEARCH_MV_POP_ASSIST has no method.
Events
Class CL_FPM_UT_SEARCH_MV_POP_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUSINESS_PARTNER Public See coding 20130107 BEGIN OF s_business_partner, first_name TYPE snwd_first_name, last_name TYPE snwd_last_name, region TYPE string, legal_form TYPE string, company_name_ex TYPE string, END OF s_business_partner
2 S_CITY Public See coding 20130107 BEGIN OF s_city, city TYPE REF TO if_wd_context_element, END OF s_city
3 S_COUNTRY Public See coding 20130107 BEGIN OF s_country, country TYPE REF TO if_wd_context_element, END OF s_country
4 S_REGION Public See coding 20130107 BEGIN OF s_region , country TYPE snwd_country, city TYPE snwd_city, END OF s_region
5 S_RESULT Public See coding 20130107 BEGIN OF s_result, company_name TYPE string, partner_id TYPE string, legal_form TYPE string, city TYPE string, country TYPE string, END OF s_result
6 T_BUSINESS_PARTNER Public See coding 20130107 t_business_partner TYPE STANDARD TABLE OF s_business_partner WITH DEFAULT KEY
7 T_CITY Public See coding 20130107 t_city TYPE STANDARD TABLE OF REF TO if_wd_context_element WITH DEFAULT KEY
8 T_COUNTRY Public See coding 20130107 t_country TYPE STANDARD TABLE OF REF TO if_wd_context_element WITH DEFAULT KEY
9 T_REGION Public See coding 20130107 t_region TYPE STANDARD TABLE OF s_region WITH DEFAULT KEY
10 T_RESULT Public See coding 20130107 t_result TYPE STANDARD TABLE OF s_result WITH DEFAULT KEY
History
Last changed by/on SAP  20131127 
SAP Release Created in 740