SAP ABAP Class CL_FPM_TEST_SEARCH_COUNTRY_OVS (test for GUIBB search)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_TEST (Package) Floorplan Manager (Test applications)
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 20120709
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20120709
Properties
Class CL_FPM_TEST_SEARCH_COUNTRY_OVS  
Short Description test for GUIBB search    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_TEST   Floorplan Manager (Test applications) 
Created 20120709   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FPM_GUIBB_SEARCH Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20120709
2 IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20120709
Friends
Class CL_FPM_TEST_SEARCH_COUNTRY_OVS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FIELD_CATALOG Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20120709
2 MT_RESULT Instance attribute Private Type reference (TYPE) T_T_RESULT 20120709
3 MT_SELECTED_LINES_OF_RESULT Instance attribute Private Type reference (TYPE) IF_FPM_GUIBB_SEARCH=>T_RESULT 20120709
4 MT_T005 Instance attribute Private Type reference (TYPE) T_T005_DATA_BASE 20120709
Methods
Class CL_FPM_TEST_SEARCH_COUNTRY_OVS has no method.
Events
Class CL_FPM_TEST_SEARCH_COUNTRY_OVS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_STRU_INPUT Private See coding 20120709 BEGIN OF t_stru_input, * add fields for the display of your search input here land1 TYPE t005-land1, landk TYPE landk, lnplz TYPE lnplz_005, spras TYPE spras, xegld TYPE xegld, END OF t_stru_input
2 T_STRU_LIST Private See coding 20120709 BEGIN OF t_stru_list, * add fields for the selection list here land1 TYPE land1, landk TYPE landk, lnplz TYPE lnplz_005, * prplz TYPE pruef_005, * addrs TYPE addrs_005, * xplzs TYPE xplzs_005, * xplpf TYPE xplpf_005, spras TYPE spras, * xland TYPE xland_005, * xaddr TYPE xaddr_005, * nmfmt TYPE nmfmt_005, * xregs TYPE xregs_005, * xplst TYPE xplst_005, intca TYPE intca, intca3 TYPE intca3, intcn3 TYPE intcn3, xegld TYPE xegld, * xskfn TYPE xskfn, * xmwsn TYPE xmwsn, END OF t_stru_list
3 T_S_RESULT Public See coding 20120709 BEGIN OF t_s_result, land1 TYPE land1, landk TYPE landk, lnplz TYPE lnplz_005, prplz TYPE pruef_005, addrs TYPE addrs_005, xplzs TYPE xplzs_005, xplpf TYPE xplpf_005, spras TYPE spras, xland TYPE xland_005, xaddr TYPE xaddr_005, nmfmt TYPE nmfmt_005, xregs TYPE xregs_005, xplst TYPE xplst_005, intca TYPE intca, intca3 TYPE intca3, intcn3 TYPE intcn3, xegld TYPE xegld, xskfn TYPE xskfn, xmwsn TYPE xmwsn, END OF t_s_result
4 T_S_T005 Public See coding 20120709 BEGIN OF t_s_t005. INCLUDE type t005. TYPES END OF t_s_t005
5 T_T005_DATA_BASE Public See coding 20120709 t_t005_data_base TYPE STANDARD TABLE OF t005 WITH DEFAULT KEY
6 T_T_RESULT Public See coding 20120709 t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
7 T_T_T005 Public See coding 20120709 t_t_t005 TYPE STANDARD TABLE OF t_s_t005 WITH DEFAULT KEY
History
Last changed by/on SAP  20130531 
SAP Release Created in 740