Hierarchy
⤷
⤷
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
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 | Instance method | Public | Method | Activate incactive requests | 20120924 | |
| 2 | Instance method | Public | Method | Add any item to the queue | 20110504 | |
| 3 | Instance method | Public | Method | Check if there are entities in the queue without client | 20111205 | |
| 4 | Instance method | Public | Method | Check if current queue provides a given feature | 20120229 | |
| 5 | Instance method | Public | Method | Checks if current and compared queue types are compatible | 20111219 | |
| 6 | Instance method | Public | Method | Clears imported requests from the queue | 20130529 | |
| 7 | Instance method | Public | Method | Delete an item from the queue | 20090904 | |
| 8 | Instance method | Public | Method | Forward item to another queue | 20100219 | |
| 9 | Instance method | Public | Method | Returns component vector for a request | 20121023 | |
| 10 | Instance method | Public | Method | Retrieves the import status for a list of queue items | 20120126 | |
| 11 | Instance method | Public | Method | Retrieves a specific item in the queue | 20090831 | |
| 12 | Instance method | Public | Method | Retrieve ordered list of items | 20090515 | |
| 13 | Instance method | Public | Method | Retrieve enhanced buffer (no objects) | 20090827 | |
| 14 | Instance method | Public | Method | Returns the type of a queue item | 20121017 | |
| 15 | Instance method | Public | Method | Returns a list of the actual requests that will be imported | 20111219 | |
| 16 | Instance method | Public | Method | Returns the system | 20091021 | |
| 17 | Instance method | Public | Method | Returns the ID of the system to which the queue belongs | 20090514 | |
| 18 | Instance method | Public | Method | Returns the TMS buffer | 20090514 | |
| 19 | Instance method | Public | Method | Retrieves queue entities in accordance with pattern | 20110707 | |
| 20 | Instance method | Public | Method | Returns the type of the queue | 20090731 | |
| 21 | Instance method | Public | Method | Are imports all scheduled? | 20110310 | |
| 22 | Instance method | Public | Method | Import All | 20090506 | |
| 23 | Instance method | Public | Method | Import a project | 20100427 | |
| 24 | Instance method | Public | Method | Import single | 20090902 | |
| 25 | Instance method | Public | Method | Returns true if there is a stopmark set in the queue | 20111205 | |
| 26 | Instance method | Public | Method | Checks if item can be forwarded to the current queue | 20111216 | |
| 27 | Instance method | Public | Method | Check if the given item with given client already exists | 20111115 | |
| 28 | Instance method | Public | Method | Set or change client for the selected items | 20110930 | |
| 29 | Instance method | Public | Method | Refresh queue | 20090514 | |
| 30 | Instance method | Public | Method | Delete stopmark | 20090904 | |
| 31 | Instance method | Public | Method | Run predecessors and/or downgrades checks | 20110901 | |
| 32 | Instance method | Public | Method | Change activation state of queue items (set active...) | 20110119 | |
| 33 | 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 | NO_OF_ACTIVATED_REQS | Value transfer | Type reference (TYPE) | I | number of succesfully activated requests | 20120926 | |||
| 2 | REQUESTS | Call by reference | Type reference (TYPE) | TPREQUESTS | List of requests | 20120924 | |||
| 3 | SYSTEM_REF | Call by reference | Object reference (TYPE REF TO) | IF_CTS_SYSTEM | OBSOLETE | 20120924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CLIENT | Call by reference | Type reference (TYPE) | SCTS_TY_SYSTEM_CLIENT | Target client | 20111005 | |||
| 2 | IMPORT_AGAIN | Call by reference | Type reference (TYPE) | BOOLEAN | Mark items for re-import (umode = 1) | 20110610 | |||
| 3 | ITEMS | Call by reference | Type reference (TYPE) | TY_TRKORRS | List of request IDs | 20110504 | |||
| 4 | REQUESTS | Value transfer | Type reference (TYPE) | STMS_TR_REQUESTS | Added items | 20120209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions from handling transport requests | 20110504 | ||
| 2 | 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 | 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 | I_FEATURE | Call by reference | Type reference (TYPE) | TY_FEATURE | Feature ID | 20120229 | |||
| 2 | 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 | R_ENABLED | Value transfer | Type reference (TYPE) | BOOLEAN | ABAP_TRUE if feature enabled | 20120229 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IS_COMPATIBLE | Value transfer | Type reference (TYPE) | BOOLEAN | ABAP_TRUE if compatible to this queue | 20111219 | |||
| 2 | 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 | 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 | IDS | Call by reference | Type reference (TYPE) | TY_ENTITY_IDS | List of IDs | 20090904 | |||
| 2 | POSITIONS | Call by reference | Type reference (TYPE) | TY_POSITIONS | List of positions (if supplied, will be used instead of IDs) | 20111111 | |||
| 3 | SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | Was deletion successful? | 20090904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | BUFFER_ITEMS | Call by reference | Type reference (TYPE) | STMS_TR_REQUESTS | Buffer items (if set, ITEMS will be ignored) | 20120807 | |||
| 2 | ITEMS | Call by reference | Type reference (TYPE) | SCTS_TY_QUEUEITEMS | Queue items to forward | 20100219 | |||
| 3 | NO_DELIVERY | Call by reference | Type reference (TYPE) | BOOLEAN | Internal | 20100222 | |||
| 4 | TARGET_CLIENT | Call by reference | Type reference (TYPE) | SCTS_TY_SYSTEM_CLIENT | Target client | 20111031 | |||
| 5 | TARGET_SYSTEM | Call by reference | Object reference (TYPE REF TO) | IF_CTS_SYSTEM | Target system | 20100219 | |||
| 6 | WRONG_POSITION | Call by reference | Type reference (TYPE) | BOOLEAN | Internal | 20100222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IS_REQUEST | Call by reference | Type reference (TYPE) | TPREQUEST | Request | 20121023 | |||
| 2 | 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 | 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 | ITEM_IDS | Call by reference | Type reference (TYPE) | TY_ITEM_IDS | List of item IDs | 20120126 | |||
| 2 | STATUS_LIST | Value transfer | Type reference (TYPE) | TY_STATUS_LIST | List of item statuses | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CLIENT | Call by reference | Type reference (TYPE) | IF_CTS_SYSTEM=>TY_CLIENT | Client of the item | 20111118 | |||
| 2 | ID | Call by reference | Type reference (TYPE) | SCTS_TY_ENTITY_ID | ID of the item | 20090831 | |||
| 3 | ITEM | Value transfer | Object reference (TYPE REF TO) | IF_CTS_QUEUE_ITEM | General Item in Queue | 20090831 | |||
| 4 | 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 | 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 | 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 | 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 | ITEM_ID | Call by reference | Type reference (TYPE) | TY_ITEM_ID-ID | Item ID | 20121017 | |||
| 2 | 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 | CLIENT_SYSTEMS | Call by reference | Type reference (TYPE) | IF_CTS_SYSTEM=>TY_SYSTEMS | cCTS usage: Sytem filter | 20111230 | |||
| 2 | ENTITY_IDS | Call by reference | Type reference (TYPE) | TRKORRS | List of request IDs | 20111219 | |||
| 3 | FORCE_REFRESH | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_TRUE | Reload data | 20130510 | ||
| 4 | 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 | 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 | 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 | 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 | REQUESTS | Call by reference | Type reference (TYPE) | TY_TRKORRS | Found requests | 20110707 | |||
| 2 | REQUEST_MASK | Call by reference | Type reference (TYPE) | TRKORR | Search ID patterns | 20110711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | 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 | ASYNCHRONOUSLY | Call by reference | Type reference (TYPE) | BOOLEAN | async import? | 20090903 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | STPA-CLIENT | Client | 20110905 | |||
| 3 | EVENT | Call by reference | Type reference (TYPE) | TY_EVENT | event trigger | 20090908 | |||
| 4 | IGNORE_COMP | Call by reference | Type reference (TYPE) | BOOLEAN | ignore invalid components | 20090903 | |||
| 5 | IGNORE_ORIGINALITY | Call by reference | Type reference (TYPE) | BOOLEAN | ignore originality of objects | 20090903 | |||
| 6 | IGNORE_PREDEC | Call by reference | Type reference (TYPE) | BOOLEAN | ignore predecessors | 20090903 | |||
| 7 | IGNORE_REPAIR | Call by reference | Type reference (TYPE) | BOOLEAN | ignore repairs | 20090903 | |||
| 8 | IGNORE_TR_LOCKS | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | ignore import locks for collections | 20130619 | ||
| 9 | IMPORT_AGAIN | Call by reference | Type reference (TYPE) | BOOLEAN | import again | 20090903 | |||
| 10 | IMPORT_LINKED_COLLECTIONS | Call by reference | Type reference (TYPE) | BOOLEAN | imports linked collections | 20090910 | |||
| 11 | LEAVE | Call by reference | Type reference (TYPE) | BOOLEAN | leave for later import | 20090903 | |||
| 12 | PROJECTS | Call by reference | Type reference (TYPE) | SCTS_TY_PROJECTS | import projects only | 20091117 | |||
| 13 | TEST_IMPORT | Call by reference | Type reference (TYPE) | BOOLEAN | only trigger test import | 20090903 | |||
| 14 | TIME | Call by reference | Type reference (TYPE) | TY_TIMER | time for scheduled import | 20090908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ASYNCHRONOUSLY | Call by reference | Type reference (TYPE) | BOOLEAN | Import request asynchronously | 20100427 | |||
| 2 | CLIENT_SYSTEMS | Call by reference | Type reference (TYPE) | SCTS_TY_SYSTEMS | System filter | 20111207 | |||
| 3 | EVENT | Call by reference | Type reference (TYPE) | TY_EVENT | Start event for scheduling imports | 20100427 | |||
| 4 | IGNORE_COMP | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore not fitting component versions | 20100427 | |||
| 5 | IGNORE_ORIGINALITY | Call by reference | Type reference (TYPE) | BOOLEAN | Overwrite original objects (if set to abap_true) | 20100427 | |||
| 6 | IGNORE_PREDEC | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore legacy CTS project predecessors | 20100427 | |||
| 7 | IGNORE_QA | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore legacy quality approval (internal) | 20100427 | |||
| 8 | IGNORE_REPAIR | Call by reference | Type reference (TYPE) | BOOLEAN | Overwrite objects in unconfirmed repairs | 20100427 | |||
| 9 | IGNORE_SPAM | Call by reference | Type reference (TYPE) | BOOLEAN | Internal only | 20100427 | |||
| 10 | IGNORE_TABTYPE | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore forbidden table types | 20100427 | |||
| 11 | IGNORE_TRANSTYPE | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore forbidden transport types | 20100427 | |||
| 12 | IGNORE_TR_LOCKS | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Ignore transport locks for collections | 20130619 | ||
| 13 | IMPORT_AGAIN | Call by reference | Type reference (TYPE) | BOOLEAN | Repeat import for successfully imported request (umode = 1) | 20100427 | |||
| 14 | IMPORT_LINKED_COLLECTIONS | Call by reference | Type reference (TYPE) | BOOLEAN | Internal only | 20100427 | |||
| 15 | LEAVE | Call by reference | Type reference (TYPE) | BOOLEAN | Leave request in queue for later import (umode = 0, wr. pos) | 20100427 | |||
| 16 | PROJECT | Call by reference | Object reference (TYPE REF TO) | IF_CTS_PROJECT | cCTS Project for import | 20100427 | |||
| 17 | TEST_IMPORT | Call by reference | Type reference (TYPE) | BOOLEAN | Only perform test import | 20100427 | |||
| 18 | TIME | Call by reference | Type reference (TYPE) | TY_TIMER | Start time for scheduling imports | 20100427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ASYNCHRONOUSLY | Call by reference | Type reference (TYPE) | BOOLEAN | Import request asynchronously | 20090903 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | STPA-CLIENT | Target client | 20110905 | |||
| 3 | CLIENT_REQUESTS | Call by reference | Type reference (TYPE) | TY_CLIENT_REQUESTS | Client specific requests (import into different clients) | 20120124 | |||
| 4 | CLIENT_SYSTEMS | Call by reference | Type reference (TYPE) | IF_CTS_SYSTEM=>TY_SYSTEMS | cCTS usage only: system filter for collection import | 20111207 | |||
| 5 | EVENT | Call by reference | Type reference (TYPE) | TY_EVENT | Start event for scheduling imports | 20090908 | |||
| 6 | IGNORE_COMP | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore not fitting component versions | 20090903 | |||
| 7 | IGNORE_ORIGINALITY | Call by reference | Type reference (TYPE) | BOOLEAN | Overwrite original objects (if set to abap_true) | 20090903 | |||
| 8 | IGNORE_PREDEC | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore legacy CTS project predecessors | 20090903 | |||
| 9 | IGNORE_QA | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore legacy quality approval (internal) | 20090903 | |||
| 10 | IGNORE_REPAIR | Call by reference | Type reference (TYPE) | BOOLEAN | Overwrite objects in unconfirmed repairs | 20090903 | |||
| 11 | IGNORE_SPAM | Call by reference | Type reference (TYPE) | BOOLEAN | Internal only | 20090903 | |||
| 12 | IGNORE_TABTYPE | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore forbidden table types | 20090903 | |||
| 13 | IGNORE_TRANSTYPE | Call by reference | Type reference (TYPE) | BOOLEAN | Ignore forbidden transport types | 20090903 | |||
| 14 | IGNORE_TR_LOCKS | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Ignore Transport locks for collections | 20130619 | ||
| 15 | IMPORT_AGAIN | Call by reference | Type reference (TYPE) | BOOLEAN | Repeat import for successfully imported request (umode = 1) | 20090903 | |||
| 16 | IMPORT_LINKED_COLLECTIONS | Call by reference | Type reference (TYPE) | BOOLEAN | Internal only | 20090910 | |||
| 17 | LEAVE | Call by reference | Type reference (TYPE) | BOOLEAN | Leave request in queue for later import (umode = 0, wr. pos) | 20090903 | |||
| 18 | PREPARE_FOR_UNDO | Call by reference | Type reference (TYPE) | BOOLEAN | Internal only | 20110413 | |||
| 19 | REQUESTS | Call by reference | Type reference (TYPE) | TRKORRS | List of request IDs | 20090902 | |||
| 20 | TEST_IMPORT | Call by reference | Type reference (TYPE) | BOOLEAN | Only perform test import | 20090903 | |||
| 21 | TIME | Call by reference | Type reference (TYPE) | TY_TIMER | Start time for scheduling imports | 20090908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | COMPARED_TYPE | Call by reference | Type reference (TYPE) | STRING | Type of the queue or queue item | 20111219 | |||
| 2 | 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 | EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | ABAP_TRUE if item exists | 20111115 | |||
| 2 | ITEM | Call by reference | Type reference (TYPE) | TRKORR | Request ID | 20111115 | |||
| 3 | SOURCE_CLIENT | Call by reference | Type reference (TYPE) | SCTS_TY_SYSTEM_CLIENT | Source client | 20120104 | |||
| 4 | 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 | BUFFER_ITEMS | Call by reference | Type reference (TYPE) | STMS_TR_REQUESTS | List of buffer items (if supllied, replaces ITEMS) | 20120802 | |||
| 2 | IS_SET_CLIENT | Call by reference | Type reference (TYPE) | BOOLEAN | First set client (instead of modify) | 20110930 | |||
| 3 | ITEMS | Call by reference | Type reference (TYPE) | SCTS_TY_QUEUEITEMS | List of queue items | 20110930 | |||
| 4 | TARGET_CLIENT | Call by reference | Type reference (TYPE) | SCTS_TY_SYSTEM_CLIENT | Target client | 20110930 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions from handling transport requests | 20110930 |
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_DEPLOYMENT | Call by reference | Type reference (TYPE) | BOOLEAN | cCTS usage only: trigger deployment check for collections | 20101209 | |||
| 2 | FORCE | Call by reference | Type reference (TYPE) | BOOLEAN | Force refresh | 20090525 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | Removed succesfully? | 20090904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CHECK_DOWNGRADES | Call by reference | Type reference (TYPE) | BOOLEAN | Check downgrades (TMS queue based) | 20110901 | |||
| 2 | CHECK_PASSED | Value transfer | Type reference (TYPE) | BOOLEAN | Result - tests successfully passed | 20110901 | |||
| 3 | CHECK_PREDECESSORS | Call by reference | Type reference (TYPE) | BOOLEAN | Check predecessors (TMS queue based) | 20110901 | |||
| 4 | CLIENT_REQUESTS | Call by reference | Type reference (TYPE) | TPREQUESTS | List of requests with clients (REQUESTS will not be used) | 20120712 | |||
| 5 | REQUESTS | Call by reference | Type reference (TYPE) | TRKORRS | List of request IDs | 20110901 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | LOCAL | Call by reference | Type reference (TYPE) | BOOLEAN | Only local 'set active' | 20110119 | |||
| 2 | QUEUE_ITEM | Call by reference | Object reference (TYPE REF TO) | IF_CTS_QUEUE_ITEM | Item in Queue | 20110119 | |||
| 3 | REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request ID (if supplied, will overwrite queue_item) | 20110119 | |||
| 4 | STATE | Call by reference | Type reference (TYPE) | STRING | CO_QUEUE_ITEM_ACTIVE / CO_QUEUE_ITEM_INACTIVE | 20110119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | BUFFER_ITEM | Call by reference | Type reference (TYPE) | TMSBUFFER | Item that should be first behind stop mark | 20111207 | |||
| 2 | SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | Set successfully? | 20090904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions from handling transport requests | 20090904 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |