SAP ABAP Interface IF_CTS_ENTITY_QUEUE (General queue of transport entities)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
     SCTS_DIST_CTL_MODEL (Package) Central CTS: Package for Object Model
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CLTD_CTS_ENTITY_QUEUE cCTS: test double for entity queue 20130424
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_ENTITY_QUEUE Import queue handler for requests 20090515
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_ENTITY_QUEUE_DECORATOR centralCTS: General Queue Decorator 20100907
Properties
Interface IF_CTS_ENTITY_QUEUE  
Short Description General queue of transport entities    
General Data
Package SCTS_DIST_CTL_MODEL   Central CTS: Package for Object Model 
Created 20090504   SAP 
Last changed 20140121   SAP 
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)
2 IF_CTS_PROJECT_TYPE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_CTS_QUEUE_ITEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_CTS_QUEUE_REQUEST_ITEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_CTS_SYSTEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_CTS_TRANSPORT_ENTITY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 IF_CTS_TRANSPORT_REQUEST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
8 IF_CTS_UI_CNTCTX_ENTITY_QUEUE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
9 STMS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_CTS_ENTITY_QUEUE has no interface.
Friends
Interface IF_CTS_ENTITY_QUEUE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FEATURE_ACTIVATE Constant Public Type reference (TYPE) TY_FEATURE 'ACTIVATE' 20121004
2 CO_FEATURE_ADD Constant Public Type reference (TYPE) TY_FEATURE 'ADD' 20120229
3 CO_FEATURE_CLOSE_QUEUE Constant Public Type reference (TYPE) TY_FEATURE 'CLOSEQUEUE' 20120229
4 CO_FEATURE_DELETE Constant Public Type reference (TYPE) TY_FEATURE 'DELETE' 20120229
5 CO_FEATURE_FORWARD Constant Public Type reference (TYPE) TY_FEATURE 'FORWARD' 20120229
6 CO_FEATURE_IMPORT_ALL Constant Public Type reference (TYPE) TY_FEATURE 'IMPORT_ALL' 20120229
7 CO_FEATURE_SET_CLIENT Constant Public Type reference (TYPE) TY_FEATURE 'SETCLIENT' 20120229
8 CO_IMPORT_STATUS_FINISHED Constant Public Type reference (TYPE) STRING 'I' Sucessfully imported 20120126
9 CO_IMPORT_STATUS_PARTIAL Constant Public Type reference (TYPE) STRING 'P' Partially imported 20120126
10 CO_IMPORT_STATUS_REIMPORT Constant Public Type reference (TYPE) STRING 'R' Waiting for reimport 20120126
11 CO_IMPORT_STATUS_UNKNOWN Constant Public Type reference (TYPE) STRING 'N' Unknown status 20120126
12 CO_IMPORT_STATUS_WAITING Constant Public Type reference (TYPE) STRING 'B' Waiting for import 20120126
13 CO_QUEUE_ITEM_ACTIVE Constant Public Type reference (TYPE) STRING 'ACTIVE' 20110119
14 CO_QUEUE_ITEM_INACTIVE Constant Public Type reference (TYPE) STRING 'INACTIVE' 20110119
15 CO_QUEUE_TYPE_CLASSIC Constant Public Type reference (TYPE) C 'O' 20090903
16 CO_QUEUE_TYPE_COLLECTION Constant Public Type reference (TYPE) C 'C' 20090903
17 CO_QUEUE_TYPE_CONTL_DYN Constant Public Type reference (TYPE) C 'D' 20111219
18 CO_QUEUE_TYPE_CONTRLOL Constant Public Type reference (TYPE) C 'K' 20090903
19 CO_QUEUE_TYPE_MONITOR Constant Public Type reference (TYPE) C 'M' 20090903
20 CO_QUEUE_TYPE_PROPOSE Constant Public Type reference (TYPE) C 'P' 20090903
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_REQUESTS Instance method Public Method Activate incactive requests 20120924
2 ADD_ITEMS Instance method Public Method Add any item to the queue 20110504
3 CHECK_CLIENTS_CONSISTENCY Instance method Public Method Check if there are entities in the queue without client 20111205
4 CHECK_FEATURE Instance method Public Method Check if current queue provides a given feature 20120229
5 CHECK_QUEUE_COMPATIBILITY Instance method Public Method Checks if current and compared queue types are compatible 20111219
6 CLEAR_QUEUE Instance method Public Method Clears imported requests from the queue 20130529
7 DELETE_ITEMS Instance method Public Method Delete an item from the queue 20090904
8 FORWARD_ITEMS Instance method Public Method Forward item to another queue 20100219
9 GET_COMP_VECTOR Instance method Public Method Returns component vector for a request 20121023
10 GET_IMPORT_STATUS Instance method Public Method Retrieves the import status for a list of queue items 20120126
11 GET_ITEM Instance method Public Method Retrieves a specific item in the queue 20090831
12 GET_ITEMS Instance method Public Method Retrieve ordered list of items 20090515
13 GET_ITEMS_FLAT Instance method Public Method Retrieve enhanced buffer (no objects) 20090827
14 GET_ITEM_TYPE Instance method Public Method Returns the type of a queue item 20121017
15 GET_REQUESTS_FOR_IMPORT Instance method Public Method Returns a list of the actual requests that will be imported 20111219
16 GET_SYSTEM Instance method Public Method Returns the system 20091021
17 GET_SYSTEM_ID Instance method Public Method Returns the ID of the system to which the queue belongs 20090514
18 GET_TMS_BUFFER Instance method Public Method Returns the TMS buffer 20090514
19 GET_TRANSPORT_ENTITIES Instance method Public Method Retrieves queue entities in accordance with pattern 20110707
20 GET_TYPE Instance method Public Method Returns the type of the queue 20090731
21 HAS_QUEUE_SCHEDULER Instance method Public Method Are imports all scheduled? 20110310
22 IMPORT_ALL Instance method Public Method Import All 20090506
23 IMPORT_PROJECT Instance method Public Method Import a project 20100427
24 IMPORT_SOME Instance method Public Method Import single 20090902
25 IS_CLOSED Instance method Public Method Returns true if there is a stopmark set in the queue 20111205
26 IS_FORWARD_COMPATIBLE Instance method Public Method Checks if item can be forwarded to the current queue 20111216
27 ITEM_EXISTS Instance method Public Method Check if the given item with given client already exists 20111115
28 MODIFY_CLIENT Instance method Public Method Set or change client for the selected items 20110930
29 REFRESH Instance method Public Method Refresh queue 20090514
30 REMOVE_STOPMARK Instance method Public Method Delete stopmark 20090904
31 RUN_DEPENDENCIES_CHECKS Instance method Public Method Run predecessors and/or downgrades checks 20110901
32 SET_ITEM_ACT_STATE Instance method Public Method Change activation state of queue items (set active...) 20110119
33 SET_STOPMARK Instance method Public Method Add stopmark 20090904
Events
Interface IF_CTS_ENTITY_QUEUE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CLIENT_REQUEST Public See coding Client specific request 20120123 begin of ty_client_request . types id type trkorr. types client type scts_ty_system_client. types description type string. types end of ty_client_request
2 TY_CLIENT_REQUESTS Public See coding 20120123 ty_client_requests type standard table of ty_client_request with default key
3 TY_COMP_VERS_CHECK_RES_TAB Public See coding 20121023 TY_COMP_VERS_CHECK_RES_tab TYPE STANDARD TABLE OF stms_ocs_comp_vers_check_res with default key
4 TY_ENTITY_IDS Public Type reference (TYPE) SCTS_TY_ENTITY_IDS 20120126
5 TY_EVENT Public Type reference (TYPE) SCTS_TY_EQUEUE_EVENT 20090908
6 TY_FEATURE Public Type reference (TYPE) STRING 20120229
7 TY_ITEM_ID Public See coding 20120126 begin of ty_item_id, id type if_cts_queue_item=>ty_id, client type if_cts_system=>ty_client, end of ty_item_id
8 TY_ITEM_IDS Public See coding 20120126 ty_item_ids type standard table of ty_item_id with default key
9 TY_ITEM_TYPE Public Type reference (TYPE) SCTS_TY_QUEUEITEM_TYPE Central CTS: Type of queue object 20121017
10 TY_POSITIONS Public See coding 20111111 ty_positions type standard table of scts_ty_equeue_item_flat-position
11 TY_QUEUE_ITEMS_FLAT Public Type reference (TYPE) SCTS_TY_EQUEUE_ITEMS_FLAT 20090903
12 TY_QUEUE_ITEM_FLAT Public Type reference (TYPE) SCTS_TY_EQUEUE_ITEM_FLAT 20090903
13 TY_QUEUE_TYPE Public Type reference (TYPE) SCTS_TY_EQUEUE_QUEUE_TYPE Type of a queue 20090731
14 TY_STATUS Public See coding 20120126 begin of ty_status, entity_id type if_cts_queue_item=>ty_id, client type if_cts_system=>ty_client, status type string, rc type tsyimpstat-retcode, end of ty_status
15 TY_STATUS_LIST Public See coding 20120126 ty_status_list type standard table of ty_status with key entity_id client
16 TY_TIMER Public Type reference (TYPE) SCTS_TY_EQUEUE_TIMER 20090908
17 TY_TMS_BUFFER Public Type reference (TYPE) SCTS_TY_EQUEUE_TMS_BUFFER 20090514
18 TY_TRKORRS Public See coding 20110707 ty_trkorrs type standard table of trkorr
Method Signatures

Method ACTIVATE_REQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NO_OF_ACTIVATED_REQS Value transfer Type reference (TYPE) I number of succesfully activated requests 20120926
2 Importing REQUESTS Call by reference Type reference (TYPE) TPREQUESTS List of requests 20120924
3 Importing SYSTEM_REF Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM OBSOLETE 20120924
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from Handling Transport Requests 20120924

Method ADD_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT Call by reference Type reference (TYPE) SCTS_TY_SYSTEM_CLIENT Target client 20111005
2 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN Mark items for re-import (umode = 1) 20110610
3 Importing ITEMS Call by reference Type reference (TYPE) TY_TRKORRS List of request IDs 20110504
4 Returning REQUESTS Value transfer Type reference (TYPE) STMS_TR_REQUESTS Added items 20120209
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20110504
2 CX_CTS_TRANSPORT_ENTITY Exceptions from Handling Transport Entities 20120104

Method CHECK_CLIENTS_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ARE_CLIENTS_INCONSISTENT Value transfer Type reference (TYPE) BOOLEAN Returns ABAP_TRUE, if clients are not consistent 20111205

Method CHECK_CLIENTS_CONSISTENCY on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method CHECK_FEATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FEATURE Call by reference Type reference (TYPE) TY_FEATURE Feature ID 20120229
2 Importing I_OTHER_QUEUE Call by reference Object reference (TYPE REF TO) IF_CTS_ENTITY_QUEUE Other queue for features depending on two queues 20120229
3 Returning R_ENABLED Value transfer Type reference (TYPE) BOOLEAN ABAP_TRUE if feature enabled 20120229
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from Handling Transport Requests 20120229

Method CHECK_QUEUE_COMPATIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_COMPATIBLE Value transfer Type reference (TYPE) BOOLEAN ABAP_TRUE if compatible to this queue 20111219
2 Importing SYSTEM_OF_COMPARED_QUEUE Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM System reference 20111219

Method CHECK_QUEUE_COMPATIBILITY on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method CLEAR_QUEUE Signature

Method CLEAR_QUEUE on Interface IF_CTS_ENTITY_QUEUE has no parameter.
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from Handling Transport Requests 20130529

Method DELETE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IDS Call by reference Type reference (TYPE) TY_ENTITY_IDS List of IDs 20090904
2 Importing POSITIONS Call by reference Type reference (TYPE) TY_POSITIONS List of positions (if supplied, will be used instead of IDs) 20111111
3 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN Was deletion successful? 20090904
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090904

Method FORWARD_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUFFER_ITEMS Call by reference Type reference (TYPE) STMS_TR_REQUESTS Buffer items (if set, ITEMS will be ignored) 20120807
2 Importing ITEMS Call by reference Type reference (TYPE) SCTS_TY_QUEUEITEMS Queue items to forward 20100219
3 Importing NO_DELIVERY Call by reference Type reference (TYPE) BOOLEAN Internal 20100222
4 Importing TARGET_CLIENT Call by reference Type reference (TYPE) SCTS_TY_SYSTEM_CLIENT Target client 20111031
5 Importing TARGET_SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM Target system 20100219
6 Importing WRONG_POSITION Call by reference Type reference (TYPE) BOOLEAN Internal 20100222
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20100219

Method GET_COMP_VECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REQUEST Call by reference Type reference (TYPE) TPREQUEST Request 20121023
2 Returning RT_COMP_VECTOR Value transfer Type reference (TYPE) TY_COMP_VERS_CHECK_RES_TAB Component vector for request 20121023
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from Handling Transport Requests 20121023

Method GET_IMPORT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_IDS Call by reference Type reference (TYPE) TY_ITEM_IDS List of item IDs 20120126
2 Returning STATUS_LIST Value transfer Type reference (TYPE) TY_STATUS_LIST List of item statuses 20120126
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from Handling Transport Requests 20120126

Method GET_ITEM 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 Client of the item 20111118
2 Importing ID Call by reference Type reference (TYPE) SCTS_TY_ENTITY_ID ID of the item 20090831
3 Returning ITEM Value transfer Object reference (TYPE REF TO) IF_CTS_QUEUE_ITEM General Item in Queue 20090831
4 Importing POSITION Call by reference Type reference (TYPE) I Position, if supplied this will be used instead of ID/client 20090831
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090831

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ITEMS Value transfer Type reference (TYPE) SCTS_TY_QUEUEITEMS List of queue items 20090515

Method GET_ITEMS on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method GET_ITEMS_FLAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ITEMS Call by reference Type reference (TYPE) TY_QUEUE_ITEMS_FLAT Flat list of queue items 20090827

Method GET_ITEMS_FLAT on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method GET_ITEM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_ID Call by reference Type reference (TYPE) TY_ITEM_ID-ID Item ID 20121017
2 Returning R_TYPE Value transfer Type reference (TYPE) TY_ITEM_TYPE Type of the queue object - collection, request 20121017

Method GET_ITEM_TYPE on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method GET_REQUESTS_FOR_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_SYSTEMS Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_SYSTEMS cCTS usage: Sytem filter 20111230
2 Importing ENTITY_IDS Call by reference Type reference (TYPE) TRKORRS List of request IDs 20111219
3 Importing FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Reload data 20130510
4 Returning REQUEST_ITEMS Value transfer Type reference (TYPE) IF_CTS_QUEUE_REQUEST_ITEM=>TY_QUEUE_REQUEST_ITEMS List of requests for import 20111229

Method GET_REQUESTS_FOR_IMPORT on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method GET_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SYSTEM Value transfer Object reference (TYPE REF TO) IF_CTS_SYSTEM System refrence of queue 20091021

Method GET_SYSTEM on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method GET_SYSTEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Type reference (TYPE) SCTS_TY_SYSTEM_ID ID of the system 20090514

Method GET_SYSTEM_ID on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method GET_TMS_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BUFFER Value transfer Type reference (TYPE) TY_TMS_BUFFER TMS queue buffer 20090514

Method GET_TMS_BUFFER on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method GET_TRANSPORT_ENTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting REQUESTS Call by reference Type reference (TYPE) TY_TRKORRS Found requests 20110707
2 Importing REQUEST_MASK Call by reference Type reference (TYPE) TRKORR Search ID patterns 20110711
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20110707

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPE Value transfer Type reference (TYPE) TY_QUEUE_TYPE Type of a queue (cluster, system, etc.) 20090731

Method GET_TYPE on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method HAS_QUEUE_SCHEDULER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN abap_true, if import scheduled 20110310

Method HAS_QUEUE_SCHEDULER on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method IMPORT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASYNCHRONOUSLY Call by reference Type reference (TYPE) BOOLEAN async import? 20090903
2 Importing CLIENT Call by reference Type reference (TYPE) STPA-CLIENT Client 20110905
3 Importing EVENT Call by reference Type reference (TYPE) TY_EVENT event trigger 20090908
4 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN ignore invalid components 20090903
5 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN ignore originality of objects 20090903
6 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN ignore predecessors 20090903
7 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN ignore repairs 20090903
8 Importing IGNORE_TR_LOCKS Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE ignore import locks for collections 20130619
9 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN import again 20090903
10 Importing IMPORT_LINKED_COLLECTIONS Call by reference Type reference (TYPE) BOOLEAN imports linked collections 20090910
11 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN leave for later import 20090903
12 Importing PROJECTS Call by reference Type reference (TYPE) SCTS_TY_PROJECTS import projects only 20091117
13 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN only trigger test import 20090903
14 Importing TIME Call by reference Type reference (TYPE) TY_TIMER time for scheduled import 20090908
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090902

Method IMPORT_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASYNCHRONOUSLY Call by reference Type reference (TYPE) BOOLEAN Import request asynchronously 20100427
2 Importing CLIENT_SYSTEMS Call by reference Type reference (TYPE) SCTS_TY_SYSTEMS System filter 20111207
3 Importing EVENT Call by reference Type reference (TYPE) TY_EVENT Start event for scheduling imports 20100427
4 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN Ignore not fitting component versions 20100427
5 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN Overwrite original objects (if set to abap_true) 20100427
6 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN Ignore legacy CTS project predecessors 20100427
7 Importing IGNORE_QA Call by reference Type reference (TYPE) BOOLEAN Ignore legacy quality approval (internal) 20100427
8 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN Overwrite objects in unconfirmed repairs 20100427
9 Importing IGNORE_SPAM Call by reference Type reference (TYPE) BOOLEAN Internal only 20100427
10 Importing IGNORE_TABTYPE Call by reference Type reference (TYPE) BOOLEAN Ignore forbidden table types 20100427
11 Importing IGNORE_TRANSTYPE Call by reference Type reference (TYPE) BOOLEAN Ignore forbidden transport types 20100427
12 Importing IGNORE_TR_LOCKS Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Ignore transport locks for collections 20130619
13 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN Repeat import for successfully imported request (umode = 1) 20100427
14 Importing IMPORT_LINKED_COLLECTIONS Call by reference Type reference (TYPE) BOOLEAN Internal only 20100427
15 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN Leave request in queue for later import (umode = 0, wr. pos) 20100427
16 Importing PROJECT Call by reference Object reference (TYPE REF TO) IF_CTS_PROJECT cCTS Project for import 20100427
17 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN Only perform test import 20100427
18 Importing TIME Call by reference Type reference (TYPE) TY_TIMER Start time for scheduling imports 20100427
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20100427

Method IMPORT_SOME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASYNCHRONOUSLY Call by reference Type reference (TYPE) BOOLEAN Import request asynchronously 20090903
2 Importing CLIENT Call by reference Type reference (TYPE) STPA-CLIENT Target client 20110905
3 Importing CLIENT_REQUESTS Call by reference Type reference (TYPE) TY_CLIENT_REQUESTS Client specific requests (import into different clients) 20120124
4 Importing CLIENT_SYSTEMS Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_SYSTEMS cCTS usage only: system filter for collection import 20111207
5 Importing EVENT Call by reference Type reference (TYPE) TY_EVENT Start event for scheduling imports 20090908
6 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN Ignore not fitting component versions 20090903
7 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN Overwrite original objects (if set to abap_true) 20090903
8 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN Ignore legacy CTS project predecessors 20090903
9 Importing IGNORE_QA Call by reference Type reference (TYPE) BOOLEAN Ignore legacy quality approval (internal) 20090903
10 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN Overwrite objects in unconfirmed repairs 20090903
11 Importing IGNORE_SPAM Call by reference Type reference (TYPE) BOOLEAN Internal only 20090903
12 Importing IGNORE_TABTYPE Call by reference Type reference (TYPE) BOOLEAN Ignore forbidden table types 20090903
13 Importing IGNORE_TRANSTYPE Call by reference Type reference (TYPE) BOOLEAN Ignore forbidden transport types 20090903
14 Importing IGNORE_TR_LOCKS Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Ignore Transport locks for collections 20130619
15 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN Repeat import for successfully imported request (umode = 1) 20090903
16 Importing IMPORT_LINKED_COLLECTIONS Call by reference Type reference (TYPE) BOOLEAN Internal only 20090910
17 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN Leave request in queue for later import (umode = 0, wr. pos) 20090903
18 Importing PREPARE_FOR_UNDO Call by reference Type reference (TYPE) BOOLEAN Internal only 20110413
19 Importing REQUESTS Call by reference Type reference (TYPE) TRKORRS List of request IDs 20090902
20 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN Only perform test import 20090903
21 Importing TIME Call by reference Type reference (TYPE) TY_TIMER Start time for scheduling imports 20090908
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090902

Method IS_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_CLOSED Value transfer Type reference (TYPE) BOOLEAN ABAP_TRUE if stopmark is set 20111205

Method IS_CLOSED on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method IS_FORWARD_COMPATIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPARED_TYPE Call by reference Type reference (TYPE) STRING Type of the queue or queue item 20111219
2 Returning IS_COMPATIBLE Value transfer Type reference (TYPE) BOOLEAN ABAP_TRUE if compatible 20111216

Method IS_FORWARD_COMPATIBLE on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method ITEM_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) BOOLEAN ABAP_TRUE if item exists 20111115
2 Importing ITEM Call by reference Type reference (TYPE) TRKORR Request ID 20111115
3 Importing SOURCE_CLIENT Call by reference Type reference (TYPE) SCTS_TY_SYSTEM_CLIENT Source client 20120104
4 Importing TARGET_CLIENT Call by reference Type reference (TYPE) SCTS_TY_SYSTEM_CLIENT Target client 20111115

Method ITEM_EXISTS on Interface IF_CTS_ENTITY_QUEUE has no exception.

Method MODIFY_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUFFER_ITEMS Call by reference Type reference (TYPE) STMS_TR_REQUESTS List of buffer items (if supllied, replaces ITEMS) 20120802
2 Importing IS_SET_CLIENT Call by reference Type reference (TYPE) BOOLEAN First set client (instead of modify) 20110930
3 Importing ITEMS Call by reference Type reference (TYPE) SCTS_TY_QUEUEITEMS List of queue items 20110930
4 Importing TARGET_CLIENT Call by reference Type reference (TYPE) SCTS_TY_SYSTEM_CLIENT Target client 20110930
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20110930

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_DEPLOYMENT Call by reference Type reference (TYPE) BOOLEAN cCTS usage only: trigger deployment check for collections 20101209
2 Importing FORCE Call by reference Type reference (TYPE) BOOLEAN Force refresh 20090525
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090514

Method REMOVE_STOPMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN Removed succesfully? 20090904
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090904

Method RUN_DEPENDENCIES_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_DOWNGRADES Call by reference Type reference (TYPE) BOOLEAN Check downgrades (TMS queue based) 20110901
2 Returning CHECK_PASSED Value transfer Type reference (TYPE) BOOLEAN Result - tests successfully passed 20110901
3 Importing CHECK_PREDECESSORS Call by reference Type reference (TYPE) BOOLEAN Check predecessors (TMS queue based) 20110901
4 Importing CLIENT_REQUESTS Call by reference Type reference (TYPE) TPREQUESTS List of requests with clients (REQUESTS will not be used) 20120712
5 Importing REQUESTS Call by reference Type reference (TYPE) TRKORRS List of request IDs 20110901
# Exception Resumable Description Created on
1 CX_CTS_DEPENDENCIES_EXC dependencies-related exception 20110901

Method SET_ITEM_ACT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCAL Call by reference Type reference (TYPE) BOOLEAN Only local 'set active' 20110119
2 Importing QUEUE_ITEM Call by reference Object reference (TYPE REF TO) IF_CTS_QUEUE_ITEM Item in Queue 20110119
3 Importing REQUEST Call by reference Type reference (TYPE) TRKORR Request ID (if supplied, will overwrite queue_item) 20110119
4 Importing STATE Call by reference Type reference (TYPE) STRING CO_QUEUE_ITEM_ACTIVE / CO_QUEUE_ITEM_INACTIVE 20110119
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20110224

Method SET_STOPMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUFFER_ITEM Call by reference Type reference (TYPE) TMSBUFFER Item that should be first behind stop mark 20111207
2 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN Set successfully? 20090904
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090904
History
Last changed by/on SAP  20140121 
SAP Release Created in 702