SAP ABAP Class CL_SRAL_TRANSPORT_HANDLER (WDA: Transport Handling)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-RAL (Application Component) Read Access Logging
     SREAD_ACCESS_LOG_TRANSFER (Package) Read Access Logging: Transfer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRAL_TRANSPORT_HANDLER Transport Handler 20130319
Properties
Class CL_SRAL_TRANSPORT_HANDLER  
Short Description WDA: Transport Handling    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SREAD_ACCESS_LOG_TRANSFER   Read Access Logging: Transfer 
Created 20130315   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 CL_SRAL_TRANSPORT_HELPER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRAL_TRANSPORT_HANDLER Transport Handler 20130319
Friends
Class CL_SRAL_TRANSPORT_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_OBJECT_ENTRIES Instance attribute Private Attribute reference (LIKE) 20130319
2 MT_TABLE_ENTRIES Instance attribute Private Attribute reference (LIKE) 20130319
3 M_IS_CHECKED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130319
4 M_IS_INSERTED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20130319
5 M_LAST_TRKORR Instance attribute Public Type reference (TYPE) TRKORR Request/Task 20130319
6 M_MESSAGES Instance attribute Public Attribute reference (LIKE) 20130319
7 M_REQUESTS Instance attribute Public Attribute reference (LIKE) 20130319
8 M_TRANSPORT_MODE Instance attribute Private Type reference (TYPE) SRAL_TRANSPORT_MODE RAL: Transport mode 20130325
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20130319
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130315
3 CTS_CHECK Instance method Protected Method Call of CTS_CHECK Function Module 20130315
4 CTS_INSERT Instance method Private Method 20130320
5 CTS_INSERT_AUTOMATIC Instance method Private Method 20130320
6 CTS_WBO_API_CHECK_OBJECTS Static method Public Method WBO local API: Check of Change Recording + Access Key. I 20130315
7 GET_LAST_USER_TRANSPORT Instance method Protected Method 20130319
8 GET_OBJ_ENTRIES Instance method Private Method Returns the object entries for manual transport 20130320
9 GET_RECORDING_ENTRIES Instance method Private Method Returns the recording entries for automatic transport 20130319
10 GET_TRANSPORT_FOR_POPUP Instance method Public Method Returns the data for TC to display the transport popup 20130315
11 GET_TRANSPORT_MODE Instance method Public Method Returns transport mode 20130412
12 INSERT Instance method Public Method 20130319
Events
Class CL_SRAL_TRANSPORT_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TRANSPORT_ITEM Public See coding 20130317 begin of transport_item, trkorr type trkorr, author type sy-uname, description type as4text, trkorrtype type trfunction, end of transport_item
2 TRANSPORT_LIST Public See coding 20130317 transport_list type standard table of transport_item with non-unique default key
Method Signatures

Method CHECK Signature

Method CHECK on class CL_SRAL_TRANSPORT_HANDLER has no parameter.
Method CHECK on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECTS Call by reference Type reference (TYPE) CTS_OBJECT_ENTRIES Logic. tobj only or icluding table entries 20130315
2 Importing TABLE_ENTRIES Call by reference Type reference (TYPE) CTS_OBJECT_ENTRIES Table Key for Piece Lists only 20130315
3 Importing TRANSPORT_MODE Call by reference Type reference (TYPE) SRAL_TRANSPORT_MODE RAL: Transport mode 20130325
# Exception Resumable Description Created on
1 CX_SRAL Error with transport handling WDA 20130317

Method CTS_CHECK Signature

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

Method CTS_CHECK on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method CTS_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ERROR_STATE Value transfer Type reference (TYPE) I 20130320
2 Importing REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20130320
3 Importing REQUEST_DESCRIPTION Call by reference Type reference (TYPE) AS4TEXT Short Description of Repository Objects 20130320

Method CTS_INSERT on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method CTS_INSERT_AUTOMATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ERROR_STATE Value transfer Type reference (TYPE) I 20130320
2 Importing REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20130320
3 Importing REQUEST_DESCRIPTION Call by reference Type reference (TYPE) AS4TEXT Short Description of Repository Objects 20130320

Method CTS_INSERT_AUTOMATIC on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method CTS_WBO_API_CHECK_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS4USER Call by reference Type reference (TYPE) TR_AS4USER SY-UNAME Request/Tasks Owner: Wildcard * Supported 20130315
2 Exporting CHECK_RESULT Call by reference Type reference (TYPE) CTS_CHECK_RESULT Result of Change Recording Check 20130315
3 Exporting MESSAGES Call by reference Type reference (TYPE) CTS_MESSAGES Check Messages 20130315
4 Exporting OBJECT_LOCKS Call by reference Type reference (TYPE) CTS_OBJECT_LOCKS Object Locks in Case of Lock Conflicts 20130315
5 Importing RECORDING_ENTRIES Call by reference Type reference (TYPE) CTS_RECORDING_ENTRIES Entries for Change Recording 20130315
6 Exporting REQUESTS Call by reference Type reference (TYPE) CTS_REQUESTS Usable Change Requests 20130315
7 Importing REQ_ATTR_KEYS Call by reference Type reference (TYPE) CTS_REQ_ATTR_KEYS Attribute Names of Change Requests 20130315

Method CTS_WBO_API_CHECK_OBJECTS on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method GET_LAST_USER_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TRKORR Value transfer Type reference (TYPE) TRKORR Request/Task 20130319

Method GET_LAST_USER_TRANSPORT on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method GET_OBJ_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OBJ_ENTRIES Value transfer Type reference (TYPE) CTS_OBJ_ENTRIES WBO Remote API: Entries for Change Recording 20130320

Method GET_OBJ_ENTRIES on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method GET_RECORDING_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RECORDING_ENTRIES Value transfer Type reference (TYPE) CTS_RECORDING_ENTRIES WBO Remote API: Entries for Change Recording 20130319

Method GET_RECORDING_ENTRIES on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method GET_TRANSPORT_FOR_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DISPLAY_NAME Call by reference Type reference (TYPE) STRING Calculation object 20130315
2 Exporting LAST_TRANSPORT Call by reference Type reference (TYPE) TRKORR Pre-selected Request (possibly empty) 20130319
3 Exporting TRANSPORT_DESCRIPTION Call by reference Type reference (TYPE) AS4TEXT Plain Text of Transport 20130315
4 Exporting TRANSPORT_MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL A transport must be specified 20130315
5 Exporting TYPE_DISPLAY_NAME Call by reference Type reference (TYPE) STRING Plain Text of Type (possibly empty) 20130315
6 Exporting USEABLE_TRANSPORTS Call by reference Type reference (TYPE) TRANSPORT_LIST List of Usable Transports 20130315

Method GET_TRANSPORT_FOR_POPUP on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method GET_TRANSPORT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TRANSPORT_MODE Value transfer Type reference (TYPE) SRAL_TRANSPORT_MODE RAL: Transport mode 20130412

Method GET_TRANSPORT_MODE on class CL_SRAL_TRANSPORT_HANDLER has no exception.

Method INSERT Signature

Method INSERT on class CL_SRAL_TRANSPORT_HANDLER has no parameter.
Method INSERT on class CL_SRAL_TRANSPORT_HANDLER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740