SAP ABAP Class CL_CTS_TRANSPORT_ENTITY (Abstract transport entity)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
     SCTS_DIST_CTL_ORGANIZE (Package) Organizer Parts of cCTS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CTS_TRANSPORT_ENTITY Generic transport entity 20090429
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CTS_TRANSPORT_COLLECTION CTS Transport Collection 20090429
2 Inheritance (c INHERITING FROM c_ref)  CL_CTS_TRANSPORT_REQUEST Transport Request 20090429
Properties
Class CL_CTS_TRANSPORT_ENTITY  
Short Description Abstract transport entity    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_DIST_CTL_ORGANIZE   Organizer Parts of cCTS 
Created 20090422   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_CTS_SYSTEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_CTS_TRANSPORT_ENTITY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_CTS_TRANSPORT_REQUEST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_CTS_TRANSPORT_ENTITY Generic transport entity 20090429
Friends
# Friend Modeled only Created on Description
1 CL_CTS_QUEUE_ITEM 20090527 Item in the import queue
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATTRIBUTES Instance attribute Protected Type reference (TYPE) TY_ATTRIBUTES 20090429
2 CONFIG_BUFFER Static Attribute Protected Type reference (TYPE) TMSCSYSS TMS CI: Systems 20130508
3 CO_CTS_EXPTIMESTAMP Instance attribute Private Attribute reference (LIKE) 20101112
4 CO_CTS_PROJECT Constant Protected Type reference (TYPE) STRING 'SAP_CTS_PROJECT' 20090710
5 CO_ENTITY_TYPE_COLLECTION Instance attribute Public Attribute reference (LIKE) 20101112
6 CO_ENTITY_TYPE_REQUEST Instance attribute Public Attribute reference (LIKE) 20101112
7 DATE Instance attribute Protected Type reference (TYPE) AS4DATE Last Changed On 20091028
8 DESCRIPTION Instance attribute Protected Type reference (TYPE) TY_DESCRIPTION 20090429
9 EXPORT_RC Instance attribute Protected Type reference (TYPE) TY_EXPORT_RC 20090903
10 ID Instance attribute Protected Type reference (TYPE) TY_ID 20090429
11 OVERTAKER Instance attribute Protected Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100121
12 OWNER Instance attribute Protected Type reference (TYPE) TY_USER 20090429
13 REQUEST_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_CTS_REQUEST Extended interface for full features 20100528
14 SOURCE_CLIENT Instance attribute Protected Type reference (TYPE) SCTS_TY_SYSTEM_CLIENT Central CTS: System Client 20111229
15 SOURCE_SYSTEM Instance attribute Protected Object reference (TYPE REF TO) IF_CTS_SYSTEM General System 20100528
16 STATUS Instance attribute Protected Type reference (TYPE) TY_STATUS 20090429
17 TEAM Instance attribute Protected Type reference (TYPE) TY_USERS 20090429
18 TIME Instance attribute Protected Type reference (TYPE) AS4TIME Last Changed At 20091028
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_REQUEST_MANAGER Static method Protected Method Returns an instance of the request manager object 20100528
2 FILENAME_TO_REQUEST Static method Protected Method Convert a R3TRANS filename to the request ID 20090527
3 GET_ENTITY_ATTRIBUTES Static method Protected Method Retrieves entity attributes 20100309
4 GET_REQUEST_MANAGER Instance method Protected Method Get request manager 20100528
5 RELOAD Instance method Public Method 20101119
6 REQUEST_TO_FILENAME Static method Protected Method Convert a request ID to R3TRANS file name 20090527
7 _READ_CONFIG Static method Private Method Read TMS configuration, buffered 20130508
8 _READ_LOG_OVERVIEW Instance method Private Method Retrieve log overview data 20130508
Events
Class CL_CTS_TRANSPORT_ENTITY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ATTRIBUTES Public Attribute reference (LIKE) 20101112
2 TY_DESCRIPTION Public Attribute reference (LIKE) 20101112
3 TY_EXPORT_RC Public Attribute reference (LIKE) 20101112
4 TY_ID Public Attribute reference (LIKE) 20101112
5 TY_PROJECT Public Attribute reference (LIKE) 20101112
6 TY_STATUS Public Attribute reference (LIKE) 20101112
7 TY_USER Public Attribute reference (LIKE) 20101112
8 TY_USERS Public Attribute reference (LIKE) 20101112
Method Signatures

Method CREATE_REQUEST_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_CLIENT 20100528
2 Returning MANAGER Value transfer Object reference (TYPE REF TO) IF_CTS_REQUEST Internes Interface fuer Fileobject Organizer 20100528
3 Importing READ_ONLY Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20120326
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME Name des SAP-Systems 20100528
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_ENTITY Exceptions from handling transport entities 20100528

Method FILENAME_TO_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Call by reference Type reference (TYPE) CTS_FILENAME Name eines Dateiobjekts 20090527
2 Returning REQUEST_ID Value transfer Type reference (TYPE) IF_CTS_TRANSPORT_REQUEST=>TY_ID 20090527

Method FILENAME_TO_REQUEST on class CL_CTS_TRANSPORT_ENTITY has no exception.

Method GET_ENTITY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTES Value transfer Type reference (TYPE) TY_ATTRIBUTES 20100309
2 Importing ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_ID 20100309

Method GET_ENTITY_ATTRIBUTES on class CL_CTS_TRANSPORT_ENTITY has no exception.

Method GET_REQUEST_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MANAGER Value transfer Object reference (TYPE REF TO) IF_CTS_REQUEST Internes Interface fuer Fileobject Organizer 20100528

Method GET_REQUEST_MANAGER on class CL_CTS_TRANSPORT_ENTITY has no exception.

Method RELOAD Signature

Method RELOAD on class CL_CTS_TRANSPORT_ENTITY has no parameter.
Method RELOAD on class CL_CTS_TRANSPORT_ENTITY has no exception.

Method REQUEST_TO_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FILENAME Value transfer Type reference (TYPE) CTS_FILENAME Name eines Dateiobjekts 20090527
2 Importing REQUEST_ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_REQUEST=>TY_ID 20090527

Method REQUEST_TO_FILENAME on class CL_CTS_TRANSPORT_ENTITY has no exception.

Method _READ_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG Value transfer Type reference (TYPE) TMSCSYSS TMS CI: Systeme 20130508

Method _READ_CONFIG on class CL_CTS_TRANSPORT_ENTITY has no exception.

Method _READ_LOG_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOG_OVERVIEW Value transfer Type reference (TYPE) SCTS_LOG_OVERVIEWS CTS Protokollübersicht für einen Auftrag 20130508

Method _READ_LOG_OVERVIEW on class CL_CTS_TRANSPORT_ENTITY has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702