SAP ABAP Class CL_CTS_ENTITY_QUEUE (Import queue handler for requests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
     SCTS_DIST_CTL_TRANSPORT (Package) Transport Manager Parts of cCTS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CTS_ENTITY_QUEUE General queue of transport entities 20090515
Properties
Class CL_CTS_ENTITY_QUEUE  
Short Description Import queue handler for requests    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_DIST_CTL_TRANSPORT   Transport Manager Parts of cCTS 
Created 20090515   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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 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_SYSTEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_CTS_TRANSPORT_COLLECTION 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 STMS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CTS_ENTITY_QUEUE General queue of transport entities 20090515
Friends
# Friend Modeled only Created on Description
1 CL_CTS_QUEUE_ITEM 20120123 Item in the import queue
2 CL_CTS_QUEUE_REQUEST_ITEM 20120123 Transport request entry in a queue
3 CL_CTS_SYSTEM 20120123 CTS System
4 CL_CTS_TRANSPORT_ENTITY 20120123 Abstract transport entity
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUFFER Instance attribute Protected Type reference (TYPE) TY_TMS_BUFFER 20090515
2 CO_CLEAR_QUEUE Constant Protected See coding 'CLEANBUFFER' 20130528
3 CO_MOD_CLIENT Constant Protected See coding 'MODCLIENT' 20110930
4 CO_QUEUE_ITEM_ACTIVE Instance attribute Public Attribute reference (LIKE) 20120123
5 CO_QUEUE_ITEM_INACTIVE Instance attribute Public Attribute reference (LIKE) 20120123
6 CO_QUEUE_TYPE_CLASSIC Instance attribute Public Attribute reference (LIKE) 20120123
7 CO_QUEUE_TYPE_COLLECTION Instance attribute Public Attribute reference (LIKE) 20120123
8 CO_QUEUE_TYPE_CONTRLOL Instance attribute Public Attribute reference (LIKE) 20120123
9 CO_QUEUE_TYPE_MONITOR Instance attribute Public Attribute reference (LIKE) 20120123
10 CO_QUEUE_TYPE_PROPOSE Instance attribute Public Attribute reference (LIKE) 20120123
11 CO_REQUESTS_SOME Constant Protected Type reference (TYPE) TRKORR 'SOME' Request/Task 20120802
12 CO_SET_CLIENT Constant Protected See coding 'FILLCLIENT' 20110930
13 CO_STOPMARK Constant Public Type reference (TYPE) TRKORR 'STOPMARK' Request/Task 20090904
14 CO_TMS_TP_COMMAND_IMPORT Constant Protected Type reference (TYPE) STPA-COMMAND 'TMS_TP_IMPORT' 20090929
15 CO_TMS_TP_COMMAND_TEST_IMPORT Constant Protected Type reference (TYPE) STPA-COMMAND 'TMS_TP_TEST_IMPORT' 20090929
16 CO_TMS_TP_MAINTAIN_BUFFER Constant Protected Type reference (TYPE) CICOMMAND 'TMS_TP_MAINTAIN_BUFFER' tp Command 20100222
17 CO_TMS_TP_SERVICE Constant Protected Type reference (TYPE) CISERVICE 'TP' CI: Service 20090929
18 CO_TMS_VERS_110 Constant Protected Type reference (TYPE) TMSCSYS-TMSREL '1.10' 20090929
19 CO_TMS_VERS_130 Constant Protected Type reference (TYPE) TMSCSYS-TMSREL '1.30' 20090929
20 CO_TMS_VERS_150 Constant Protected Type reference (TYPE) TMSCSYS-TMSREL '1.50' 20090929
21 CO_TP_ACTIVATE_REQUEST Constant Private Type reference (TYPE) STPA-COMMAND 'LSETACTIVE' tp Command 20120925
22 CO_TP_COM_ADD2BUFFER Constant Protected Type reference (TYPE) STPA-COMMAND 'ADDTOBUFFER' tp Command 20100222
23 CO_TP_COM_CHECKDEPLOY Constant Protected Type reference (TYPE) STPA-COMMAND 'CHECKDEPLOY' tp Command 20091105
24 CO_TP_REQUEST_ALL Constant Protected Type reference (TYPE) TRKORR 'ALL' Request/Task 20091105
25 CO_TP_REQUEST_SOME Constant Protected Type reference (TYPE) TRKORR 'SUBSET' Request/Task 20090929
26 CO_U0_OVERTAKER Constant Protected See coding '0' 20090929
27 CO_U1_IMPORT_AGAIN Constant Protected See coding '1' 20090929
28 CO_U2_IGNORE_ORIGIN Constant Protected See coding '2' 20090929
29 CO_U3_IGNORE_PREDEC Constant Protected See coding '3' 20090929
30 CO_U4_IGNORE_COMP Constant Protected See coding '4' 20090929
31 CO_U6_IGNORE_REPAIR Constant Protected See coding '6' 20090929
32 CO_U7_IGNORE_QA Constant Protected See coding '7' 20090929
33 CO_U8_IGNORE_TABLE_TYPE Constant Protected See coding '8' 20090929
34 CO_U9_IGNORE_TRANSTYPE Constant Protected See coding '9' 20090929
35 IS_READ_ONLY Instance attribute Protected Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121129
36 ITEMS Instance attribute Protected Type reference (TYPE) IF_CTS_QUEUE_ITEM=>TY_QUEUE_ITEMS 20090515
37 ITEM_BUFFER Static Attribute Private Type reference (TYPE) TY_ITEM_BUFFER 20100621
38 QUEUE_TYPE Instance attribute Protected Type reference (TYPE) TY_QUEUE_TYPE 20090827
39 STOPMARK Instance attribute Protected Type reference (TYPE) I -1 20090903
40 SYSTEM Instance attribute Protected Object reference (TYPE REF TO) IF_CTS_SYSTEM General System 20091021
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEMS Instance method Public Method 20120123
2 BUILD_BATCH Static method Protected Method Build batch structure 20090908
3 BUILD_UMODES Instance method Protected Method Helper for building umodes 20090929
4 CALCULATE_DETAILED_IMP_STATUS Instance method Protected Method Calculates a detailed import status 20091125
5 CALCULATE_IMPORT_STATUS Static method Protected Method Calculate import status 20090903
6 CALCULATE_LINKED_QUEUES Instance method Protected Method Calculated linked queues 20090911
7 CALCULATE_LOCAL_LINKS Instance method Protected Method Calculates list of requests in current queue that are linked 20091123
8 CHECK_QUEUE_COMPATIBILITY Instance method Public Method 20120123
9 DECODE_RESULTS Instance method Protected Method Helper for decoding CI result container 20090930
10 DELETE_ITEM Instance method Public Method 20120123
11 FORWARD_ITEMS Instance method Public Method 20120123
12 GET_ITEM Instance method Public Method 20120123
13 GET_ITEMS Instance method Public Method 20120123
14 GET_ITEMS_FLAT Instance method Public Method 20120123
15 GET_ITEM_TYPE Instance method Public Method 20121023
16 GET_STOPMARK_POSITION Instance method Protected Method Get the stop mark position 20090903
17 GET_SYSTEM Instance method Public Method 20120123
18 GET_SYSTEM_ID Instance method Public Method 20120123
19 GET_TMS_BUFFER Instance method Public Method 20120123
20 GET_TRANSPORT_ENTITIES Instance method Public Method 20120123
21 GET_TYPE Instance method Public Method 20120123
22 GREP_QUEUE Instance method Protected Method GREP Transport Queue 20091002
23 HAS_QUEUE_SCHEDULER Instance method Public Method 20120123
24 IMPORT_ALL Instance method Public Method 20120123
25 IMPORT_PROJECT Instance method Public Method 20120123
26 IMPORT_SOME Instance method Public Method 20120123
27 IS_FORWARD_COMPATIBLE Instance method Public Method 20120123
28 ITEM_EXISTS Instance method Public Method 20120123
29 LINKED_IMPORT_ALL Instance method Protected Method Linked import all 20090911
30 LINKED_IMPORT_SOME Instance method Protected Method Linked import some 20090911
31 LOAD Static method Protected Method Helper for instance creation 20090515
32 PERFORM_IMPORT_ALL Instance method Protected Method Perform actual import (all) 20091002
33 PERFORM_IMPORT_SOME Instance method Protected Method Perform actual import (single) 20090929
34 REFRESH Instance method Private Method 20120123
35 REMOVE_STOPMARK Instance method Public Method 20120123
36 REPORT_PROGRESS Instance method Protected Method Helper for reporting import progress 20090930
37 SET_ITEM_ACT_STATE Instance method Public Method 20120123
38 SET_STOPMARK Instance method Public Method 20120123
39 TRANSMIT_QUEUE Instance method Protected Method Executes data file transmission 20110208
Events
# Event Type Visibility Description Created on
1 IMPORT_PROGRESS Instance Event
(0)
Public
(2)
Import progress changed 20090929
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CLIENT_REQUEST Public Attribute reference (LIKE) 20120123
2 TY_CLIENT_REQUESTS Public Attribute reference (LIKE) 20120123
3 TY_EVENT Public Attribute reference (LIKE) 20090908
4 TY_ITEM_BUFFER Private See coding 20100621 ty_item_buffer type standard table of ty_item_buffer_entry with key id client queue_id
5 TY_ITEM_BUFFER_ENTRY Private See coding 20100621 begin of ty_item_buffer_entry, id type string, client type if_cts_system=>ty_client, ref type ref to if_cts_queue_item, queue_id type if_cts_system=>ty_name, end of ty_item_buffer_entry
6 TY_PARENT_QUEUE Protected See coding 20090911 begin of ty_parent_queue, trkorrs type trkorrs, system_name type if_cts_system=>ty_name, domain_name type if_cts_system=>ty_domain_name, queue type ref to if_cts_entity_queue, end of ty_parent_queue
7 TY_PARENT_QUEUES Protected See coding 20090911 ty_parent_queues type standard table of ty_parent_queue with key system_name domain_name
8 TY_QUEUE_ITEMS_FLAT Public Attribute reference (LIKE) 20090827
9 TY_QUEUE_ITEM_FLAT Public Attribute reference (LIKE) 20090827
10 TY_QUEUE_TYPE Public Attribute reference (LIKE) 20090731
11 TY_SELECTED_TRANSPORT Public See coding 20130425 begin of ty_selected_transport, id type trkorr, target_client type if_cts_system=>ty_client, index type i, end of ty_selected_transport
12 TY_STATUS Public Attribute reference (LIKE) 20120126
13 TY_STATUS_LIST Public Attribute reference (LIKE) 20120126
14 TY_TIMER Public Attribute reference (LIKE) 20090908
15 TY_TMS_BUFFER Public Attribute reference (LIKE) 20090515
16 TY_TPLOGSPTRS Public See coding 20090930 ty_tplogsptrs type standard table of tplogptr with default key
17 TY_TPSTOUT Public See coding 20090930 ty_tpstout type standard table of tpstdout with default key
Method Signatures

Method ADD_ITEMS Signature

Method ADD_ITEMS on class CL_CTS_ENTITY_QUEUE has no parameter.
Method ADD_ITEMS on class CL_CTS_ENTITY_QUEUE has no exception.

Method BUILD_BATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BATCH Value transfer Type reference (TYPE) STMSCBATCH TMS CI: Batch Control 20090908
2 Importing EVENT Call by reference Type reference (TYPE) TY_EVENT 20090908
3 Importing TIMER Call by reference Type reference (TYPE) TY_TIMER 20090908

Method BUILD_BATCH on class CL_CTS_ENTITY_QUEUE has no exception.

Method BUILD_UMODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN 20090929
2 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090929
3 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN 20090929
4 Importing IGNORE_QA Call by reference Type reference (TYPE) BOOLEAN 20090929
5 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN 20090929
6 Importing IGNORE_TABTYPE Call by reference Type reference (TYPE) BOOLEAN 20090929
7 Importing IGNORE_TRANSTYPE Call by reference Type reference (TYPE) BOOLEAN 20090929
8 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN 20090929
9 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090929
10 Returning UMODES Value transfer Type reference (TYPE) STPA-UMODES Characterfeld der Länge 10 20090929

Method BUILD_UMODES on class CL_CTS_ENTITY_QUEUE has no exception.

Method CALCULATE_DETAILED_IMP_STATUS 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 Generierte Tabelle zu einem View 20091125
2 Exporting DETAILS Value transfer Type reference (TYPE) IF_CTS_QUEUE_ITEM=>TY_IMPORT_STATUS_DETAILS 20091125
3 Importing STOP_POSITION Call by reference Type reference (TYPE) I 20091125

Method CALCULATE_DETAILED_IMP_STATUS on class CL_CTS_ENTITY_QUEUE has no exception.

Method CALCULATE_IMPORT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing BUFFER_ITEM Call by reference Type reference (TYPE) TMSBUFFER Generierte Tabelle zu einem View 20090903
2 Exporting STATUS Value transfer Type reference (TYPE) IF_CTS_QUEUE_ITEM=>TY_IMPORT_STATUS TMS: Import-Status 20090903
3 Importing STOP_POSITION Call by reference Type reference (TYPE) I 20090903

Method CALCULATE_IMPORT_STATUS on class CL_CTS_ENTITY_QUEUE has no exception.

Method CALCULATE_LINKED_QUEUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEMS Call by reference Type reference (TYPE) IF_CTS_QUEUE_ITEM=>TY_QUEUE_ITEMS 20090911
2 Exporting QUEUES Value transfer Type reference (TYPE) TY_PARENT_QUEUES 20090911
3 Importing REQUESTS Call by reference Type reference (TYPE) TRKORRS 20090911
4 Exporting UNLINKED_REQUESTS Call by reference Type reference (TYPE) TRKORRS 20090911

Method CALCULATE_LINKED_QUEUES on class CL_CTS_ENTITY_QUEUE has no exception.

Method CALCULATE_LOCAL_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LINKED_REQUESTS Call by reference Type reference (TYPE) TRKORRS 20091123
2 Importing REQUESTS Call by reference Type reference (TYPE) TRKORRS 20091123

Method CALCULATE_LOCAL_LINKS on class CL_CTS_ENTITY_QUEUE has no exception.

Method CHECK_QUEUE_COMPATIBILITY Signature

Method CHECK_QUEUE_COMPATIBILITY on class CL_CTS_ENTITY_QUEUE has no parameter.
Method CHECK_QUEUE_COMPATIBILITY on class CL_CTS_ENTITY_QUEUE has no exception.

Method DECODE_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ALOG Call by reference Type reference (TYPE) STPA-FILE 20090930
2 Importing CONTAINER Call by reference Object reference (TYPE REF TO) IF_CTS_CI_CONTAINER Ci Container interface 20090930
3 Changing EXCEPTION Call by reference Type reference (TYPE) STMSCALERT 20090930
4 Importing EXE_MODE Call by reference Type reference (TYPE) STMSC-EXECMODE boolsche Variable (X=true, -=false, space=unknown) 20090930
5 Changing LOGPTRS Call by reference Type reference (TYPE) TY_TPLOGSPTRS 20090930
6 Changing RETURN_CODE Call by reference Type reference (TYPE) STPA-RETCODE 20090930
7 Changing SLOG Call by reference Type reference (TYPE) STPA-FILE 20090930
8 Changing STDOUTS Call by reference Type reference (TYPE) TY_TPSTOUT 20090930
9 Changing TPSTAT_KEY Call by reference Type reference (TYPE) TMSTPKEY 20090930
10 Changing TP_IMPORTS Call by reference Type reference (TYPE) STMS_TP_IMPORTS 20090930
11 Changing TP_PID Call by reference Type reference (TYPE) STPA-PID 20090930
12 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090930

Method DECODE_RESULTS on class CL_CTS_ENTITY_QUEUE has no exception.

Method DELETE_ITEM Signature

Method DELETE_ITEM on class CL_CTS_ENTITY_QUEUE has no parameter.
Method DELETE_ITEM on class CL_CTS_ENTITY_QUEUE has no exception.

Method FORWARD_ITEMS Signature

Method FORWARD_ITEMS on class CL_CTS_ENTITY_QUEUE has no parameter.
Method FORWARD_ITEMS on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_ITEM Signature

Method GET_ITEM on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_ITEM on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_ITEMS Signature

Method GET_ITEMS on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_ITEMS on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_ITEMS_FLAT Signature

Method GET_ITEMS_FLAT on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_ITEMS_FLAT on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_ITEM_TYPE Signature

Method GET_ITEM_TYPE on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_ITEM_TYPE on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_STOPMARK_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning POS Value transfer Type reference (TYPE) I 20090903

Method GET_STOPMARK_POSITION on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_SYSTEM Signature

Method GET_SYSTEM on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_SYSTEM on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_SYSTEM_ID Signature

Method GET_SYSTEM_ID on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_SYSTEM_ID on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_TMS_BUFFER Signature

Method GET_TMS_BUFFER on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_TMS_BUFFER on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_TRANSPORT_ENTITIES Signature

Method GET_TRANSPORT_ENTITIES on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_TRANSPORT_ENTITIES on class CL_CTS_ENTITY_QUEUE has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GET_TYPE on class CL_CTS_ENTITY_QUEUE has no exception.

Method GREP_QUEUE Signature

Method GREP_QUEUE on class CL_CTS_ENTITY_QUEUE has no parameter.
Method GREP_QUEUE on class CL_CTS_ENTITY_QUEUE has no exception.

Method HAS_QUEUE_SCHEDULER Signature

Method HAS_QUEUE_SCHEDULER on class CL_CTS_ENTITY_QUEUE has no parameter.
Method HAS_QUEUE_SCHEDULER on class CL_CTS_ENTITY_QUEUE has no exception.

Method IMPORT_ALL Signature

Method IMPORT_ALL on class CL_CTS_ENTITY_QUEUE has no parameter.
Method IMPORT_ALL on class CL_CTS_ENTITY_QUEUE has no exception.

Method IMPORT_PROJECT Signature

Method IMPORT_PROJECT on class CL_CTS_ENTITY_QUEUE has no parameter.
Method IMPORT_PROJECT on class CL_CTS_ENTITY_QUEUE has no exception.

Method IMPORT_SOME Signature

Method IMPORT_SOME on class CL_CTS_ENTITY_QUEUE has no parameter.
Method IMPORT_SOME on class CL_CTS_ENTITY_QUEUE has no exception.

Method IS_FORWARD_COMPATIBLE Signature

Method IS_FORWARD_COMPATIBLE on class CL_CTS_ENTITY_QUEUE has no parameter.
Method IS_FORWARD_COMPATIBLE on class CL_CTS_ENTITY_QUEUE has no exception.

Method ITEM_EXISTS Signature

Method ITEM_EXISTS on class CL_CTS_ENTITY_QUEUE has no parameter.
Method ITEM_EXISTS on class CL_CTS_ENTITY_QUEUE has no exception.

Method LINKED_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 boolsche Variable (X=true, -=false, space=unknown) 20090911
2 Importing CLIENT Call by reference Type reference (TYPE) STPA-CLIENT Mandant 20110905
3 Importing EVENT Call by reference Type reference (TYPE) TY_EVENT 20090911
4 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
5 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
6 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
7 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
8 Importing IGNORE_TR_LOCKS Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE boolsche Variable (X=true, -=false, space=unknown) 20130619
9 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
10 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
11 Importing PROJECTS Call by reference Type reference (TYPE) IF_CTS_PROJECT=>TY_PROJECTS 20091117
12 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
13 Importing TIME Call by reference Type reference (TYPE) TY_TIMER 20090911
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090911

Method LINKED_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 boolsche Variable (X=true, -=false, space=unknown) 20090911
2 Importing CLIENT Call by reference Type reference (TYPE) STPA-CLIENT Mandant 20110905
3 Importing EVENT Call by reference Type reference (TYPE) TY_EVENT 20090911
4 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
5 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
6 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
7 Importing IGNORE_QA Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
8 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
9 Importing IGNORE_SPAM Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
10 Importing IGNORE_TABTYPE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
11 Importing IGNORE_TRANSTYPE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
12 Importing IGNORE_TR_LOCKS Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE boolsche Variable (X=true, -=false, space=unknown) 20130619
13 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
14 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
15 Importing REQUESTS Call by reference Type reference (TYPE) TRKORRS 20090911
16 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090911
17 Importing TIME Call by reference Type reference (TYPE) TY_TIMER 20090911
18 Exporting UNLINKED_REQUESTS Call by reference Type reference (TYPE) TRKORRS 20090911
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090911

Method LOAD 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 boolsche Variable (X=true, -=false, space=unknown) 20101209
2 Importing FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090525
3 Returning QUEUE Value transfer Object reference (TYPE REF TO) CL_CTS_ENTITY_QUEUE General queue of transport entities 20090515
4 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM General system 20091021
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20090515

Method PERFORM_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 20091002
2 Importing CLIENT Call by reference Type reference (TYPE) STPA-CLIENT Mandant 20110905
3 Importing EVENT Call by reference Type reference (TYPE) TY_EVENT 20091002
4 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN 20091002
5 Importing IGNORE_LOCKED Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20111117
6 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN 20091002
7 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN 20091002
8 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN 20091002
9 Importing IGNORE_TR_LOCKS Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20130619
10 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN 20091002
11 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN 20091002
12 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN 20091002
13 Importing TIME Call by reference Type reference (TYPE) TY_TIMER 20091002
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20091002

Method PERFORM_IMPORT_SOME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ALOG Call by reference Type reference (TYPE) STPA-FILE 20090930
2 Importing ASYNCHRONOUSLY Call by reference Type reference (TYPE) BOOLEAN 20090929
3 Importing BATCH Call by reference Type reference (TYPE) STMSCBATCH 20090929
4 Importing CLIENT Call by reference Type reference (TYPE) STPA-CLIENT 20090929
5 Importing CLIENT_SYSTEMS Call by reference Type reference (TYPE) SCTS_TY_SYSTEMS 20111207
6 Importing COMMAND_IMPORT Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090929
7 Importing CTC_ACTIVE Call by reference Type reference (TYPE) BOOLEAN 20090929
8 Exporting EXCEPTION Call by reference Type reference (TYPE) STMSCALERT 20090930
9 Importing FEEDBACK Call by reference Type reference (TYPE) STPA-FEEDBACK Identifier für tp Feedback 20090929
10 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN 20090929
11 Importing IGNORE_LOCKED Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20111117
12 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN 20090929
13 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN 20090929
14 Importing IGNORE_QA Call by reference Type reference (TYPE) BOOLEAN 20090929
15 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN 20090929
16 Importing IGNORE_SPAM Call by reference Type reference (TYPE) BOOLEAN 20090929
17 Importing IGNORE_TABTYPE Call by reference Type reference (TYPE) BOOLEAN 20090929
18 Importing IGNORE_TRANSTYPE Call by reference Type reference (TYPE) BOOLEAN 20090929
19 Importing IGNORE_TR_LOCKS Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE boolsche Variable (X=true, -=false, space=unknown) 20130619
20 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN 20090929
21 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN 20090929
22 Importing NO_DELIVERY Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090929
23 Importing REPORT_PROGRESS Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE boolsche Variable (X=true, -=false, space=unknown) 20090929
24 Importing REQUESTS Call by reference Type reference (TYPE) STMS_TR_REQUESTS 20090929
25 Exporting RETURN_CODE Call by reference Type reference (TYPE) STPA-RETCODE 20090930
26 Exporting SLOG Call by reference Type reference (TYPE) STPA-FILE 20090930
27 Importing SUBSET Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090929
28 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM 20090929
29 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN 20090929
30 Exporting TPLOGSPTRS Call by reference Type reference (TYPE) TY_TPLOGSPTRS 20090930
31 Exporting TPSTAT_KEY Call by reference Type reference (TYPE) TMSTPKEY 20090930
32 Exporting TPSTDOUTS Call by reference Type reference (TYPE) TY_TPSTOUT 20090930
33 Exporting TP_IMPORTS Call by reference Type reference (TYPE) STMS_TP_IMPORTS 20090930
34 Exporting TP_PID Call by reference Type reference (TYPE) STPA-PID 20090930
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE 20090929

Method REFRESH Signature

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

Method REMOVE_STOPMARK Signature

Method REMOVE_STOPMARK on class CL_CTS_ENTITY_QUEUE has no parameter.
Method REMOVE_STOPMARK on class CL_CTS_ENTITY_QUEUE has no exception.

Method REPORT_PROGRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT Call by reference Type reference (TYPE) SY-MANDT Mandantenkennung des aktuellen Benutzers 20090930
2 Importing CURRENT_COUNT Call by reference Type reference (TYPE) I 20090930
3 Importing EXEC_MODE Call by reference Type reference (TYPE) STMSC-EXECMODE CI: Ausführungsmodus 20090930
4 Importing HANDLED_BY_TP Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090930
5 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20090930
6 Importing TARCLIENT Call by reference Type reference (TYPE) SY-MANDT Mandantenkennung des aktuellen Benutzers 20090930
7 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090930
8 Importing TOTAL_COUNT Call by reference Type reference (TYPE) I 20090930
9 Importing TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090930

Method REPORT_PROGRESS on class CL_CTS_ENTITY_QUEUE has no exception.

Method SET_ITEM_ACT_STATE Signature

Method SET_ITEM_ACT_STATE on class CL_CTS_ENTITY_QUEUE has no parameter.
Method SET_ITEM_ACT_STATE on class CL_CTS_ENTITY_QUEUE has no exception.

Method SET_STOPMARK Signature

Method SET_STOPMARK on class CL_CTS_ENTITY_QUEUE has no parameter.
Method SET_STOPMARK on class CL_CTS_ENTITY_QUEUE has no exception.

Method TRANSMIT_QUEUE Signature

Method TRANSMIT_QUEUE on class CL_CTS_ENTITY_QUEUE has no parameter.
Method TRANSMIT_QUEUE on class CL_CTS_ENTITY_QUEUE has no exception.
Event Signatures

Event IMPORT_PROGRESS Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 PRE_STEP Exporting Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090929
2 STEP Exporting Value transfer Type reference (TYPE) I Current step 20090929
3 TEXT Exporting Value transfer Type reference (TYPE) STRING Progress text 20090929
4 TOTAL Exporting Value transfer Type reference (TYPE) I Total number of entities 20090929
History
Last changed by/on SAP  20140121 
SAP Release Created in 702