SAP ABAP Class CL_WDR_CFG_F4_CONFIG_ID (Assistance Class for WDR_CFG_F4_COMP_CONFIG)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_CONFIGURATION (Package) Configuration for WD4A
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20071213
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CFG_F4_CONFIG_ID Search for Configurations 20071213
Properties
Class CL_WDR_CFG_F4_CONFIG_ID  
Short Description Assistance Class for WDR_CFG_F4_COMP_CONFIG    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20071213   SAP 
Last change 20130531   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDR_CFG_F4_CONFIG_ID Search for Configurations 20071213
Friends
Class CL_WDR_CFG_F4_CONFIG_ID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_SEARCH Instance attribute Private Object reference (TYPE REF TO) IF_WDR_CFG_F4_CONFIG_ID Search for Configurations 20071213
2 IS_COMPONENT_CONFIG Instance attribute Private Type reference (TYPE) ABAP_BOOL 20071213
3 SEARCH_INSTANCES Instance attribute Private Type reference (TYPE) TY_T_SEARCH_INSTANCES 20071213
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_SEARCH Instance method Public Method 20071213
2 EXECUTE Instance method Public Method 20071213
3 EXIT Instance method Public Method 20071213
4 GET_SEARCH_RESULTS Instance method Public Method 20071213
5 GET_TEXT Instance method Public Method 20071213
6 RESET Instance method Public Method 20071213
7 SET_CURRENT_SEARCH Instance method Public Method 20071213
8 SET_IS_COMPONENT_CONFIG Instance method Public Method 20071213
Events
Class CL_WDR_CFG_F4_CONFIG_ID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_APPL_SEARCH_RESULT Private See coding 20071213 begin of ty_s_appl_search_result, application type wdy_application_name, config_id type wdy_config_id, config_type type wdy_config_type, config_var type wdy_config_var, description type wdy_md_description, author type cnam, package type devclass, end of ty_s_appl_search_result
2 TY_S_CMP_SEARCH_RESULT Private See coding 20071213 begin of ty_s_cmp_search_result, component type wdy_component_name, config_id type wdy_config_id, config_type type wdy_config_type, config_var type wdy_config_var, description type wdy_md_description, author type cnam, package type devclass, end of ty_s_cmp_search_result
3 TY_S_SEARCH_INSTANCE Private See coding 20071213 begin of TY_S_SEARCH_instance, usage_name type string, search type ref to if_wdr_cfg_f4_config_id, end of ty_s_search_instance
4 TY_T_APPL_SEARCH_RESULTS Private See coding 20071213 ty_t_appl_search_results type standard table of ty_s_appl_search_result with key application config_id config_type config_var
5 TY_T_CMP_SEARCH_RESULTS Private See coding 20071213 ty_t_cmp_search_results type standard table of ty_s_cmp_search_result with key component config_id config_type config_var
6 TY_T_SEARCH_INSTANCES Private See coding 20071213 ty_t_search_instances type hashed table of ty_s_search_instance with unique key usage_name
Method Signatures

Method CREATE_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_USAGE Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20071213
2 Importing VALUE_HELP_LISTENER Call by reference Object reference (TYPE REF TO) IF_WD_VALUE_HELP_LISTENER Web Dynpro: Eingabehilfe 20071213

Method CREATE_SEARCH on class CL_WDR_CFG_F4_CONFIG_ID has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_WDR_CFG_F4_CONFIG_ID has no parameter.
Method EXECUTE on class CL_WDR_CFG_F4_CONFIG_ID has no exception.

Method EXIT Signature

Method EXIT on class CL_WDR_CFG_F4_CONFIG_ID has no parameter.
Method EXIT on class CL_WDR_CFG_F4_CONFIG_ID has no exception.

Method GET_SEARCH_RESULTS Signature

Method GET_SEARCH_RESULTS on class CL_WDR_CFG_F4_CONFIG_ID has no parameter.
Method GET_SEARCH_RESULTS on class CL_WDR_CFG_F4_CONFIG_ID has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_WDR_CFG_F4_CONFIG_ID has no parameter.
Method GET_TEXT on class CL_WDR_CFG_F4_CONFIG_ID has no exception.

Method RESET Signature

Method RESET on class CL_WDR_CFG_F4_CONFIG_ID has no parameter.
Method RESET on class CL_WDR_CFG_F4_CONFIG_ID has no exception.

Method SET_CURRENT_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing USAGE_NAME Call by reference Type reference (TYPE) STRING Suche nach Konfigurationen 20071213

Method SET_CURRENT_SEARCH on class CL_WDR_CFG_F4_CONFIG_ID has no exception.

Method SET_IS_COMPONENT_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_COMPONENT_CONFIG Call by reference Type reference (TYPE) ABAP_BOOL 20071213

Method SET_IS_COMPONENT_CONFIG on class CL_WDR_CFG_F4_CONFIG_ID has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711