SAP ABAP Class IF_WD_CFG_APPLICATION (Application Configuration at Runtime)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CFG_APPL_RT Application Customizing at Runtime 20090203
Properties
Class IF_WD_CFG_APPLICATION  
Short Description Application Configuration at Runtime    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090203   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_WD_CFG_APPLICATION has no forward declaration.
Interfaces
Class IF_WD_CFG_APPLICATION has no interface implemented.
Friends
Class IF_WD_CFG_APPLICATION has no friend class.
Attributes
Class IF_WD_CFG_APPLICATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_APPLICATION_CONFIG_ID Instance method Public Method Returns the name of the application configuration 20090209
2 GET_APPLICATION_NAME Instance method Public Method Returns the application name 20090209
3 GET_CURRENT_PARAMETER_VALUE Instance method Public Method Returns the value of the application parameter 20090203
4 GET_CURRENT_SCOPE Instance method Public Method Returns the current adaptation scope 20090203
5 GET_INSTANCE Static method Public Method Returns an instance of an implemented class 20090203
6 GET_ORIGINAL_PARAMETER_VALUE Instance method Public Method Returns the original value of an application parameter 20090203
7 INIT Instance method Public Method Initialization 20090203
8 IS_PARAMETER_VALUE_CHANGED Instance method Public Method Queries whether an application parameter was changed 20090203
9 REMOVE_CURRENT_PARAMETER_VALUE Instance method Public Method Deletes the current application parameter value 20090203
10 SAVE Instance method Public Method Saves the current settings 20090203
11 SET_CURRENT_PARAMETER_VALUE Instance method Public Method Sets the value of an application parameter 20090203
Events
# Event Type Visibility Description Created on
1 ON_CANCELLED Instance Event
(0)
Public
(2)
Saving cancelled 20090203
2 ON_SAVED Instance Event
(0)
Public
(2)
Saved 20090203
Types
Class IF_WD_CFG_APPLICATION has no local type.
Method Signatures

Method GET_APPLICATION_CONFIG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning APPLICATION_CONFIG_ID Value transfer Type reference (TYPE) STRING 20090209

Method GET_APPLICATION_CONFIG_ID on class IF_WD_CFG_APPLICATION has no exception.

Method GET_APPLICATION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning APPLICATION_NAME Value transfer Type reference (TYPE) STRING 20090209

Method GET_APPLICATION_NAME on class IF_WD_CFG_APPLICATION has no exception.

Method GET_CURRENT_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20090203
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20090203

Method GET_CURRENT_PARAMETER_VALUE on class IF_WD_CFG_APPLICATION has no exception.

Method GET_CURRENT_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalisierungsreichweite 20090204

Method GET_CURRENT_SCOPE on class IF_WD_CFG_APPLICATION has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) IF_WD_CFG_APPLICATION Anwendungskonfiguration zur Laufzeit 20090203

Method GET_INSTANCE on class IF_WD_CFG_APPLICATION has no exception.

Method GET_ORIGINAL_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20090204
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20090204

Method GET_ORIGINAL_PARAMETER_VALUE on class IF_WD_CFG_APPLICATION has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLING_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090203
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20090203

Method IS_PARAMETER_VALUE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_CHANGED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090204
2 Importing NAME Call by reference Type reference (TYPE) STRING 20090204

Method IS_PARAMETER_VALUE_CHANGED on class IF_WD_CFG_APPLICATION has no exception.

Method REMOVE_CURRENT_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20090204

Method REMOVE_CURRENT_PARAMETER_VALUE on class IF_WD_CFG_APPLICATION has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA_HAVE_CHANGED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090204
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20090204

Method SET_CURRENT_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20090203
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20090203
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20090204
Event Signatures

Event ON_CANCELLED Signature
Event ON_CANCELLED on class IF_WD_CFG_APPLICATION has no parameter.
Event ON_SAVED Signature
Event ON_SAVED on class IF_WD_CFG_APPLICATION has no parameter.
History
Last changed by/on SAP  20090618 
SAP Release Created in