SAP ABAP Class /UI2/CL_WDR_CFG_TRANSP_HNDL_B (Base Class for Transport Handler)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/WD_CONFIGURATION (Package) UI2: WD Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/IF_WDR_CFG_TRANSPORT_HNDL Transport handling for configuration objects 20130314
2 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/IF_WDR_CFG_TRANSPORT_INF Transport handling for configuration objects 20130314
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /UI2/CL_WDR_CFG_TRANSP_HNDL_D Transport Handling in SAP GUI 20130314
Properties
Class /UI2/CL_WDR_CFG_TRANSP_HNDL_B  
Short Description Base Class for Transport Handler    
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 /UI2/IF_WD_CFG_TOOL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_WD_CONFIG_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_WD_CONFIG_TOOL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 /UI2/IF_WDR_CFG_TRANSPORT_HNDL Transport handling for configuration objects 20130314
2 /UI2/IF_WDR_CFG_TRANSPORT_INF Transport handling for configuration objects 20130314
Friends
Class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DEVCLASS Instance attribute Protected Type reference (TYPE) DEVCLASS Package of an Existing Object 20130314
2 IS_WORKBENCH_OBJECT Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
3 KEY Instance attribute Private Attribute reference (LIKE) 20130314
4 MASTERLANG Instance attribute Private Type reference (TYPE) MASTERLANG Original Language in Repository Objects 20130314
5 R3TR Constant Private Type reference (TYPE) TADIR-PGMID 'R3TR' Program ID in Requests and Tasks 20130314
6 TRANSPORT_REQUIRED Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Replacement for Real Boolean Type: 'X' == True '' == False 20130314
7 TRANSPORT_SETTINGS Instance attribute Protected Object reference (TYPE REF TO) /UI2/CL_WDR_TRANSP_SETTINGS Transport Settings for the API 20130314
8 TRKORR Instance attribute Protected Type reference (TYPE) TRKORR Request/Task 20130314
Methods
# Method Level Visibility Method type Description Created on
1 CALL_CTS Instance method Protected Method 20130314
2 CALL_TADIR_INSERT Instance method Private Method 20130314
3 CHANGE Instance method Protected Method 20130314
4 CHANGE_INT Instance method Private Method 20130314
5 CHECK_DIALOG_NECESSITY Instance method Private Method 20130314
6 CLONE_IMPL Instance method Protected Method 20130314
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130314
8 GET_MESSAGE_108 Instance method Protected Method 20130314
9 GET_RECORDING_ENTRIES Instance method Private Method 20130314
10 SET_DEVCLASS Instance method Private Method 20130314
11 TRANSLATE_MESSAGES Static method Protected Method 20130314
Events
Class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no event.
Types
Class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no local type.
Method Signatures

Method CALL_CTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CANCELLED Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing IS_CREATE Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
3 Exporting MESSAGES Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGES 20130314
4 Exporting NO_RECORDING Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
5 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20130314

Method CALL_CTS on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method CALL_TADIR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CANCELLED Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Exporting MESSAGE Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGE 20130314

Method CALL_TADIR_INSERT on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CREATE Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing NO_DEVCLASS_DIALOG Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
3 Importing NO_TRANSPORT_DIALOG Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314

Method CHANGE on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method CHANGE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CREATE Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing IS_DELETE Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314

Method CHANGE_INT on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method CHECK_DIALOG_NECESSITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CANCELLED Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing IS_CREATE Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
3 Exporting MESSAGE Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGE 20130314
4 Exporting NO_DEVCLASS_DIALOG Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
5 Exporting NO_TRANSPORT_DIALOG Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
6 Importing USE_DEVCLASS Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314

Method CHECK_DIALOG_NECESSITY on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method CLONE_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Object reference (TYPE REF TO) /UI2/CL_WDR_CFG_OBJ_KEY Identification of an Object in the WD Configuration 20130314
2 Returning RESULT Value transfer Object reference (TYPE REF TO) /UI2/CL_WDR_CFG_TRANSP_HNDL_B Base Class for Transport Handler 20130314

Method CLONE_IMPL on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_WORKBENCH_OBJECT Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing KEY Call by reference Object reference (TYPE REF TO) /UI2/CL_WDR_CFG_OBJ_KEY Identification of an Object in the WD Configuration 20130314
3 Importing TRANSPORT_SETTINGS Call by reference Object reference (TYPE REF TO) /UI2/CL_WDR_TRANSP_SETTINGS 20130314

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

Method GET_MESSAGE_108 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE Value transfer Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGE 20130314

Method GET_MESSAGE_108 on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method GET_RECORDING_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CREATE Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Returning RECORDING_ENTRIES Value transfer Type reference (TYPE) CTS_RECORDING_ENTRIES WBO Remote API: Entries for Change Recording 20130314
3 Importing WITH_DEVCLASS Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314

Method GET_RECORDING_ENTRIES on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method SET_DEVCLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERROR Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Changing MESSAGES Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGES 20130314

Method SET_DEVCLASS on class /UI2/CL_WDR_CFG_TRANSP_HNDL_B has no exception.

Method TRANSLATE_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTS_MESSAGES Call by reference Type reference (TYPE) CTS_MESSAGES WBO Remote API: Messages for Result of Action 20130314
2 Returning WD_MESSAGES Value transfer Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGES 20130314

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