Hierarchy
⤷
⤷
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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | Instance attribute | Private | Type reference (TYPE) | TT_COLOB | Object Lists | 20101111 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_COLOB | Object Lists | 20101111 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LXESTRING | Directory | 20101015 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Directory type | 20101015 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_LXE_TEXTEXT_EXCEL_DOI_PUT | Excel document | 20110308 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Boolean | 20101110 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | LXEEXPID | Export ID | 20101015 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Export proposals | 20101015 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | INT4 | Lines per file | 20101015 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | LXEOBJLIST | Object list number | 20101015 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Skip modified lines | 20101015 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Skip modified objects | 20101015 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Skip translated lines | 20101015 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Skip translated objects | 20101015 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | LXEISOLANG | Source language | 20101015 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | LXE_TT_LXEISOLANG | Target languages | 20101015 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Boolean | 20101110 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Boolean | 20101110 |
Methods
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 | I_DIRECTORY | Call by reference | Type reference (TYPE) | LXESTRING | Directory | 20101015 | |||
| 2 | I_DIR_BACKEND | Call by reference | Type reference (TYPE) | LXEBOOL | Directory type | 20101015 | |||
| 3 | I_EXCEL | Call by reference | Type reference (TYPE) | LXEBOOL | Excel | 20101110 | |||
| 4 | I_EXPID | Call by reference | Type reference (TYPE) | LXEEXPID | Export ID | 20101015 | |||
| 5 | I_EXP_PP | Call by reference | Type reference (TYPE) | LXEBOOL | Export proposals | 20101015 | |||
| 6 | I_LINES_PER_FILE | Call by reference | Type reference (TYPE) | INT4 | Lines per file | 20101015 | |||
| 7 | I_OBJLIST | Call by reference | Type reference (TYPE) | LXEOBJLIST | Object list number | 20101015 | |||
| 8 | I_SKIP_MOD_LINES | Call by reference | Type reference (TYPE) | LXEBOOL | Skip modified lines | 20101015 | |||
| 9 | I_SKIP_MOD_OBJECTS | Call by reference | Type reference (TYPE) | LXEBOOL | Skip modified objects | 20101015 | |||
| 10 | I_SKIP_TRL_LINES | Call by reference | Type reference (TYPE) | LXEBOOL | Skip translated lines | 20101015 | |||
| 11 | I_SKIP_TRL_OBJECTS | Call by reference | Type reference (TYPE) | LXEBOOL | Skip translated objects | 20101015 | |||
| 12 | I_SLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | Source language | 20101015 | |||
| 13 | I_TLANGS | Call by reference | Type reference (TYPE) | LXE_TT_LXEISOLANG | Target languages | 20101015 | |||
| 14 | I_XLF_PDF | Call by reference | Type reference (TYPE) | LXEBOOL | 20101110 | ||||
| 15 | 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 | E_S_XMLLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101117 | |||
| 2 | E_T_XMLLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101117 | |||
| 3 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101117 |
Method CREATE_FILE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FILENAME | Call by reference | Type reference (TYPE) | LXEEXPFILENAME | Text | 20101015 | |||
| 2 | I_CATEGORY | Call by reference | Type reference (TYPE) | LXEFLAG | Indicator | 20101015 | |||
| 3 | I_EXTENSION | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101015 | |||
| 4 | I_FILE_SUFFIX | Call by reference | Type reference (TYPE) | LXESTRING | Name of Translation Object | 20101015 | |||
| 5 | 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 | E_FILENAME | Call by reference | Type reference (TYPE) | LXEEXPFILENAME | File Name | 20101015 | |||
| 2 | E_PATH | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101015 | |||
| 3 | I_CATEGORY | Call by reference | Type reference (TYPE) | LXEFLAG | Indicator | 20101015 | |||
| 4 | I_EXTENSION | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101015 | |||
| 5 | I_FILE_SUFFIX | Call by reference | Type reference (TYPE) | LXESTRING | Name of Translation Object | 20101015 | |||
| 6 | I_T_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101015 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101015 |
Method CREATE_OBJECT_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUSTMNR | Call by reference | Type reference (TYPE) | LXECUSTMNR | Translation Area | 20101015 | |||
| 2 | I_OBJNAME | Call by reference | Type reference (TYPE) | LXEOBJNAME | Name of Translation Object | 20101015 | |||
| 3 | I_OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | Type of Translation Object | 20101015 | |||
| 4 | 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 | 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 | 20101015 |
Method EXPORT_EXCEL Signature
Method EXPORT_EXCEL on class CL_LXE_TEXTEXT_EXPORT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101015 |
Method EXPORT_EXCEL_LANG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 20101015 |
Method EXPORT_XLIFF_PDF_LANG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101110 |
Method EXPORT_XLIFF_PDF_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PDF | Call by reference | Type reference (TYPE) | LXE_XSTRING_FULL | Full text information (short texts) | 20101109 | |||
| 2 | I_S_XMLLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101109 | |||
| 3 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101109 | |||
| 4 | I_T_XMLLANG | Call by reference | Type reference (TYPE) | LXESTRING | ISO Language ID | 20101109 | |||
| 5 | R_FILE_CREATED | Value transfer | Type reference (TYPE) | I | 20101109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 20101015 |
Method EXPORT_XLIFF_SHORT_LANG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101110 |
Method PREPARE_PDF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJECTS_XSTRING | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_XSTRING_FULL | Full text information (xstring) | 20101015 | |||
| 2 | I_T_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101015 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions | 20101109 |
Method PREPARE_SHORT_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJECTS | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL | Full text information (short texts) | 20101015 | |||
| 2 | I_T_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101015 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101015 |
Method PREPARE_SHORT_TEXTS_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_OBJECT | Call by reference | Type reference (TYPE) | LXE_OBJECT_FULL | Full text information (short texts) | 20101109 | |||
| 2 | I_T_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101109 |
Method READ_OBJLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FOUND | Value transfer | Type reference (TYPE) | LXEBOOL | Boolean | 20101111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions | 20101111 |
Method SELECT_PDF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJECTS_XSTRING | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_XSTRING_FULL | Full text information (xstring) | 20101015 | |||
| 2 | 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 | ET_OBJECTS | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL | Full text information (short texts) | 20101015 | |||
| 2 | I_T_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101015 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101015 |
Method TRANSFORM_PDF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DOMAIN | Call by reference | Type reference (TYPE) | LXEDOMANAM | Domain Name | 20101109 | |||
| 2 | I_FIPR | Call by reference | Type reference (TYPE) | LXETEXTKEY | Text Key | 20101109 | |||
| 3 | I_PATH | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101109 | |||
| 4 | I_PDF_SOURCE | Call by reference | Type reference (TYPE) | LXEXSTRING | String | 20101109 | |||
| 5 | I_PDF_TARGET | Call by reference | Type reference (TYPE) | LXEXSTRING | Text | 20101109 | |||
| 6 | I_S_JLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101109 | |||
| 7 | I_T_JLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101109 | |||
| 8 | R_RESULT | Value transfer | Type reference (TYPE) | LXEXSTRING | String | 20101109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101109 |
Method WRITE_EXCEL_DOI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECTS | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL | Full text information (short texts) | 20110228 | |||
| 2 | I_FILE_SUFFIX | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20110228 | |||
| 3 | I_T_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20110228 | |||
| 4 | R_FILENAME | Value transfer | Type reference (TYPE) | LXEEXPFILENAME | File Name | 20110228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110228 |
Method WRITE_EXCEL_SHORT_MULTIPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECTS | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL | Full text information (short texts) | 20101110 | |||
| 2 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101110 | |||
| 3 | R_FILES_CREATED | Value transfer | Type reference (TYPE) | I | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101110 |
Method WRITE_EXCEL_SHORT_SIMPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILE_CNT | Call by reference | Type reference (TYPE) | LXENUMC5 | Number | 20101119 | |||
| 2 | I_OBJECTS | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL | Full text information (short texts) | 20101110 | |||
| 3 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101110 |
Method WRITE_LANG_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILES_CNT | Call by reference | Type reference (TYPE) | INT4 | Numer of files | 20101110 | |||
| 2 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions | 20101110 |
Method WRITE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EVENT_ID | Call by reference | Type reference (TYPE) | LXENUMC3 | Number | 20101110 | |||
| 2 | I_OBJNAME | Call by reference | Type reference (TYPE) | LXEOBJNAME | SPACE | 20101110 | |||
| 3 | I_OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | SPACE | 20101110 | |||
| 4 | I_PARAM | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20110407 | |||
| 5 | I_SEVERITY | Call by reference | Type reference (TYPE) | LXEEXPSTAT | 20101110 | ||||
| 6 | I_SRC_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | SPACE | 20101110 | |||
| 7 | I_TGT_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | SPACE | 20101110 | |||
| 8 | I_TRL_AREA | Call by reference | Type reference (TYPE) | LXECUSTMNR | SPACE | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions | 20101110 |
Method WRITE_OBJ_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILENAME | Call by reference | Type reference (TYPE) | LXEEXPFILENAME | Text | 20101110 | |||
| 2 | I_OBJNAME | Call by reference | Type reference (TYPE) | LXEOBJNAME | 20101110 | ||||
| 3 | I_OBJTYPE | Call by reference | Type reference (TYPE) | LXEOBJTYPE | 20101110 | ||||
| 4 | I_STATTRN | Call by reference | Type reference (TYPE) | LXESTATTRN | Translation Status | 20101110 | |||
| 5 | I_STATUS | Call by reference | Type reference (TYPE) | LXEEXPSTAT | Status | 20101110 | |||
| 6 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20101110 | ||||
| 7 | I_TRL_AREA | Call by reference | Type reference (TYPE) | LXECUSTMNR | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions | 20101110 |
Method WRITE_XLF_TO_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILEPATH | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101015 | |||
| 2 | I_XML | Call by reference | Type reference (TYPE) | LXEXSTRING | String | 20101015 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101015 |
Method WRITE_XLF_TO_FILE_BE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILEPATH | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20110208 | |||
| 2 | I_XML | Call by reference | Type reference (TYPE) | LXEXSTRING | String | 20110208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110208 |
Method WRITE_XLF_TO_FILE_FE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILEPATH | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20110208 | |||
| 2 | I_XML | Call by reference | Type reference (TYPE) | LXEXSTRING | String | 20110208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110208 |
Method WRITE_XLIFF_SHORT_MULTIPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECTS | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL | Full text information (short texts) | 20101109 | |||
| 2 | I_S_XMLLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101109 | |||
| 3 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101109 | |||
| 4 | I_T_XMLLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101109 | |||
| 5 | R_FILES_CREATED | Value transfer | Type reference (TYPE) | I | 20101109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101109 |
Method WRITE_XLIFF_SHORT_SIMPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILE_CNT | Call by reference | Type reference (TYPE) | LXENUMC5 | Number | 20101119 | |||
| 2 | I_OBJECTS | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_LXE_OBJECT_FULL | Full text information (short texts) | 20101109 | |||
| 3 | I_S_XMLLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101109 | |||
| 4 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20101109 | |||
| 5 | I_T_XMLLANG | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20101109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101109 |
Method XSTRING_TO_XTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TABLE | Call by reference | Type reference (TYPE) | CL_LXE_TEXTEXT_AUX=>TT_DATA | Text | 20101015 | |||
| 2 | I_LENGTH | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20101015 | |||
| 3 | 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 |