SAP ABAP Class CL_CTS_TRANSPORT_COLLECTION (CTS Transport Collection)
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 Inheritance (c INHERITING FROM c_ref)  CL_CTS_TRANSPORT_ENTITY Abstract transport entity 20090429
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CTS_TRANSPORT_COLLECTION Generic collection of transport entities 20090429
Properties
Class CL_CTS_TRANSPORT_COLLECTION  
Short Description CTS Transport Collection    
Super Class CL_CTS_TRANSPORT_ENTITY Abstract transport entity 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_DIST_CTL_ORGANIZE   Organizer Parts of cCTS 
Created 20090420   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_PROJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_CTS_SYSTEM_COLLECTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_CTS_TRANSPORT_COLLECTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_CTS_TRANSPORT_REQUEST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 STRHI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CTS_TRANSPORT_COLLECTION Generic collection of transport entities 20090429
Friends
# Friend Modeled only Created on Description
1 CL_CTS_COMMON_TOOLS 20121015 Wrapper for common tools
2 CL_CTS_PROJECT 20100728 Central CTS: Project
3 CL_CTS_PROJECT_FACTORY 20100309 Central CTS Projects
4 CL_CTS_QUEUE_COLLECTION_ITEM 20090910 Transport collection entry in a queue
5 CL_CTS_TRANSPORT_FACTORY 20090429 Factory for transport entities and objects
6 CL_CTS_TRANSPORT_REQUEST 20090429 Transport Request
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CTS_APPLICATION Constant Private Type reference (TYPE) STRING 'APPLICATION' 20090708
2 CO_CTS_EXPTIMESTAMP Instance attribute Public Attribute reference (LIKE) 20100528
3 CO_CTS_FILE Constant Private Type reference (TYPE) STRING 'FILE' 20090707
4 CO_CTS_PGMID Constant Private Type reference (TYPE) STRING 'R3TR' 20090707
5 CO_CTS_REQ_TAG_KEY Constant Private Type reference (TYPE) STRING 'SAP_CCTS' 20101105
6 CO_CTS_REQ_TAG_VALUE Constant Private Type reference (TYPE) STRING 'TRUE' 20101105
7 CO_CTS_SOURCE_CLIENT Constant Private Type reference (TYPE) STRING 'REQUEST_SRC_CLIENT' 20121011
8 CO_CTS_TYPE_R3TRANS Constant Private Type reference (TYPE) STRING 'R3TRANS' 20090707
9 CO_DAWN Constant Public Type reference (TYPE) TRTMST '00000000000000' UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20090903
10 CO_OP_ADD Constant Private Type reference (TYPE) STRING 'ADD' 20101105
11 CO_OP_REMOVE Constant Private Type reference (TYPE) STRING 'REMOVE' 20101105
12 CO_STATUS_FINAL Instance attribute Public Attribute reference (LIKE) 20090527
13 CO_STATUS_MATERIALIZE Instance attribute Public Attribute reference (LIKE) 20090708
14 CO_STATUS_NEW Instance attribute Public Attribute reference (LIKE) 20090714
15 CO_STATUS_OPEN Instance attribute Public Attribute reference (LIKE) 20090706
16 CO_TOC Constant Private Type reference (TYPE) TRFUNCTION 'T' Type of Request/Task 20110620
17 CO_UNIX_EPOCH Constant Protected Type reference (TYPE) TIMESTAMP '19700101000000' UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20090525
18 CO_WB Constant Private Type reference (TYPE) TRFUNCTION 'K' Type of Request/Task 20110901
19 SOURCE Instance attribute Protected Type reference (TYPE) IF_CTS_SYSTEM_COLLECTION=>TY_ID 20090429
20 TYPE Instance attribute Protected Type reference (TYPE) TRFUNCTION Type of Request/Task 20110620
Methods
# Method Level Visibility Method type Description Created on
1 ADD_REQUEST Instance method Public Method 20090506
2 ADD_TO_PROJECT Instance method Public Method 20100528
3 ATTACH_REQUEST Instance method Protected Method Attach request physically 20090505
4 BUILD_FILE_DATA Instance method Protected Method Build data to attach request 20121025
5 CHECK_STATUS Instance method Protected Method Check if modifiable and raise exception if not 20090507
6 CHECK_TOC_ATTACH Instance method Protected Method Perform ToC check 20121025
7 CREATE_NEW Static method Protected Method Create a new transport collection 20090429
8 CREATE_REQUEST Instance method Public Method 20090506
9 DELETE Static method Protected Method Delete empty collection 20090507
10 DELETE_REQUEST Instance method Public Method 20090506
11 DETACH_REQUEST Instance method Protected Method Detach a request 20090527
12 FINALIZE Instance method Public Method 20090526
13 FIND_COLLECTIONS_FOR_REQUEST Static method Protected Method Find and load all collections 20091028
14 FIND_COLLECTION_FOR_REQUEST Static method Protected Method Find and load a collection that contains a given request 20090709
15 GET_ATTRIBUTES Instance method Public Method 20100528
16 GET_COLLECTION_REQUEST Instance method Public Method 20100412
17 GET_DATE Instance method Public Method 20100528
18 GET_DESCRIPTION Instance method Public Method 20100528
19 GET_EXPORT_RC Instance method Public Method 20100528
20 GET_ID Instance method Public Method 20100528
21 GET_OWNER Instance method Public Method 20100528
22 GET_PROJECTS Instance method Public Method 20100528
23 GET_PROTOCOL Instance method Public Method 20100528
24 GET_REQUEST Instance method Public Method 20090506
25 GET_REQUESTS Instance method Public Method 20090506
26 GET_REQUEST_IDS Instance method Public Method 20110927
27 GET_SOURCE_SYSTEM_COLLECTION Instance method Public Method 20090506
28 GET_STATUS Instance method Public Method 20100528
29 GET_TARGETS_FOR_REQUEST Instance method Public Method 20090731
30 GET_TEAM Instance method Public Method 20100528
31 GET_TRANS_DIR Instance method Private Method Returns the transport directory 20121025
32 HAS_OVERTAKER_RELATION Instance method Public Method 20100528
33 IS_EMPTY Instance method Public Method 20100528
34 IS_MODIFIABLE Instance method Protected Method Is the collection still modifiable? 20090507
35 IS_TRANSPORT_OF_COPIES Instance method Public Method 20110620
36 LOAD_COLLECTION Static method Protected Method Load existing collection 20090707
37 LOAD_COLLECTIONS Static method Protected Method Mass load of collections 20090707
38 LOAD_PROJECTS Static method Protected Method Load projects 20100309
39 LOCK Static method Private Method Lock collection 20090708
40 MATERIALIZE Instance method Public Method 20090526
41 PERFORM_COMMIT Instance method Private Method Peform commit (export without add2buffer) 20121031
42 PERFORM_EXPORT Instance method Private Method Perform actual export 20110926
43 PROCESS_EXTERNAL_REQUEST Instance method Private Method Processing file data for external request 20121025
44 PROCESS_INTERNAL_REQUEST Instance method Private Method Processing file data for internal requests already released 20121025
45 REFRESH Instance method Private Method Refresh information 20100728
46 REMOVE_FROM_PROJECT Instance method Public Method 20100528
47 REMOVE_REQUEST Instance method Public Method 20090527
48 SET_ATTRIBUTES Instance method Public Method 20090709
49 SET_COLLECTION_STATUS Static method Protected Method Set the status of the collection (final or not) 20090707
50 SET_DESCRIPTION Instance method Public Method 20090429
51 SET_OVERTAKER Static method Protected Method Set overtaker flag 20100120
52 SET_TARGET_CLUSTER Instance method Public Method 20110922
53 TOUCH Instance method Protected Method Touch (reset time stamp attribute) 20130517
54 UNLOCK Static method Private Method Unlock collection 20090708
55 UPDATE_PARTLY_TAG Instance method Private Method Add/remove manager tag to request 20101105
Events
Class CL_CTS_TRANSPORT_COLLECTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 COLLECTIONS Public Attribute reference (LIKE) 20090506
2 TY_IDS Public Attribute reference (LIKE) 20100528
3 TY_TEAM Public Attribute reference (LIKE) 20100528
Method Signatures

Method ADD_REQUEST Signature

Method ADD_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method ADD_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method ADD_TO_PROJECT Signature

Method ADD_TO_PROJECT on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method ADD_TO_PROJECT on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method ATTACH_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_CTS_TRANSPORT_REQUEST Generic Transport Request 20090505
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090709

Method BUILD_FILE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FILEATTRIBUTES Call by reference Type reference (TYPE) CTS_FILECNTRLS Attribute für Fileobjekte 20121025
2 Exporting FILEOBJECT Call by reference Type reference (TYPE) SI_RQ_CONTENT 20121025
3 Exporting FOLDER Call by reference Type reference (TYPE) TRFILE Datei inkusive Pfadangabe 20121025
4 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_CTS_TRANSPORT_REQUEST Generic Transport Request 20121025
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from Handling Transport Collections 20121025

Method CHECK_STATUS Signature

Method CHECK_STATUS on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090507

Method CHECK_TOC_ATTACH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_CTS_TRANSPORT_REQUEST Generic Transport Request 20121025
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from Handling Transport Collections 20121025

Method CREATE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLLECTION Value transfer Object reference (TYPE REF TO) IF_CTS_TRANSPORT_COLLECTION Generic collection of transport entities 20090429
2 Importing DESCRIPTION Call by reference Type reference (TYPE) TY_DESCRIPTION 20090429
3 Importing OVERTAKER Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20100120
4 Importing OWNER Call by reference Type reference (TYPE) TY_USER Benutzername 20090429
5 Importing PROJECT Call by reference Type reference (TYPE) TY_PROJECT 20090710
6 Importing SOURCE_SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM General collection of systems 20090504
7 Importing TEAM Call by reference Type reference (TYPE) TY_USERS 20090429
8 Importing TRANSPORT_OF_COPIES Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20110620
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090505

Method CREATE_REQUEST Signature

Method CREATE_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method CREATE_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_COLLECTION=>TY_ID 20090507
2 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090507
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090507

Method DELETE_REQUEST Signature

Method DELETE_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method DELETE_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method DETACH_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_CTS_TRANSPORT_REQUEST Generic Transport Request 20090527
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090709

Method FINALIZE Signature

Method FINALIZE on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method FINALIZE on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method FIND_COLLECTIONS_FOR_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COLLECTIONS Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_COLLECTION=>TY_COLLECTIONS 20091028
2 Importing REQUEST_ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_REQUEST=>TY_ID 20091028
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20091028

Method FIND_COLLECTION_FOR_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLLECTION Value transfer Object reference (TYPE REF TO) IF_CTS_TRANSPORT_COLLECTION Generic collection of transport entities 20090709
2 Importing REQUEST_ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_REQUEST=>TY_ID 20090709
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090709

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_ATTRIBUTES on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_COLLECTION_REQUEST Signature

Method GET_COLLECTION_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_COLLECTION_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_DATE Signature

Method GET_DATE on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_DATE on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_DESCRIPTION on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_EXPORT_RC Signature

Method GET_EXPORT_RC on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_EXPORT_RC on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_ID Signature

Method GET_ID on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_ID on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_OWNER Signature

Method GET_OWNER on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_OWNER on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_PROJECTS Signature

Method GET_PROJECTS on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_PROJECTS on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_PROTOCOL Signature

Method GET_PROTOCOL on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_PROTOCOL on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_REQUEST Signature

Method GET_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_REQUESTS Signature

Method GET_REQUESTS on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_REQUESTS on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_REQUEST_IDS Signature

Method GET_REQUEST_IDS on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_REQUEST_IDS on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_SOURCE_SYSTEM_COLLECTION Signature

Method GET_SOURCE_SYSTEM_COLLECTION on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_SOURCE_SYSTEM_COLLECTION on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_STATUS Signature

Method GET_STATUS on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_STATUS on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_TARGETS_FOR_REQUEST Signature

Method GET_TARGETS_FOR_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_TARGETS_FOR_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_TEAM Signature

Method GET_TEAM on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method GET_TEAM on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method GET_TRANS_DIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FOLDER Value transfer Type reference (TYPE) TRFILE Datei inkusive Pfadangabe 20121025

Method GET_TRANS_DIR on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method HAS_OVERTAKER_RELATION Signature

Method HAS_OVERTAKER_RELATION on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method HAS_OVERTAKER_RELATION on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method IS_EMPTY Signature

Method IS_EMPTY on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method IS_EMPTY on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method IS_MODIFIABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090507

Method IS_MODIFIABLE on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method IS_TRANSPORT_OF_COPIES Signature

Method IS_TRANSPORT_OF_COPIES on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method IS_TRANSPORT_OF_COPIES on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method LOAD_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLLECTION Value transfer Object reference (TYPE REF TO) IF_CTS_TRANSPORT_COLLECTION Generic collection of transport entities 20090707
2 Importing ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_COLLECTION=>TY_ID 20090707
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090707

Method LOAD_COLLECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COLLECTIONS Value transfer Type reference (TYPE) IF_CTS_TRANSPORT_COLLECTION=>TY_COLLECTIONS Generic collection of transport entities 20090707
2 Importing IDS Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_COLLECTION=>TY_IDS 20090707
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090707

Method LOAD_PROJECTS Signature

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

Method LOAD_PROJECTS on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TY_ID 20090708
# Exception Resumable Description Created on
1 CX_CTS_LOCK_EXCEPTION CTS: Sperrfehler 20090708

Method MATERIALIZE Signature

Method MATERIALIZE on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method MATERIALIZE on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method PERFORM_COMMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYNCHRONOUSLY Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20121031
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from Handling Transport Collections 20121031

Method PERFORM_EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYNCHRONOUSLY Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20110926
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20110926

Method PROCESS_EXTERNAL_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FILEATTRIBUTES Call by reference Type reference (TYPE) CTS_FILECNTRLS Attribute für Fileobjekte 20121025
2 Changing FILEOBJECT Call by reference Type reference (TYPE) SI_RQ_CONTENT 20121025
3 Exporting IS_EXTERNAL Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20121025
4 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_CTS_TRANSPORT_REQUEST Generic Transport Request 20121025

Method PROCESS_EXTERNAL_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method PROCESS_INTERNAL_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FILEATTRIBUTES Call by reference Type reference (TYPE) CTS_FILECNTRLS Attribute für Fileobjekte 20121025
2 Changing FILEOBJECT Call by reference Type reference (TYPE) SI_RQ_CONTENT 20121025
3 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_CTS_TRANSPORT_REQUEST Generic Transport Request 20121025
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from Handling Transport Collections 20121025

Method REFRESH Signature

Method REFRESH on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method REFRESH on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method REMOVE_FROM_PROJECT Signature

Method REMOVE_FROM_PROJECT on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method REMOVE_FROM_PROJECT on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method REMOVE_REQUEST Signature

Method REMOVE_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method REMOVE_REQUEST on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method SET_ATTRIBUTES Signature

Method SET_ATTRIBUTES on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method SET_ATTRIBUTES on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method SET_COLLECTION_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_COLLECTION=>TY_ID 20090707
2 Importing STATUS Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_COLLECTION=>TY_STATUS 20090707
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION Exceptions from handling transport collections 20090707

Method SET_DESCRIPTION Signature

Method SET_DESCRIPTION on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method SET_DESCRIPTION on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method SET_OVERTAKER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TY_ID 20100121
2 Importing OVERTAKER Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20100120

Method SET_OVERTAKER on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method SET_TARGET_CLUSTER Signature

Method SET_TARGET_CLUSTER on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
Method SET_TARGET_CLUSTER on class CL_CTS_TRANSPORT_COLLECTION has no exception.

Method TOUCH Signature

Method TOUCH on class CL_CTS_TRANSPORT_COLLECTION has no parameter.
# Exception Resumable Description Created on
1 CX_CTS_TRANSPORT_COLLECTION CTS General Exception 20130523

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TY_ID 20090708
# Exception Resumable Description Created on
1 CX_CTS_LOCK_EXCEPTION CTS: Sperrfehler 20090708

Method UPDATE_PARTLY_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_CTS_TRANSPORT_REQUEST Extended interface for full featuring 20101105

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