SAP ABAP Class CL_ADT_CTS_MANAGEMENT_STUB (Correction and Transport System Administration STUB)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
     SADT_UTILITIES (Package) ADT Utilities
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_CTS_MANAGEMENT Managing transport request for resources 20110608
Properties
Class CL_ADT_CTS_MANAGEMENT_STUB  
Short Description Correction and Transport System Administration STUB    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SADT_UTILITIES   ADT Utilities 
Created 20110505   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADT_CTS_MANAGEMENT_STUB has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ADT_CTS_MANAGEMENT Managing transport request for resources 20110608
Friends
Class CL_ADT_CTS_MANAGEMENT_STUB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EP_CHECK_OBJECTS_IN_REQ Instance attribute Private Type reference (TYPE) TY_EP_CHECK_OBJECTS_IN_REQUEST 20110608
2 EP_IS_TRANSPORT_DISABLED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110608
3 IP_CHECK_OBJECTS_IN_REQ Instance attribute Private Type reference (TYPE) TY_IP_CHECK_OBJECTS_IN_REQUEST 20110608
4 IP_IS_TRANSPORT_DISABLED Instance attribute Private Type reference (TYPE) TY_IP_IS_TRANSPORT_DISABLED 20110608
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20110608
2 GET_IP_CHECK_OBJECTS_IN_REQ Instance method Public Method 20110608
3 GET_IP_IS_TRANSPORT_DISABLED Instance method Public Method 20110608
4 SET_EP_CHECK_OBJECTS_IN_REQ Instance method Public Method 20110608
5 SET_EP_IS_TRANSPORT_DISABLED Instance method Public Method 20110608
Events
Class CL_ADT_CTS_MANAGEMENT_STUB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_EP_CHECK_OBJECTS_IN_REQUEST Public See coding 20110608 BEGIN OF ty_ep_check_objects_in_request, check_result TYPE cts_check_result, messages TYPE cts_messages, requests TYPE cts_requests, object_locks TYPE cts_object_locks, END OF ty_ep_check_objects_in_request
2 TY_IP_CHECK_OBJECTS_IN_REQUEST Public See coding 20110608 BEGIN OF ty_ip_check_objects_in_request, pgmid TYPE pgmid, object TYPE trobjtype, obj_name TYPE trobj_name, author TYPE responsibl, devclass TYPE devclass, masterlang TYPE masterlang, END OF ty_ip_check_objects_in_request
3 TY_IP_IS_TRANSPORT_DISABLED Public See coding 20110608 BEGIN OF ty_ip_is_transport_disabled, pgmid TYPE pgmid, object TYPE trobjtype, obj_name TYPE trobj_name, END OF ty_ip_is_transport_disabled
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_ADT_CTS_MANAGEMENT 20110608

Method GET_INSTANCE on class CL_ADT_CTS_MANAGEMENT_STUB has no exception.

Method GET_IP_CHECK_OBJECTS_IN_REQ Signature

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

Method GET_IP_CHECK_OBJECTS_IN_REQ on class CL_ADT_CTS_MANAGEMENT_STUB has no exception.

Method GET_IP_IS_TRANSPORT_DISABLED Signature

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

Method GET_IP_IS_TRANSPORT_DISABLED on class CL_ADT_CTS_MANAGEMENT_STUB has no exception.

Method SET_EP_CHECK_OBJECTS_IN_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_RESULT Call by reference Type reference (TYPE) CTS_CHECK_RESULT 20110608
2 Importing MESSAGES Call by reference Type reference (TYPE) CTS_MESSAGES 20110608
3 Importing OBJECT_LOCKS Call by reference Type reference (TYPE) CTS_OBJECT_LOCKS 20110608
4 Importing REQUESTS Call by reference Type reference (TYPE) CTS_REQUESTS 20110608

Method SET_EP_CHECK_OBJECTS_IN_REQ on class CL_ADT_CTS_MANAGEMENT_STUB has no exception.

Method SET_EP_IS_TRANSPORT_DISABLED Signature

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

Method SET_EP_IS_TRANSPORT_DISABLED on class CL_ADT_CTS_MANAGEMENT_STUB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in