SAP ABAP Class CL_LXE_TEXTEXT_EXPORT (Object export)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_EX (Package) Externalization of ABAP texts
Properties
Class CL_LXE_TEXTEXT_EXPORT  
Short Description Object export    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_EX   Externalization of ABAP texts 
Created 20101015   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_LXE_TEXTEXT_AUX Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 OLE2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_LXE_TEXTEXT_EXPORT has no interface implemented.
Friends
Class CL_LXE_TEXTEXT_EXPORT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLOB_PDF Instance attribute Private Type reference (TYPE) TT_COLOB Object Lists 20101111
2 COLOB_ST Instance attribute Private Type reference (TYPE) TT_COLOB Object Lists 20101111
3 DIRECTORY Instance attribute Private Type reference (TYPE) LXESTRING Directory 20101015
4 DIR_BACKEND Instance attribute Private Type reference (TYPE) LXEBOOL Directory type 20101015
5 EXCEL_DOC Instance attribute Private Object reference (TYPE REF TO) CL_LXE_TEXTEXT_EXCEL_DOI_PUT Excel document 20110308
6 EXCEL_SHORT Instance attribute Private Type reference (TYPE) LXEBOOL Boolean 20101110
7 EXPID Instance attribute Private Type reference (TYPE) LXEEXPID Export ID 20101015
8 EXPORT_PP Instance attribute Private Type reference (TYPE) LXEBOOL Export proposals 20101015
9 LINES_PER_FILE Instance attribute Private Type reference (TYPE) INT4 Lines per file 20101015
10 OBJLIST Instance attribute Private Type reference (TYPE) LXEOBJLIST Object list number 20101015
11 SKIP_MOD_LINES Instance attribute Private Type reference (TYPE) LXEBOOL Skip modified lines 20101015
12 SKIP_MOD_OBJECTS Instance attribute Private Type reference (TYPE) LXEBOOL Skip modified objects 20101015
13 SKIP_TRL_LINES Instance attribute Private Type reference (TYPE) LXEBOOL Skip translated lines 20101015
14 SKIP_TRL_OBJECTS Instance attribute Private Type reference (TYPE) LXEBOOL Skip translated objects 20101015
15 SRC_LANG Instance attribute Private Type reference (TYPE) LXEISOLANG Source language 20101015
16 TGT_LANGS Instance attribute Private Type reference (TYPE) LXE_TT_LXEISOLANG Target languages 20101015
17 XLF_PDF Instance attribute Private Type reference (TYPE) LXEBOOL Boolean 20101110
18 XLF_SHORT Instance attribute Private Type reference (TYPE) LXEBOOL Boolean 20101110
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101015
2 CONVERT_LANGS_TO_XML Instance method Private Method 20101117
3 CREATE_FILE_NAME Instance method Private Method 20101015
4 CREATE_FILE_PATH Instance method Private Method 20101015
5 CREATE_OBJECT_PATH Instance method Private Method 20101015
6 CREATE_XLIFF_DATE Instance method Private Method 20101015
7 EXPORT Instance method Public Method 20101015
8 EXPORT_EXCEL Instance method Private Method 20101015
9 EXPORT_EXCEL_LANG Instance method Private Method 20101110
10 EXPORT_XLIFF_PDF Instance method Private Method 20101015
11 EXPORT_XLIFF_PDF_LANG Instance method Private Method 20101110
12 EXPORT_XLIFF_PDF_OBJECT Instance method Private Method 20101109
13 EXPORT_XLIFF_SHORT Instance method Private Method 20101015
14 EXPORT_XLIFF_SHORT_LANG Instance method Private Method 20101110
15 PREPARE_PDF Instance method Private Method 20101015
16 PREPARE_SHORT_TEXTS Instance method Private Method 20101015
17 PREPARE_SHORT_TEXTS_LINES Instance method Private Method 20101109
18 READ_OBJLIST Instance method Private Method 20101111
19 SELECT_PDF Instance method Private Method 20101015
20 SELECT_SHORT Instance method Private Method 20101015
21 TRANSFORM_PDF Instance method Private Method 20101109
22 WRITE_EXCEL_DOI Instance method Private Method 20110228
23 WRITE_EXCEL_SHORT_MULTIPLE Instance method Private Method 20101110
24 WRITE_EXCEL_SHORT_SIMPLE Instance method Private Method 20101110
25 WRITE_LANG_HEADER Instance method Private Method 20101110
26 WRITE_LOG Instance method Private Method 20101110
27 WRITE_OBJ_HEADER Instance method Private Method 20101110
28 WRITE_XLF_TO_FILE Instance method Private Method 20101015
29 WRITE_XLF_TO_FILE_BE Instance method Private Method 20110208
30 WRITE_XLF_TO_FILE_FE Instance method Private Method 20110208
31 WRITE_XLIFF_SHORT_MULTIPLE Instance method Private Method 20101109
32 WRITE_XLIFF_SHORT_SIMPLE Instance method Private Method 20101109
33 XSTRING_TO_XTABLE Instance method Private Method 20101015
Events
Class CL_LXE_TEXTEXT_EXPORT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_COLOB Private See coding Object Lists 20101111 tt_colob TYPE SORTED TABLE OF t_colob WITH UNIQUE KEY custmnr objtype objname
2 T_COLOB Private See coding Object Lists 20101111 BEGIN OF t_colob, custmnr TYPE lxecustmnr, objtype TYPE lxeobjtype, objname TYPE lxeobjname, orig_lang TYPE lxeisolang, collnam TYPE lxecollnam, domanam TYPE lxedomanam, END OF t_colob
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DIRECTORY Call by reference Type reference (TYPE) LXESTRING Directory 20101015
2 Importing I_DIR_BACKEND Call by reference Type reference (TYPE) LXEBOOL Directory type 20101015
3 Importing I_EXCEL Call by reference Type reference (TYPE) LXEBOOL Excel 20101110
4 Importing I_EXPID Call by reference Type reference (TYPE) LXEEXPID Export ID 20101015
5 Importing I_EXP_PP Call by reference Type reference (TYPE) LXEBOOL Export proposals 20101015
6 Importing I_LINES_PER_FILE Call by reference Type reference (TYPE) INT4 Lines per file 20101015
7 Importing I_OBJLIST Call by reference Type reference (TYPE) LXEOBJLIST Object list number 20101015
8 Importing I_SKIP_MOD_LINES Call by reference Type reference (TYPE) LXEBOOL Skip modified lines 20101015
9 Importing I_SKIP_MOD_OBJECTS Call by reference Type reference (TYPE) LXEBOOL Skip modified objects 20101015
10 Importing I_SKIP_TRL_LINES Call by reference Type reference (TYPE) LXEBOOL Skip translated lines 20101015
11 Importing I_SKIP_TRL_OBJECTS Call by reference Type reference (TYPE) LXEBOOL Skip translated objects 20101015
12 Importing I_SLANG Call by reference Type reference (TYPE) LXEISOLANG Source language 20101015
13 Importing I_TLANGS Call by reference Type reference (TYPE) LXE_TT_LXEISOLANG Target languages 20101015
14 Importing I_XLF_PDF Call by reference Type reference (TYPE) LXEBOOL PDF 20101110
15 Importing I_XLF_SHORT Call by reference Type reference (TYPE) LXEBOOL Short texts 20101110

Method CONSTRUCTOR on class CL_LXE_TEXTEXT_EXPORT has no exception.

Method CONVERT_LANGS_TO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_XMLLANG Call by reference Type reference (TYPE) LXESTRING Text 20101117
2 Exporting E_T_XMLLANG Call by reference Type reference (TYPE) LXESTRING Text 20101117
3 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101117
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101117

Method CREATE_FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FILENAME Call by reference Type reference (TYPE) LXEEXPFILENAME Text 20101015
2 Importing I_CATEGORY Call by reference Type reference (TYPE) LXEFLAG Indicator 20101015
3 Importing I_EXTENSION Call by reference Type reference (TYPE) LXESTRING Text 20101015
4 Importing I_FILE_SUFFIX Call by reference Type reference (TYPE) LXESTRING Name of Translation Object 20101015
5 Importing I_T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101015

Method CREATE_FILE_NAME on class CL_LXE_TEXTEXT_EXPORT has no exception.

Method CREATE_FILE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FILENAME Call by reference Type reference (TYPE) LXEEXPFILENAME File Name 20101015
2 Exporting E_PATH Call by reference Type reference (TYPE) LXESTRING Text 20101015
3 Importing I_CATEGORY Call by reference Type reference (TYPE) LXEFLAG Indicator 20101015
4 Importing I_EXTENSION Call by reference Type reference (TYPE) LXESTRING Text 20101015
5 Importing I_FILE_SUFFIX Call by reference Type reference (TYPE) LXESTRING Name of Translation Object 20101015
6 Importing I_T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101015
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101015

Method CREATE_OBJECT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUSTMNR Call by reference Type reference (TYPE) LXECUSTMNR Translation Area 20101015
2 Importing I_OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME Name of Translation Object 20101015
3 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20101015
4 Returning R_OBJECT_PATH Value transfer Type reference (TYPE) LXESTRING Text 20101015

Method CREATE_OBJECT_PATH on class CL_LXE_TEXTEXT_EXPORT has no exception.

Method CREATE_XLIFF_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TSTAMP_STRING Value transfer Type reference (TYPE) LXESTRING UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20101015

Method CREATE_XLIFF_DATE on class CL_LXE_TEXTEXT_EXPORT has no exception.

Method EXPORT Signature

Method EXPORT on class CL_LXE_TEXTEXT_EXPORT has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101015

Method EXPORT_EXCEL Signature

Method EXPORT_EXCEL on class CL_LXE_TEXTEXT_EXPORT has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101015

Method EXPORT_EXCEL_LANG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101110
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101110

Method EXPORT_XLIFF_PDF Signature

Method EXPORT_XLIFF_PDF on class CL_LXE_TEXTEXT_EXPORT has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101015

Method EXPORT_XLIFF_PDF_LANG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101110
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101110

Method EXPORT_XLIFF_PDF_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PDF Call by reference Type reference (TYPE) LXE_XSTRING_FULL Full text information (short texts) 20101109
2 Importing I_S_XMLLANG Call by reference Type reference (TYPE) LXESTRING Text 20101109
3 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101109
4 Importing I_T_XMLLANG Call by reference Type reference (TYPE) LXESTRING ISO Language ID 20101109
5 Returning R_FILE_CREATED Value transfer Type reference (TYPE) I 20101109
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101109

Method EXPORT_XLIFF_SHORT Signature

Method EXPORT_XLIFF_SHORT on class CL_LXE_TEXTEXT_EXPORT has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101015

Method EXPORT_XLIFF_SHORT_LANG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101110
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101110

Method PREPARE_PDF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECTS_XSTRING Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_XSTRING_FULL Full text information (xstring) 20101015
2 Importing I_T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101015
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT Exceptions 20101109

Method PREPARE_SHORT_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECTS Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL Full text information (short texts) 20101015
2 Importing I_T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101015
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101015

Method PREPARE_SHORT_TEXTS_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_OBJECT Call by reference Type reference (TYPE) LXE_OBJECT_FULL Full text information (short texts) 20101109
2 Importing I_T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101109
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101109

Method READ_OBJLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FOUND Value transfer Type reference (TYPE) LXEBOOL Boolean 20101111
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT Exceptions 20101111

Method SELECT_PDF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTS_XSTRING Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_XSTRING_FULL Full text information (xstring) 20101015
2 Importing I_T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101015

Method SELECT_PDF on class CL_LXE_TEXTEXT_EXPORT has no exception.

Method SELECT_SHORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTS Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL Full text information (short texts) 20101015
2 Importing I_T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101015
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101015

Method TRANSFORM_PDF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMAIN Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20101109
2 Importing I_FIPR Call by reference Type reference (TYPE) LXETEXTKEY Text Key 20101109
3 Importing I_PATH Call by reference Type reference (TYPE) LXESTRING Text 20101109
4 Importing I_PDF_SOURCE Call by reference Type reference (TYPE) LXEXSTRING String 20101109
5 Importing I_PDF_TARGET Call by reference Type reference (TYPE) LXEXSTRING Text 20101109
6 Importing I_S_JLANG Call by reference Type reference (TYPE) LXESTRING Text 20101109
7 Importing I_T_JLANG Call by reference Type reference (TYPE) LXESTRING Text 20101109
8 Returning R_RESULT Value transfer Type reference (TYPE) LXEXSTRING String 20101109
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101109

Method WRITE_EXCEL_DOI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECTS Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL Full text information (short texts) 20110228
2 Importing I_FILE_SUFFIX Call by reference Type reference (TYPE) LXESTRING Text 20110228
3 Importing I_T_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20110228
4 Returning R_FILENAME Value transfer Type reference (TYPE) LXEEXPFILENAME File Name 20110228
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20110228

Method WRITE_EXCEL_SHORT_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECTS Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL Full text information (short texts) 20101110
2 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101110
3 Returning R_FILES_CREATED Value transfer Type reference (TYPE) I 20101110
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101110

Method WRITE_EXCEL_SHORT_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILE_CNT Call by reference Type reference (TYPE) LXENUMC5 Number 20101119
2 Importing I_OBJECTS Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL Full text information (short texts) 20101110
3 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101110
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101110

Method WRITE_LANG_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILES_CNT Call by reference Type reference (TYPE) INT4 Numer of files 20101110
2 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG 20101110
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT Exceptions 20101110

Method WRITE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EVENT_ID Call by reference Type reference (TYPE) LXENUMC3 Number 20101110
2 Importing I_OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME SPACE 20101110
3 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE SPACE 20101110
4 Importing I_PARAM Call by reference Type reference (TYPE) LXESTRING Text 20110407
5 Importing I_SEVERITY Call by reference Type reference (TYPE) LXEEXPSTAT 20101110
6 Importing I_SRC_LANG Call by reference Type reference (TYPE) LXEISOLANG SPACE 20101110
7 Importing I_TGT_LANG Call by reference Type reference (TYPE) LXEISOLANG SPACE 20101110
8 Importing I_TRL_AREA Call by reference Type reference (TYPE) LXECUSTMNR SPACE 20101110
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT Exceptions 20101110

Method WRITE_OBJ_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILENAME Call by reference Type reference (TYPE) LXEEXPFILENAME Text 20101110
2 Importing I_OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME 20101110
3 Importing I_OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE 20101110
4 Importing I_STATTRN Call by reference Type reference (TYPE) LXESTATTRN Translation Status 20101110
5 Importing I_STATUS Call by reference Type reference (TYPE) LXEEXPSTAT Status 20101110
6 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG 20101110
7 Importing I_TRL_AREA Call by reference Type reference (TYPE) LXECUSTMNR 20101110
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT Exceptions 20101110

Method WRITE_XLF_TO_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILEPATH Call by reference Type reference (TYPE) LXESTRING Text 20101015
2 Importing I_XML Call by reference Type reference (TYPE) LXEXSTRING String 20101015
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101015

Method WRITE_XLF_TO_FILE_BE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILEPATH Call by reference Type reference (TYPE) LXESTRING Text 20110208
2 Importing I_XML Call by reference Type reference (TYPE) LXEXSTRING String 20110208
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20110208

Method WRITE_XLF_TO_FILE_FE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILEPATH Call by reference Type reference (TYPE) LXESTRING Text 20110208
2 Importing I_XML Call by reference Type reference (TYPE) LXEXSTRING String 20110208
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20110208

Method WRITE_XLIFF_SHORT_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECTS Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL Full text information (short texts) 20101109
2 Importing I_S_XMLLANG Call by reference Type reference (TYPE) LXESTRING Text 20101109
3 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101109
4 Importing I_T_XMLLANG Call by reference Type reference (TYPE) LXESTRING Text 20101109
5 Returning R_FILES_CREATED Value transfer Type reference (TYPE) I 20101109
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101109

Method WRITE_XLIFF_SHORT_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILE_CNT Call by reference Type reference (TYPE) LXENUMC5 Number 20101119
2 Importing I_OBJECTS Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL Full text information (short texts) 20101109
3 Importing I_S_XMLLANG Call by reference Type reference (TYPE) LXESTRING Text 20101109
4 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20101109
5 Importing I_T_XMLLANG Call by reference Type reference (TYPE) LXESTRING Text 20101109
# Exception Resumable Description Created on
1 CX_LXE_TEXTEXT 20101109

Method XSTRING_TO_XTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TABLE Call by reference Type reference (TYPE) CL_LXE_TEXTEXT_AUX=>TT_DATA Text 20101015
2 Importing I_LENGTH Call by reference Type reference (TYPE) INT4 Natural number 20101015
3 Importing I_XML Call by reference Type reference (TYPE) LXEXSTRING String 20101015

Method XSTRING_TO_XTABLE on class CL_LXE_TEXTEXT_EXPORT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731