SAP ABAP Class CL_LXE_RFC_COPY (Remote Copy Client)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE (Package) New MLT Environment
Properties
Class CL_LXE_RFC_COPY  
Short Description Remote Copy Client    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE   New MLT Environment 
Created 20110905   SAP 
Last change 20130531   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)
Interfaces
Class CL_LXE_RFC_COPY has no interface implemented.
Friends
Class CL_LXE_RFC_COPY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_SE61_OBJTYPE_NAME_LENGTH Constant Private Type reference (TYPE) INT4 2 Object Type Name Length 20120723
2 DOMANAM Instance attribute Private Type reference (TYPE) LXEDOMANAM Domain Name 20110906
3 DOMATYP Instance attribute Private Type reference (TYPE) LXEDOMATYP Domain Type 20110906
4 DSV_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
5 FIPR_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20110914
6 FIPR_SUPPORTED_FORM Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
7 FIPR_SUPPORTED_PDF Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
8 FIPR_SUPPORTED_SSF Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
9 FORM_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
10 HLX_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
11 LONG_GEN_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20120724
12 OBJNAME Instance attribute Private Type reference (TYPE) LXEOBJNAME Name of Translation Object 20110905
13 OBJTYPE Instance attribute Private Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20110905
14 PDF_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
15 RFC_DEST Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110906
16 SSF_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
17 STYL_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
18 S_LANG Instance attribute Private Type reference (TYPE) LXEISOLANG Translation Language 20110906
19 TEXT_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
20 TRL_AREA Instance attribute Private Type reference (TYPE) LXECUSTMNR Translation Area 20110905
21 TTX_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20110914
22 T_LANG Instance attribute Private Type reference (TYPE) LXEISOLANG Translation Language 20110906
23 WFLW_SUPPORTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Boolean 20131009
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_FIPR Instance method Private Method Create fingerprints locally 20111018
2 CHECK_FUNCTION_REMOTE Static method Private Method Check existence of function module in remote system 20120725
3 CHECK_OBJTYPE Static method Public Method Check if object type is supported 20120126
4 CHECK_OBJTYPE_REMOTE Static method Private Method Check existence of object type in remote system 20110906
5 CHECK_OBJTYPE_SUPPORTED Static method Private Method Check if object type is supported by copy tool 20120723
6 CHECK_RFC_CONNECTION Static method Public Method Check RFC connection 20110907
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110905
8 COPY_DSV Instance method Private Method Copy SolMan long texts 20131009
9 COPY_FIPR Instance method Private Method Copy fingerprints 20110914
10 COPY_FIPR_FORM Instance method Private Method Copy fingerprints 20131009
11 COPY_FIPR_PDF Instance method Private Method Copy fingerprints 20131009
12 COPY_FIPR_SSF Instance method Private Method Copy fingerprints 20131009
13 COPY_FORM Instance method Private Method Copy Forms 20131009
14 COPY_HLX Instance method Private Method Copy HR long texts 20131009
15 COPY_LONG_GEN Instance method Private Method Copy generic long texts 20120723
16 COPY_PDF Instance method Private Method Copy PDF texts 20131009
17 COPY_SE61 Instance method Private Method Copy SE61 long texts 20110906
18 COPY_SHORT Instance method Private Method Copy short texts 20110906
19 COPY_SSF Instance method Private Method Copy Smart Form texts 20131009
20 COPY_STYL Instance method Private Method Copy Styles 20131009
21 COPY_TEXT Instance method Private Method Copy R3TR TEXT texts 20131009
22 COPY_TTX Instance method Private Method Copy TTX files 20110914
23 COPY_WFLW Instance method Private Method Copy Workflow texts 20131009
24 CREATE_PP_ABBREVIATION Instance method Private Method Create abbreviation 20110909
25 CREATE_PP_EXCEPTION Instance method Private Method Create exception 20110909
26 CREATE_PP_STANDARD Instance method Private Method Create standard 20110909
27 CREATE_PROPOSAL Instance method Private Method Create proposal 20110909
28 DO_COPY Static method Public Method Remote copy 20110912
29 DO_COPY_WL Static method Public Method Remote copy only for translation worklists 20110905
30 GET_EXT_CLASS Static method Private Method Get external class for object type 20120723
31 IS_BINARY Static method Private Method Check if object is binary 20120723
32 READ_SE61 Instance method Private Method Read SE61 long texts 20110912
33 WRITE_LOG Instance method Private Method Write log 20110914
Events
Class CL_LXE_RFC_COPY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_PP_COPY_CNT Public See coding 20110912 BEGIN OF t_pp_copy_cnt, exist TYPE i, system TYPE i, domain TYPE i, exception TYPE i, END OF t_pp_copy_cnt
Method Signatures

Method CALCULATE_FIPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FIPR Call by reference Type reference (TYPE) LXE_FIPR Check Sum 20111018
# Exception Resumable Description Created on
1 CX_LXE_OBJECT Translation Object 20111018

Method CHECK_FUNCTION_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FUNCTION Call by reference Type reference (TYPE) FUNCNAME Function Name 20120725
2 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120725
3 Returning R_OK Value transfer Type reference (TYPE) LXEBOOL Boolean 20120725
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20120725

Method CHECK_OBJTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20120126
2 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120126
3 Returning R_OK Value transfer Type reference (TYPE) LXEBOOL Boolean 20120126
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20120126

Method CHECK_OBJTYPE_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20110906
2 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110906
3 Returning R_OK Value transfer Type reference (TYPE) LXEBOOL Boolean 20110907
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20110906

Method CHECK_OBJTYPE_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20120723
2 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120725
3 Returning R_OK Value transfer Type reference (TYPE) LXEBOOL Boolean 20120723
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20120725

Method CHECK_RFC_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110907
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20110907

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMANAM Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20110906
2 Importing I_DOMATYP Call by reference Type reference (TYPE) LXEDOMATYP Domain Type 20110906
3 Importing I_OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME Name of Translation Object 20110905
4 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20110905
5 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110906
6 Importing I_SLANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20110906
7 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20110906
8 Importing I_TRL_AREA Call by reference Type reference (TYPE) LXECUSTMNR Translation Area 20110905

Method CONSTRUCTOR on class CL_LXE_RFC_COPY has no exception.

Method COPY_DSV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
3 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_FIPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIPR_SOURCE Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20110914
2 Importing I_FIPR_TARGET Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20110914
3 Returning R_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110915
# Exception Resumable Description Created on
1 CX_LXE_OBJECT Translation Object 20111018
2 CX_LXE_RFC_COPY Remote Copy 20110920

Method COPY_FIPR_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIPR_SOURCE Call by reference Type reference (TYPE) LXETEXTKEY 20131009
2 Importing I_FIPR_TARGET Call by reference Type reference (TYPE) LXETEXTKEY 20131009
3 Returning R_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_FIPR_PDF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIPR_SOURCE Call by reference Type reference (TYPE) LXETEXTKEY 20131009
2 Importing I_FIPR_TARGET Call by reference Type reference (TYPE) LXETEXTKEY 20131009
3 Returning R_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_FIPR_SSF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIPR_SOURCE Call by reference Type reference (TYPE) LXETEXTKEY 20131009
2 Importing I_FIPR_TARGET Call by reference Type reference (TYPE) LXETEXTKEY 20131009
3 Returning R_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_HLX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
3 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_LONG_GEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20120723
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL Natural number 20120723
3 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20120723
# Exception Resumable Description Created on
1 CX_LXE_OBJECT Translation Object 20120723
2 CX_LXE_RFC_COPY Remote Copy 20120723

Method COPY_PDF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
3 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_SE61 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110915
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL Natural number 20110915
3 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110915
# Exception Resumable Description Created on
1 CX_LXE_OBJECT Translation Object 20110912
2 CX_LXE_RFC_COPY Remote Copy 20110906

Method COPY_SHORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SHORT_TEXTS Call by reference Type reference (TYPE) LXE_TT_PCX_S1 Short texts - table type 20110906
2 Exporting ES_PP_COUNTERS Value transfer Type reference (TYPE) T_PP_COPY_CNT 20110912
3 Exporting E_LINES_COPIED Value transfer Type reference (TYPE) INT4 Natural number 20110906
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20110906

Method COPY_SSF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_STYL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
3 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method COPY_TTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110915
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20110920

Method COPY_WFLW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
2 Exporting E_TEXT_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
3 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL 20131009
# Exception Resumable Description Created on
1 CX_LXE_OBJECT 20131009
2 CX_LXE_RFC_COPY 20131009

Method CREATE_PP_ABBREVIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATEXT Call by reference Type reference (TYPE) LXEUNITLIN Translation Unit for Short Text (Line) 20110909
2 Importing I_DOMANAM Call by reference Type reference (TYPE) LXEDOMANAM SPACE Domain Name 20110909
3 Importing I_FTEXT Call by reference Type reference (TYPE) LXEUNITLIN Translation Unit for Short Text (Line) 20110909
4 Importing I_F_DATE Call by reference Type reference (TYPE) DATUM Date 20110909
5 Importing I_F_NAME Call by reference Type reference (TYPE) UNAME User Name 20110909
6 Importing I_L_DATE Call by reference Type reference (TYPE) DATUM Date 20110909
7 Importing I_L_NAME Call by reference Type reference (TYPE) UNAME User Name 20110909
8 Importing I_STATUS Call by reference Type reference (TYPE) LXEPP_STAT Default Status 20110909
9 Returning R_EXISTS Value transfer Type reference (TYPE) LXEBOOL Boolean 20110909
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20110909

Method CREATE_PP_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_F_DATE Call by reference Type reference (TYPE) DATUM 20110909
2 Importing I_F_NAME Call by reference Type reference (TYPE) UNAME 20110909
3 Importing I_L_DATE Call by reference Type reference (TYPE) DATUM 20110909
4 Importing I_L_NAME Call by reference Type reference (TYPE) UNAME 20110909
5 Importing I_STEXT Call by reference Type reference (TYPE) LXEUNITLIN Translation Unit for Short Text (Line) 20110909
6 Importing I_TTEXT Call by reference Type reference (TYPE) LXEUNITLIN Translation Unit for Short Text (Line) 20110909
7 Returning R_EXISTS Value transfer Type reference (TYPE) LXEBOOL Boolean 20110909
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20110909

Method CREATE_PP_STANDARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMANAM Call by reference Type reference (TYPE) LXEDOMANAM SPACE Domain Name 20110909
2 Importing I_F_DATE Call by reference Type reference (TYPE) DATUM Date 20110909
3 Importing I_F_NAME Call by reference Type reference (TYPE) UNAME User Name 20110909
4 Importing I_L_DATE Call by reference Type reference (TYPE) DATUM Date 20110909
5 Importing I_L_NAME Call by reference Type reference (TYPE) UNAME User Name 20110909
6 Importing I_STATUS Call by reference Type reference (TYPE) LXEPP_STAT Default Status 20110909
7 Importing I_STEXT Call by reference Type reference (TYPE) LXEUNITLIN Translation Unit for Short Text (Line) 20110909
8 Importing I_TTEXT Call by reference Type reference (TYPE) LXEUNITLIN Translation Unit for Short Text (Line) 20110909
9 Returning R_EXISTS Value transfer Type reference (TYPE) LXEBOOL Boolean 20110909
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20110909

Method CREATE_PROPOSAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PP Call by reference Type reference (TYPE) LXE_RFC_PP RFC structure 20110909
2 Importing IS_PP_FOR_ABBR Call by reference Type reference (TYPE) LXE_RFC_PP_TEXT RFC structure 20110909
3 Importing I_STEXT Call by reference Type reference (TYPE) LXEUNITLIN Translation Unit for Short Text (Line) 20110909
4 Importing I_TTEXT Call by reference Type reference (TYPE) LXEUNITLIN Translation Unit for Short Text (Line) 20110909
5 Returning R_EXISTS Value transfer Type reference (TYPE) LXEBOOL Boolean 20110909
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20110909

Method DO_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PP_COUNTERS Value transfer Type reference (TYPE) T_PP_COPY_CNT 20110912
2 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110915
3 Exporting E_LINES_COPIED Value transfer Type reference (TYPE) INT4 Natural number 20110912
4 Exporting E_OBJECT_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110912
5 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110915
6 Importing I_OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME Name of Translation Object 20110912
7 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20110912
8 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110912
9 Importing I_SLANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20110912
10 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20110912
11 Importing I_TRL_AREA Call by reference Type reference (TYPE) LXECUSTMNR Translation Area 20110912
# Exception Resumable Description Created on
1 CX_LXE_OBJECT Translation Object 20110912
2 CX_LXE_RFC_COPY Remote Copy 20110912

Method DO_COPY_WL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SHORT_TEXTS Call by reference Type reference (TYPE) LXE_TT_PCX_S1 Short texts - table type 20110906
2 Exporting ES_PP_COUNTERS Value transfer Type reference (TYPE) T_PP_COPY_CNT 20110912
3 Exporting E_FIPR_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110915
4 Exporting E_LINES_COPIED Value transfer Type reference (TYPE) INT4 Natural number 20110906
5 Exporting E_OBJECT_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110906
6 Exporting E_TTX_COPIED Value transfer Type reference (TYPE) LXEBOOL Boolean 20110915
7 Importing I_DOMANAM Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20110906
8 Importing I_DOMATYP Call by reference Type reference (TYPE) LXEDOMATYP Domain Type 20110906
9 Importing I_OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME Name of Translation Object 20110905
10 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20110905
11 Importing I_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110906
12 Importing I_SLANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20110906
13 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20110906
14 Importing I_TRL_AREA Call by reference Type reference (TYPE) LXECUSTMNR Translation Area 20110905
15 Importing I_TYPEATT Call by reference Type reference (TYPE) LXETYPEATT Type Attribute 20110905
# Exception Resumable Description Created on
1 CX_LXE_OBJECT Translation Object 20110912
2 CX_LXE_RFC_COPY Remote Copy 20110906

Method GET_EXT_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20120723
2 Returning R_EXT_CLASS Value transfer Type reference (TYPE) SEOCLNAME Class Name 20120723
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20120723

Method IS_BINARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20120723
2 Returning R_IS_BINARY Value transfer Type reference (TYPE) LXEBOOL Binary Type 20120723
# Exception Resumable Description Created on
1 CX_LXE_RFC_COPY Remote Copy 20120723

Method READ_SE61 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Call by reference Type reference (TYPE) THEAD Natural number 20110912
2 Exporting ET_ITF_SRC Call by reference Type reference (TYPE) LXE_TLINE Text 20110912

Method READ_SE61 on class CL_LXE_RFC_COPY has no exception.

Method WRITE_LOG Signature

Method WRITE_LOG on class CL_LXE_RFC_COPY has no parameter.
Method WRITE_LOG on class CL_LXE_RFC_COPY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732