SAP ABAP Class CL_WDR_CFG_WUL (Where-Used List for Configurations)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_CONFIGURATION (Package) Configuration for WD4A
Properties
Class CL_WDR_CFG_WUL  
Short Description Where-Used List for Configurations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20080703   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
Class CL_WDR_CFG_WUL has no interface implemented.
Friends
Class CL_WDR_CFG_WUL has no friend class.
Attributes
Class CL_WDR_CFG_WUL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_WUL Static method Public Method Updates WUL (after transport of configurations) 20080703
2 GET_MAX_USED_SEQUENCE_NO Static method Private Method Highest Number Used in Table WDY_CFG_CMP_WUL 20110216
3 GET_WUL_FOR_CMP_CONFIGURATION Static method Public Method Obsolete 20080709
4 GET_WUL_FOR_CMP_IN_APPL Static method Public Method Where-Used List for Component Config. in Application Config. 20110217
5 GET_WUL_FOR_CMP_IN_CMP Static method Public Method Where-Used List for Subconfigurations 20110217
6 GET_WUL_FOR_COMPONENT Static method Public Method Provides WUL for a component (in component configurations) 20080709
7 UPDATE_WUL_IN_APPL_CONFIG Static method Public Method Updates WUL (when application configuration is saved) 20080709
8 UPDATE_WUL_IN_COMP_CONFIG Static method Public Method Updates WUL (when component configuration is saved) 20080709
9 UPDATE_WUL_IN_COMP_CONFIG_ENH Static method Public Method Updates WUL (when saving enhancement) 20110215
Events
Class CL_WDR_CFG_WUL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_WDY_CFG_CMP_WUL Public See coding 20080709 TY_T_WDY_CFG_CMP_WUL type standard table of WDY_CFG_CMP_WUL with default key
Method Signatures

Method ADJUST_WUL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEYS Call by reference Type reference (TYPE) WDY_CONFIG_KEYS Tabelle von Config-Keys 20080703

Method ADJUST_WUL on class CL_WDR_CFG_WUL has no exception.

Method GET_MAX_USED_SEQUENCE_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20110216
2 Exporting MAX_USED Call by reference Type reference (TYPE) INT2 2 Byte Integer (Signed) 20110216

Method GET_MAX_USED_SEQUENCE_NO on class CL_WDR_CFG_WUL has no exception.

Method GET_WUL_FOR_CMP_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20080709
2 Importing CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Typ der Web Dynpro Konfiguration 20080709
3 Importing CONFIG_VAR Call by reference Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Konfiguration: zusätzliche Variante 20080709
4 Returning WUL Value transfer Type reference (TYPE) TY_T_WDY_CFG_CMP_WUL Verwendungsnachweis für Component-Konfigurationen 20080709

Method GET_WUL_FOR_CMP_CONFIGURATION on class CL_WDR_CFG_WUL has no exception.

Method GET_WUL_FOR_CMP_IN_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20110217
2 Importing CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Typ der Web Dynpro Konfiguration 20110217
3 Importing CONFIG_VAR Call by reference Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Konfiguration: zusätzliche Variante 20110217
4 Returning WUL Value transfer Type reference (TYPE) TY_T_WDY_CFG_CMP_WUL Verwendungsnachweis für Component-Konfigurationen 20110217

Method GET_WUL_FOR_CMP_IN_APPL on class CL_WDR_CFG_WUL has no exception.

Method GET_WUL_FOR_CMP_IN_CMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20110217
2 Importing CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Typ der Web Dynpro Konfiguration 20110217
3 Importing CONFIG_VAR Call by reference Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Konfiguration: zusätzliche Variante 20110217
4 Returning WUL Value transfer Type reference (TYPE) TY_T_WDY_CFG_CMP_WUL Verwendungsnachweis für Component-Konfigurationen 20110217

Method GET_WUL_FOR_CMP_IN_CMP on class CL_WDR_CFG_WUL has no exception.

Method GET_WUL_FOR_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) WDY_CONF_COMP_NAME Web Dynpro : Name der Component 20080709
2 Returning WUL Value transfer Type reference (TYPE) TY_T_WDY_CFG_CMP_WUL 20080709

Method GET_WUL_FOR_COMPONENT on class CL_WDR_CFG_WUL has no exception.

Method UPDATE_WUL_IN_APPL_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_DATA_TABLE Call by reference Type reference (TYPE) WDY_CONFIG_COMP_STRUTAB Tabelle mit WDY_CONFIG_COMP_STRUCT 20080709
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20080709
3 Importing DELETE_CONFIG Call by reference Type reference (TYPE) ABAP_BOOL 20080709

Method UPDATE_WUL_IN_APPL_CONFIG on class CL_WDR_CFG_WUL has no exception.

Method UPDATE_WUL_IN_COMP_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIGURATION_DATA Call by reference Type reference (TYPE) WDY_CONFIG_DATA Tabelle mit WDY_CONFIG_COMP_STRUCT 20080723
2 Importing CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20080723
3 Importing DELETE_CONFIG Call by reference Type reference (TYPE) ABAP_BOOL 20080709

Method UPDATE_WUL_IN_COMP_CONFIG on class CL_WDR_CFG_WUL has no exception.

Method UPDATE_WUL_IN_COMP_CONFIG_ENH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIGURATION_DATA Call by reference Type reference (TYPE) WDY_CONFIG_DATA Tabelle mit WDY_CONFIG_COMP_STRUCT 20110215
2 Importing DELETE_CONFIG Call by reference Type reference (TYPE) ABAP_BOOL 20110215
3 Importing ENHNAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20110215

Method UPDATE_WUL_IN_COMP_CONFIG_ENH on class CL_WDR_CFG_WUL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 712