SAP ABAP Class /SLOAP/CL_TRANSFER_DATA_TMS (Content Data Transfer via TMS)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/UTILITY (Package) Utility Sources for SLO Analytic Platform
Properties
Class /SLOAP/CL_TRANSFER_DATA_TMS  
Short Description Content Data Transfer via TMS    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/UTILITY   Utility Sources for SLO Analytic Platform 
Created 20100127   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TRWBO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SLOAP/CL_TRANSFER_DATA_TMS has no interface implemented.
Friends
Class /SLOAP/CL_TRANSFER_DATA_TMS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_E071 Instance attribute Private Type reference (TYPE) T_E071 20100127
2 GT_E071K Instance attribute Private Type reference (TYPE) T_E071K 20100127
3 GT_INDX Instance attribute Private See coding System Table INDX 20100127
4 GV_CONTSOURCE Instance attribute Private Type reference (TYPE) RFCDEST 'ASQCLNT001' Logical Destination (Specified in Function Call) 20100127
5 GV_COUNT_INS Instance attribute Private Type reference (TYPE) I counter of inserted enties 20100127
6 GV_DEBUG Instance attribute Private Type reference (TYPE) C output of runtime information ON/OFF 20100127
7 GV_INDEX Instance attribute Private Type reference (TYPE) I 20100127
8 GV_OUT_PR_GUID Instance attribute Private Type reference (TYPE) GUID GUI of Output Profile 20100127
9 GV_OUT_PR_ID Instance attribute Private Type reference (TYPE) /SLOAP/OUTPUT_PROFILE_ID ID of Output Profiles 20100127
10 GV_OUT_PR_VERS Instance attribute Private Type reference (TYPE) /SLOAP/VERSION Version of Output Profiles 20100127
11 GV_TARGET_CLIENT Instance attribute Private Type reference (TYPE) MANDT Client 20100502
12 GV_TRANSPORT_ID Instance attribute Private Type reference (TYPE) TRKORR Request/Task 20100127
13 GV_TRNSFER_MODE Instance attribute Private Type reference (TYPE) CHAR1 Single-Character Indicator 20100127
Methods
# Method Level Visibility Method type Description Created on
1 CLEANUP_TTABS Instance method Private Method Pull titles, text, storage for one guid 20100127
2 CLEANUP_TTABS_FORCED Instance method Public Method Pull titles, text, storage for one guid 20100127
3 COPY_CONTENT2TRTAB Instance method Private Method Copy of content from application table into transport table 20100127
4 COPY_TRTAB2CONTENT Instance method Private Method Copy of content from application table into transport table 20100127
5 CREATE_TABU_ENTRY_PK3 Instance method Private Method 20100127
6 CREATE_TR Instance method Public Method 20100127
7 GENERATE_REPORTS_AFTER_IMPORT Instance method Public Method 20100419
8 GET_TRANSPORT_REQ_ID Instance method Public Method return bag a TR for content 20100412
9 PHYSICAL_TRANS_REQUEST Instance method Public Method Physically Transport Request to target systems 20130129
10 PULL_DATA Instance method Public Method Pull data from trnasport tabs 20100127
11 PUSH_ALIAS Instance method Public Method Pull global alias data 20100127
12 PUSH_ALIAS_ALL Instance method Public Method Pull global alias data 20100127
13 PUSH_ANALYSIS_MODULE Instance method Public Method 20100127
14 PUSH_DATA Instance method Private Method Push data to transport tabs 20100127
15 PUSH_DEPENDENT_OBJECTS Instance method Private Method Pull titles, text, storage for one guid 20100127
16 PUSH_OUTPUT_GROUP Instance method Public Method 20100127
17 PUSH_OUTPUT_MODULE Instance method Public Method 20100127
18 PUSH_OUTPUT_PROFILE Instance method Public Method 20100127
19 PUSH_QUA_TABS Instance method Public Method Pull global alias data 20100127
20 PUSH_SELOPT_GROUP Instance method Public Method 20100127
21 PUSH_UTIL_TABS Instance method Public Method Pull global alias data 20100127
22 RELEASE_WITHOUT_TRANSP Instance method Public Method Lock and Release a transport request 20130129
23 SET_RUNTIME Instance method Public Method 20100127
24 SET_TARGET_CLIENT Instance method Public Method Set target client during import. 20100502
25 SHOW_TTABS Instance method Public Method 20100127
26 UPDATE_FROM_TTABS Instance method Public Method 20100127
Events
Class /SLOAP/CL_TRANSFER_DATA_TMS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_E071 Protected See coding 20100127 T_E071 TYPE STANDARD TABLE OF e071
2 T_E071K Protected See coding 20100127 T_E071K TYPE STANDARD TABLE OF e071k
Method Signatures

Method CLEANUP_TTABS Signature

Method CLEANUP_TTABS on class /SLOAP/CL_TRANSFER_DATA_TMS has no parameter.
Method CLEANUP_TTABS on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method CLEANUP_TTABS_FORCED Signature

Method CLEANUP_TTABS_FORCED on class /SLOAP/CL_TRANSFER_DATA_TMS has no parameter.
Method CLEANUP_TTABS_FORCED on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method COPY_CONTENT2TRTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20100127
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100127
3 Importing IV_SRTFD Call by reference Type reference (TYPE) INDX_SRTFD User-defined key in table INDX 20100127
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20100127
5 Importing IV_TR_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name of Tr tab 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method COPY_TRTAB2CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20100127
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100127
3 Importing IV_SRTFD Call by reference Type reference (TYPE) INDX_SRTFD User-defined key in table INDX 20100127
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20100127
5 Importing IV_TR_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name of Tr tab 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method CREATE_TABU_ENTRY_PK3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) STRING 20100127

Method CREATE_TABU_ENTRY_PK3 on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method CREATE_TR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TARSYSTEM Value transfer Type reference (TYPE) E070-TARSYSTEM Transport Target of Request 20130822

Method CREATE_TR on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method GENERATE_REPORTS_AFTER_IMPORT Signature

Method GENERATE_REPORTS_AFTER_IMPORT on class /SLOAP/CL_TRANSFER_DATA_TMS has no parameter.
Method GENERATE_REPORTS_AFTER_IMPORT on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method GET_TRANSPORT_REQ_ID Signature

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

Method GET_TRANSPORT_REQ_ID on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method PHYSICAL_TRANS_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_REQUEST Call by reference Type reference (TYPE) TRWBO_REQUEST 20130129
# Exception Resumable Description Created on
1 CTS_INITIALIZATION_FAILURE 20130129
2 ENQUEUE_FAILED 20130129
3 EXPORT_FAILED 20130129
4 INVALID_REQUEST 20130129

Method PULL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20100127
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100127
3 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20100127
5 Importing IV_TR_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name of Tr tab 20100127
6 Importing IV_WHERE_COND Call by reference Type reference (TYPE) STRING 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method PUSH_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESC_ALIAS Call by reference Type reference (TYPE) /SLOAP/E_DESCRIPTION_ALIAS SLOAS description alias 20100127
2 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL MODIFY local tables instead of INSERT 20100127

Method PUSH_ALIAS on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method PUSH_ALIAS_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL MODIFY local tables instead of INSERT 20100127

Method PUSH_ALIAS_ALL on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method PUSH_ANALYSIS_MODULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANL_MD_GUID Call by reference Type reference (TYPE) CHAR32 Globally Unique Identifier 20100127
2 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method PUSH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20100127
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100127
3 Importing IT_DATA Call by reference Type reference (TYPE) SPTA_INDXTAB 20100127
4 Importing IV_SRTFD Call by reference Type reference (TYPE) INDX_SRTFD User-defined key in table INDX 20100127
5 Importing IV_TABNAME Call by reference Type reference (TYPE) DD02L-TABNAME Table Name 20100127

Method PUSH_DATA on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method PUSH_DEPENDENT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) CHAR32 Globally Unique Identifier 20100127
2 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method PUSH_OUTPUT_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
2 Importing IV_OUT_GR_GUID Call by reference Type reference (TYPE) CHAR32 Globally Unique Identifier 20100127
3 Importing IV_WITH_CHILD_GROUPS Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method PUSH_OUTPUT_MODULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
2 Importing IV_OUT_MD_GUID Call by reference Type reference (TYPE) CHAR32 Globally Unique Identifier 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method PUSH_OUTPUT_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
2 Importing IV_OUT_PR_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method PUSH_QUA_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL MODIFY local tables instead of INSERT 20100127

Method PUSH_QUA_TABS on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method PUSH_SELOPT_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127
2 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method PUSH_SELOPT_GROUP on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method PUSH_UTIL_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL MODIFY local tables instead of INSERT 20100127

Method PUSH_UTIL_TABS on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method RELEASE_WITHOUT_TRANSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSPORT_ID Call by reference Type reference (TYPE) TRKORR Request/Task 20130129
# Exception Resumable Description Created on
1 ACTION_ABORTED_BY_USER 20130129
2 CTS_INITIALIZATION_FAILURE 20130129
3 DB_ACCESS_ERROR 20130129
4 DOCU_MISSING 20130129
5 ENQUEUE_FAILED 20130129
6 ERROR_IN_EXPORT_METHODS 20130129
7 EXECUTE_OBJECTS_CHECK 20130129
8 EXPORT_FAILED 20130129
9 INVALID_REQUEST 20130129
10 NO_AUTHORIZATION 20130129
11 OBJECT_CHECK_ERROR 20130129
12 OBJECT_LANG_ERROR 20130129
13 OBJECT_LOCK_ERROR 20130129
14 RELEASE_IN_BG_MODE 20130129
15 RELEASE_IN_BG_MODE_W_OBJCHK 20130129
16 REPEAT_TOO_EARLY 20130129
17 REQUEST_ALREADY_RELEASED 20130129

Method SET_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONT_SOURCE Call by reference Type reference (TYPE) CHAR20 Char 20 20100127
2 Importing IV_DEBUG_MODE Call by reference Type reference (TYPE) CHAR1 ' '=> Debug out OFF, 'X' debug out ON 20100127
3 Importing IV_OUT_PR_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127
4 Importing IV_OUT_PR_VERS Call by reference Type reference (TYPE) /SLOAP/VERSION Boolean Variable (X=True, Space=False) 20100127
5 Importing IV_TRANSPORT_ID Call by reference Type reference (TYPE) TRKORR Request/Task 20120811
6 Importing IV_TRANSPORT_KIND Call by reference Type reference (TYPE) TRFUNCTION 'T' Type of request/task 20100429
7 Importing IV_TRANS_MODE Call by reference Type reference (TYPE) CHAR1 ' ' => Appl to Trans, 'x' => Trnas to Appl 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method SET_TARGET_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLIENT Call by reference Type reference (TYPE) MANDT Client 20100502

Method SET_TARGET_CLIENT on class /SLOAP/CL_TRANSFER_DATA_TMS has no exception.

Method SHOW_TTABS Signature

Method SHOW_TTABS on class /SLOAP/CL_TRANSFER_DATA_TMS has no parameter.
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method UPDATE_FROM_TTABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFY Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127
History
Last changed by/on SAP  20141030 
SAP Release Created in 700