SAP ABAP Class /UI2/CL_WDR_CFG_CTS (Lock and transport of WD configuration)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/WD_CONFIGURATION (Package) UI2: WD Configuration
Properties
Class /UI2/CL_WDR_CFG_CTS  
Short Description Lock and transport of WD configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI2/WD_CONFIGURATION   UI2: WD Configuration 
Created 20130314   SAP 
Last change 20131127   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 /UI2/CL_WDR_CFG_CTS has no interface implemented.
Friends
Class /UI2/CL_WDR_CFG_CTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_OPERATION_COPY Constant Public Type reference (TYPE) CHAR01 'C' 20130314
2 C_OPERATION_CREATE Constant Public Type reference (TYPE) CHAR01 'I' 20130314
3 C_OPERATION_DELETE Constant Public Type reference (TYPE) CHAR01 'D' 20130314
4 C_OPERATION_MODIFY Constant Public Type reference (TYPE) CHAR01 'M' 20130314
5 C_OPERATION_READ Constant Public Type reference (TYPE) CHAR01 'R' 20130314
6 C_TR_APPLICATION Constant Public Type reference (TYPE) TROBJTYPE 'WDCA' 20130314
7 C_TR_COMPONENT Constant Public Type reference (TYPE) TROBJTYPE 'WDCC' 20130314
8 M_CONFIG_KEY Instance attribute Public Type reference (TYPE) WDY_CONFIG_KEY 20130314
9 M_CONFIG_SCOPE Instance attribute Protected Type reference (TYPE) WDR_PERS_SCOPE 20130314
10 M_CONFIG_TYPE Instance attribute Protected Type reference (TYPE) TROBJTYPE 20130314
11 M_DEVCLASS Instance attribute Protected Type reference (TYPE) DEVCLASS 20130314
12 M_FUNCTION Instance attribute Protected Type reference (TYPE) CHAR01 20130314
13 M_LAST_STATE Instance attribute Protected Type reference (TYPE) I 0 20130314
14 M_MESSAGES Instance attribute Public Type reference (TYPE) CTS_MESSAGES 20130314
15 M_OBJCAT_ENTRY Instance attribute Public Type reference (TYPE) CTS_OBJCAT_ENTRY 20130314
16 M_OBJECT_LOCK Instance attribute Public Type reference (TYPE) CTS_OBJECT_LOCK 20130314
17 M_OPTIMISTIC_LOCKED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20130314
18 M_REQUESTS Instance attribute Public Type reference (TYPE) CTS_REQUESTS 20130314
19 M_WRITE_LOCKED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20130314
20 S_LAST_CUS_TRANSPORT Static Attribute Public Type reference (TYPE) TRKORR 20130314
21 S_LAST_WB_TRANSPORT Static Attribute Public Type reference (TYPE) TRKORR 20130314
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_CONFIG_KEY Instance method Public Method 20130314
2 CHECK_CONFIG_OBJECT Instance method Public Method 20130314
3 CLEAR_LAST_TRANSPORT Instance method Public Method 20130314
4 CLEAR_MESSAGES Instance method Public Method 20130314
5 CONSTRUCTOR Instance method Public Constructor 20130314
6 GET_DEVCLASS Instance method Public Method 20130314
7 GET_FUNCTION Instance method Public Method 20130314
8 GET_REQUESTS_FOR_CONFIG Instance method Public Method 20130314
9 GET_TRANSPORT Instance method Public Method 20130314
10 INSERT_CONFIG_OBJECT Instance method Public Method 20130314
11 LOCK_CONFIG_OBJECT Instance method Public Method 20130314
12 LOCK_CONFIG_OBJECT_OPTIMISTIC Instance method Public Method 20130314
13 UNLOCK_CONFIG_OBJECT Instance method Public Method 20130314
Events
Class /UI2/CL_WDR_CFG_CTS has no event.
Types
Class /UI2/CL_WDR_CFG_CTS has no local type.
Method Signatures

Method CHANGE_CONFIG_KEY 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 20130314
2 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS 20130314

Method CHANGE_CONFIG_KEY on class /UI2/CL_WDR_CFG_CTS has no exception.

Method CHECK_CONFIG_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETVAL Value transfer Type reference (TYPE) I 20130314

Method CHECK_CONFIG_OBJECT on class /UI2/CL_WDR_CFG_CTS has no exception.

Method CLEAR_LAST_TRANSPORT Signature

Method CLEAR_LAST_TRANSPORT on class /UI2/CL_WDR_CFG_CTS has no parameter.
Method CLEAR_LAST_TRANSPORT on class /UI2/CL_WDR_CFG_CTS has no exception.

Method CLEAR_MESSAGES Signature

Method CLEAR_MESSAGES on class /UI2/CL_WDR_CFG_CTS has no parameter.
Method CLEAR_MESSAGES on class /UI2/CL_WDR_CFG_CTS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY 20130314
2 Importing CONFIG_SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE 20130314
3 Importing CONFIG_TYPE Value transfer Type reference (TYPE) TROBJTYPE 20130314
4 Importing FUNCTION Value transfer Type reference (TYPE) CHAR01 20130314

Method CONSTRUCTOR on class /UI2/CL_WDR_CFG_CTS has no exception.

Method GET_DEVCLASS Signature

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

Method GET_DEVCLASS on class /UI2/CL_WDR_CFG_CTS has no exception.

Method GET_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FUNCTION Value transfer Type reference (TYPE) CHAR01 20130314

Method GET_FUNCTION on class /UI2/CL_WDR_CFG_CTS has no exception.

Method GET_REQUESTS_FOR_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_LOCKED Call by reference Type reference (TYPE) WDY_BOOLEAN 20130314
2 Exporting REQUESTS Call by reference Type reference (TYPE) CTS_REQUESTS 20130314

Method GET_REQUESTS_FOR_CONFIG on class /UI2/CL_WDR_CFG_CTS has no exception.

Method GET_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TRANSPORT Value transfer Type reference (TYPE) TRKORR 20130314

Method GET_TRANSPORT on class /UI2/CL_WDR_CFG_CTS has no exception.

Method INSERT_CONFIG_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETVAL Value transfer Type reference (TYPE) I 20130314
2 Importing TRKORR Call by reference Type reference (TYPE) TRKORR 20130314
3 Importing TRKORRTEXT Call by reference Type reference (TYPE) AS4TEXT 20130314

Method INSERT_CONFIG_OBJECT on class /UI2/CL_WDR_CFG_CTS has no exception.

Method LOCK_CONFIG_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETVAL Value transfer Type reference (TYPE) I 20130314

Method LOCK_CONFIG_OBJECT on class /UI2/CL_WDR_CFG_CTS has no exception.

Method LOCK_CONFIG_OBJECT_OPTIMISTIC Signature

Method LOCK_CONFIG_OBJECT_OPTIMISTIC on class /UI2/CL_WDR_CFG_CTS has no parameter.
Method LOCK_CONFIG_OBJECT_OPTIMISTIC on class /UI2/CL_WDR_CFG_CTS has no exception.

Method UNLOCK_CONFIG_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEEP_MESSAGES Call by reference Type reference (TYPE) WDY_BOOLEAN 20130314
2 Returning RETVAL Value transfer Type reference (TYPE) I 20130314

Method UNLOCK_CONFIG_OBJECT on class /UI2/CL_WDR_CFG_CTS has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 100