SAP ABAP Class CL_RSWAD_CONVERT (Konvertierungsbausteine)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRT_DESIGNTIME (Package) Design Time for Report Monitor (3.x Web Objects)
Properties
Class CL_RSWAD_CONVERT  
Short Description Konvertierungsbausteine    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRT_DESIGNTIME   Design Time for Report Monitor (3.x Web Objects) 
Created 20031031   SAP 
Last change 20110908   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 RRXW3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSWAD_CONVERT has no interface implemented.
Friends
Class CL_RSWAD_CONVERT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CHARWIDTH Static Attribute Public Type reference (TYPE) INT4 1 Width of a character in Bytes ( 1 on non UC, 2 on Unicode) 20031031
2 C_CRLF Static Attribute Public Type reference (TYPE) STRING Carriage Return Linefeed 20031031
3 M_APPL_CODEPAGE Static Attribute Public Type reference (TYPE) TCP00-CPCODEPAGE SAP Character Set Identification 20040426
4 M_CONVLOCALTOUTF8 Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE 20031031
5 M_CONVMBCSSPLIT Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_OBJ A CCC Converter Object 20040426
6 M_CONVUTF8TOLOCAL Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_IN_CE 20031031
7 N_ISNONUC Static Attribute Public Type reference (TYPE) RS_BOOL Boolean 20040824
8 S_DEBUG_DOWNLOAD Static Attribute Private Type reference (TYPE) RS_BOOL Boolean 20050527
9 S_T_INPUT_BUFFER_BIN Static Attribute Public Type reference (TYPE) SDOKCNTBINS Eingabepuffer (Binärdaten) 20031031
10 S_T_INPUT_BUFFER_TXT Static Attribute Public Type reference (TYPE) SDOKCNTASCS Eingabepuffer(Textdaten) 20031031
11 S_T_INPUT_FILES Static Attribute Public Type reference (TYPE) LVC_T_FILS Tabelle der Dateien im Input-Buffer 20031031
12 S_T_OUTPUT_BUFFER_BIN Static Attribute Private Type reference (TYPE) SDOKCNTBINS Ausgabepuffer (Binärdaten) 20031031
13 S_T_OUTPUT_BUFFER_TXT Static Attribute Public Type reference (TYPE) SDOKCNTASCS Ausgabepuffer (Textdaten) 20031031
14 S_T_OUTPUT_FILES Static Attribute Public Type reference (TYPE) LVC_T_FILS Tabelle der Dateien Im Output-Puffer-Puffer 20031031
Methods
# Method Level Visibility Method type Description Created on
1 BASE64_IN_UTF8_DECODE_TO_LOCAL Static method Public Method decodes an UTF8 Base64 encoded string and converts to local 20060224
2 BUFFER_DOWNLOAD Static method Public Method Download in Puffer 20031031
3 BYTECOPY_STR_TO_X8BIT Static method Public Method kopiert String zu XString byteweise ( Annahme: >0xFF!). 20031031
4 BYTECOPY_X8BIT_TO_STR Static method Public Method kopiert XString zu String byteweise ( Annahme no 0x00!). 20031031
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20031031
6 CONSTRUCTOR Instance method Public Constructor Konstruktur, Erzeugt Converter 20031031
7 CONVERT_STRING_TO_XSTRING Static method Public Method Convert String to XString 20031031
8 CONVERT_XSTRING_TO_STRING Static method Public Method Konvertierung per conv_in_ce 20031031
9 FORCE_XML_ENCODING Static method Public Method 20050425
10 GUI_CLEAR_INPUT_BUFFER Static method Public Method Löscht Pseude-Upload Puffer 20031031
11 GUI_CLEAR_OUTPUT_BUFFER Static method Public Method Löscht Pseudo-Download Output buffer 20031031
12 GUI_DOWNLOAD_FOR_DEBUG Static method Public Method Download binär (ohne CP-Konvertierung). 20050527
13 GUI_DOWNLOAD_LOCAL_AS_BIN Static method Public Method Download binär (ohne CP-Konvertierung). 20031031
14 GUI_DOWNLOAD_LOCAL_TO_PCCP Static method Public Method Download mit Convertierung zu PC-Codepage 20031031
15 GUI_DOWNLOAD_LOCAL_TO_UTF8 Static method Public Method Download als UTF-8 20040809
16 GUI_DOWNLOAD_UTF8 Static method Public Method 20031031
17 GUI_DOWNLOAD_XSTRING Static method Public Method Download eines X-Strings 20031031
18 GUI_UPLOAD_LOCAL_AS_TEXT Static method Public Method Upload eines Strings (Mit Codepageconvertierung) 20031031
19 GUI_UPLOAD_XSTRING Static method Public Method Download eines X-Strings 20031031
20 LOCAL_TO_UTF8 Static method Public Method Konvertierung Lokale zu UTF-8 20031031
21 LOCAL_TO_UTF8HEX Static method Public Method Konvertierung Lokale zu UTF-8 HEX-String ( '4' '1' = 'A' ) 20031031
22 LOCAL_TO_XUTF8 Static method Public Method Konvertierung Lokale Codepage zu UTF-8 (XSTRING) 20031031
23 MOVE_TABLE_CORRESPONDING Static method Public Method Move corresponding fields of a table 20040910
24 RECORD_USAGE Static method Public Method Record Usage 20040616
25 STRING_TO_SDOKTABLE Static method Public Method 20031031
26 STRING_TO_TABLE Static method Public Method 20031031
27 STRING_TO_TABLE_CR Static method Public Method Convert String to Table, preferrably splitting at CR 20031031
28 STRING_TO_W3TABLE Static method Public Method 20031031
29 STRING_TO_XSTRING Instance method Private Method 20031031
30 STRIP_BOM Static method Public Method Removes the byte order mark on the beginning if present 20060203
31 TABLE_TO_STRING Static method Public Method 20031031
32 TABLE_TO_STRING_CR Static method Public Method Inserts a CR 20031031
33 TABLE_TO_XSTRING Static method Public Method 20031031
34 TRUNCATE_STRING Static method Public Method Truncate a String ( UC Compliant ) at a given position 20040407
35 UTF8_TO_LOCAL Static method Public Method Konvertierung UTF-8 zu gegenwärtiger Codepage 20031031
36 UTF8_TO_UTF16 Static method Public Method 20031031
37 UTF8_TO_XUTF8 Static method Public Method 20031031
38 W3MIME_TO_XSTRING Static method Public Method 20031031
39 W3TABLE_TO_STRING Static method Public Method 20031031
40 XSTRING_TO_SDOKBINTABLE Static method Public Method 20031031
41 XSTRING_TO_TABLE Static method Public Method 20031210
42 XSTRING_TO_W3MIME Static method Public Method 20031031
43 XUTF8_TO_LOCAL Static method Public Method Konvertierung UTF-8 zu gegenwärtiger Codepage 20031031
Events
Class CL_RSWAD_CONVERT has no event.
Types
Class CL_RSWAD_CONVERT has no local type.
Method Signatures

Method BASE64_IN_UTF8_DECODE_TO_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRING Value transfer Type reference (TYPE) STRING decoded (=non base64) string in Local codepage 20060224
2 Importing I_STRING Call by reference Type reference (TYPE) STRING base64 encoded UTF-8 String 20060224

Method BASE64_IN_UTF8_DECODE_TO_LOCAL on class CL_RSWAD_CONVERT has no exception.

Method BUFFER_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPEND Call by reference Type reference (TYPE) CHAR01 SPACE 20031031
2 Importing BIN_FILESIZE Call by reference Type reference (TYPE) I 20031031
3 Changing DATA_TAB Call by reference Type reference (TYPE) STANDARD TABLE 20031031
4 Exporting FILELENGTH Value transfer Type reference (TYPE) I Anzahl der übertragenen Bytes 20031031
5 Importing FILENAME Call by reference Type reference (TYPE) STRING 20031031
6 Importing FILETYPE Call by reference Type reference (TYPE) CHAR10 'ASC' 20031031

Method BUFFER_DOWNLOAD on class CL_RSWAD_CONVERT has no exception.

Method BYTECOPY_STR_TO_X8BIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_XSTRING Call by reference Type reference (TYPE) XSTRING 20031031
2 Importing I_STRING Call by reference Type reference (TYPE) STRING 20031031

Method BYTECOPY_STR_TO_X8BIT on class CL_RSWAD_CONVERT has no exception.

Method BYTECOPY_X8BIT_TO_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRING Call by reference Type reference (TYPE) STRING 20031031
2 Changing I_XSTRING Call by reference Type reference (TYPE) XSTRING 20031031

Method BYTECOPY_X8BIT_TO_STR on class CL_RSWAD_CONVERT has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSWAD_CONVERT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSWAD_CONVERT has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSWAD_CONVERT has no parameter.
Method CONSTRUCTOR on class CL_RSWAD_CONVERT has no exception.

Method CONVERT_STRING_TO_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING 20031031
2 Returning R_XSTRING Value transfer Type reference (TYPE) STRING 20031031

Method CONVERT_STRING_TO_XSTRING on class CL_RSWAD_CONVERT has no exception.

Method CONVERT_XSTRING_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_XSTRING Call by reference Type reference (TYPE) XSTRING 20031031
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20031031

Method CONVERT_XSTRING_TO_STRING on class CL_RSWAD_CONVERT has no exception.

Method FORCE_XML_ENCODING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENCODING Call by reference Type reference (TYPE) STRING 20050425
2 Importing I_STRING Call by reference Type reference (TYPE) STRING 20050425
3 Returning R_STRING Value transfer Type reference (TYPE) STRING 20050425

Method FORCE_XML_ENCODING on class CL_RSWAD_CONVERT has no exception.

Method GUI_CLEAR_INPUT_BUFFER Signature

Method GUI_CLEAR_INPUT_BUFFER on class CL_RSWAD_CONVERT has no parameter.
Method GUI_CLEAR_INPUT_BUFFER on class CL_RSWAD_CONVERT has no exception.

Method GUI_CLEAR_OUTPUT_BUFFER Signature

Method GUI_CLEAR_OUTPUT_BUFFER on class CL_RSWAD_CONVERT has no parameter.
Method GUI_CLEAR_OUTPUT_BUFFER on class CL_RSWAD_CONVERT has no exception.

Method GUI_DOWNLOAD_FOR_DEBUG 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) STRING Dateiname C:/.../xxx.yyy 20050527
2 Importing I_STRING Call by reference Type reference (TYPE) STRING Eingabe-String 20050527

Method GUI_DOWNLOAD_FOR_DEBUG on class CL_RSWAD_CONVERT has no exception.

Method GUI_DOWNLOAD_LOCAL_AS_BIN 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) STRING Dateiname C:/.../ 20031031
2 Importing I_STRING Call by reference Type reference (TYPE) STRING Eingabe-String 20031031

Method GUI_DOWNLOAD_LOCAL_AS_BIN on class CL_RSWAD_CONVERT has no exception.

Method GUI_DOWNLOAD_LOCAL_TO_PCCP 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) STRING Dateiname c:/ 20031031
2 Importing I_STRING Call by reference Type reference (TYPE) STRING Zeichenfolge 20031031

Method GUI_DOWNLOAD_LOCAL_TO_PCCP on class CL_RSWAD_CONVERT has no exception.

Method GUI_DOWNLOAD_LOCAL_TO_UTF8 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) STRING Dateiname C:/.../ 20040809
2 Importing I_STRING Call by reference Type reference (TYPE) STRING Eingabe-String 20040809

Method GUI_DOWNLOAD_LOCAL_TO_UTF8 on class CL_RSWAD_CONVERT has no exception.

Method GUI_DOWNLOAD_UTF8 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) STRING Dateiname C:/... 20031031
2 Importing I_UTF8 Call by reference Type reference (TYPE) STRING 20031031
3 Importing I_XUTF8 Call by reference Type reference (TYPE) XSTRING 20031031

Method GUI_DOWNLOAD_UTF8 on class CL_RSWAD_CONVERT has no exception.

Method GUI_DOWNLOAD_XSTRING 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) STRING 20031031
2 Importing I_TOBUFFER Call by reference Type reference (TYPE) RS_BOOL SPACE In Puffer ( kein GUI-Download) 20031031
3 Importing I_XSTRING Call by reference Type reference (TYPE) XSTRING 20031031
# Exception Resumable Description Created on
1 BUFFER_DOWNLOAD Download zu Buffer ( wie GUI-Download ) 20031031
2 NO_GUI Keine GUI-Verbindung 20031031

Method GUI_UPLOAD_LOCAL_AS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRING Call by reference Type reference (TYPE) STRING 20031031
2 Importing I_FILENAME Call by reference Type reference (TYPE) STRING 20031031

Method GUI_UPLOAD_LOCAL_AS_TEXT on class CL_RSWAD_CONVERT has no exception.

Method GUI_UPLOAD_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_XSTRING Call by reference Type reference (TYPE) XSTRING 20031031
2 Importing I_FILENAME Call by reference Type reference (TYPE) STRING 20031031

Method GUI_UPLOAD_XSTRING on class CL_RSWAD_CONVERT has no exception.

Method LOCAL_TO_UTF8 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_UTF8HEX Value transfer Type reference (TYPE) STRING UTF-8 String in HEX-Darstellung '4' '1' = 'A' 20031031
2 Importing I_STRING Value transfer Type reference (TYPE) STRING UTF-8 String ( gespreizt auf UC-Systemen) 20031031

Method LOCAL_TO_UTF8 on class CL_RSWAD_CONVERT has no exception.

Method LOCAL_TO_UTF8HEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_UTF8HEX Value transfer Type reference (TYPE) STRING 20031031
2 Importing I_STRING Value transfer Type reference (TYPE) STRING UTF-8 String ( gespreizt auf UC-Systemen) 20031031

Method LOCAL_TO_UTF8HEX on class CL_RSWAD_CONVERT has no exception.

Method LOCAL_TO_XUTF8 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING 20031031
2 Returning R_XUTF8 Value transfer Type reference (TYPE) XSTRING 20031031

Method LOCAL_TO_XUTF8 on class CL_RSWAD_CONVERT has no exception.

Method MOVE_TABLE_CORRESPONDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20040910
2 Importing I_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20040910

Method MOVE_TABLE_CORRESPONDING on class CL_RSWAD_CONVERT has no exception.

Method RECORD_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) RSZWOBJID Technischer Name des Objekts 20040616
2 Importing I_ARG Call by reference Type reference (TYPE) STRING Zusatzinformationen 20040616
3 Importing I_OBJECT Call by reference Type reference (TYPE) RSZWOBJID Technischer Name des Objekts 20040616

Method RECORD_USAGE on class CL_RSWAD_CONVERT has no exception.

Method STRING_TO_SDOKTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHARLEN Call by reference Type reference (TYPE) INT4 Länge in Characters 20031031
2 Exporting E_LENGTH Call by reference Type reference (TYPE) INT4 Länge in Bytes 20031031
3 Changing E_T_TABLE Call by reference Type reference (TYPE) SDOKCNTASCS Html Tabelle 20031031
4 Importing I_COMPLETE Call by reference Type reference (TYPE) RS_BOOL Komplett (false = nicht ganz gefüllte Zeile stehen lassen) 20031031
5 Importing I_STRING Call by reference Type reference (TYPE) ANY Zeichenfolge 20031031

Method STRING_TO_SDOKTABLE on class CL_RSWAD_CONVERT has no exception.

Method STRING_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHARLEN Call by reference Type reference (TYPE) INT4 Länge in Characters 20031031
2 Exporting E_LENGTH Call by reference Type reference (TYPE) INT4 Länge in Bytes 20031031
3 Exporting E_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Html Tabelle 20031031
4 Importing I_STRING Call by reference Type reference (TYPE) ANY Zeichenfolge 20031031

Method STRING_TO_TABLE on class CL_RSWAD_CONVERT has no exception.

Method STRING_TO_TABLE_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHARLEN Call by reference Type reference (TYPE) INT4 Länge in Characters 20031031
2 Exporting E_LENGTH Call by reference Type reference (TYPE) INT4 Länge in Bytes 20031031
3 Exporting E_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Html Tabelle 20031031
4 Importing I_STRING Call by reference Type reference (TYPE) ANY Zeichenfolge 20031031

Method STRING_TO_TABLE_CR on class CL_RSWAD_CONVERT has no exception.

Method STRING_TO_W3TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_HTML Call by reference Type reference (TYPE) RRXW3_T_HTML Html Tabelle 20031031
2 Exporting E_CHARLEN Call by reference Type reference (TYPE) INT4 Länge in Characters 20031031
3 Exporting E_LENGTH Call by reference Type reference (TYPE) INT4 Länge in Bytes 20031031
4 Importing I_COMPLETE Call by reference Type reference (TYPE) RS_BOOL Komplett (false = nicht ganz gefüllte Zeile stehen lassen) 20031031
5 Importing I_STRING Call by reference Type reference (TYPE) ANY Zeichenfolge 20031031

Method STRING_TO_W3TABLE on class CL_RSWAD_CONVERT has no exception.

Method STRING_TO_XSTRING Signature

Method STRING_TO_XSTRING on class CL_RSWAD_CONVERT has no parameter.
Method STRING_TO_XSTRING on class CL_RSWAD_CONVERT has no exception.

Method STRIP_BOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING 20060203
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20060203

Method STRIP_BOM on class CL_RSWAD_CONVERT has no exception.

Method TABLE_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LENGTH Call by reference Type reference (TYPE) INT4 -1 20031031
2 Importing I_T_TABLE Call by reference Type reference (TYPE) ANY TABLE 20031031
3 Returning R_STRING Value transfer Type reference (TYPE) STRING Erzeugter String 20031031

Method TABLE_TO_STRING on class CL_RSWAD_CONVERT has no exception.

Method TABLE_TO_STRING_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LENGTH Call by reference Type reference (TYPE) INT4 -1 20031031
2 Importing I_T_TABLE Call by reference Type reference (TYPE) ANY TABLE 20031031
3 Returning R_STRING Value transfer Type reference (TYPE) STRING Erzeugter String 20031031

Method TABLE_TO_STRING_CR on class CL_RSWAD_CONVERT has no exception.

Method TABLE_TO_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_XSTRING Call by reference Type reference (TYPE) XSTRING 20031031
2 Importing I_BYTELEN Call by reference Type reference (TYPE) INT4 20031031
3 Importing I_T_TABLE Call by reference Type reference (TYPE) ANY TABLE 20031031

Method TABLE_TO_XSTRING on class CL_RSWAD_CONVERT has no exception.

Method TRUNCATE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHARLEN Call by reference Type reference (TYPE) INT4 0 Anzahl der Zeichen 20040426
2 Importing I_CSEQUENCE Call by reference Type reference (TYPE) CSEQUENCE Eingabe C-Feld oder String 20040407
3 Returning R_RESULT Value transfer Type reference (TYPE) STRING Ergebnis 20040407
# Exception Resumable Description Created on
1 TYPE_NOT_SUPPORTED Methode wurde mit einem nicht unterstützten Typ aufgerufen 20040407

Method UTF8_TO_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_C_UTF8 Call by reference Type reference (TYPE) STRING 20031031
2 Importing I_IGNORE_CERR Call by reference Type reference (TYPE) ABAP_BOOL 20031031
3 Importing I_REPLACEMENT Call by reference Type reference (TYPE) C '#' 20031031
4 Importing I_X_UTF8 Call by reference Type reference (TYPE) XSTRING 20031031
5 Returning R_STRING Value transfer Type reference (TYPE) STRING 20031031

Method UTF8_TO_LOCAL on class CL_RSWAD_CONVERT has no exception.

Method UTF8_TO_UTF16 Signature

Method UTF8_TO_UTF16 on class CL_RSWAD_CONVERT has no parameter.
Method UTF8_TO_UTF16 on class CL_RSWAD_CONVERT has no exception.

Method UTF8_TO_XUTF8 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UTF8 Call by reference Type reference (TYPE) STRING 20031031
2 Returning R_XUTF8 Value transfer Type reference (TYPE) XSTRING 20031031

Method UTF8_TO_XUTF8 on class CL_RSWAD_CONVERT has no exception.

Method W3MIME_TO_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_XSTRING Value transfer Type reference (TYPE) XSTRING Enthaltener String 20031031
2 Importing I_BYTELEN Call by reference Type reference (TYPE) I 20031031
3 Importing I_T_TABLE Call by reference Type reference (TYPE) ANY TABLE 20031031

Method W3MIME_TO_XSTRING on class CL_RSWAD_CONVERT has no exception.

Method W3TABLE_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHARLEN Call by reference Type reference (TYPE) I 20031031
2 Importing I_T_TABLE Call by reference Type reference (TYPE) ANY TABLE 20031031
3 Returning R_STRING Value transfer Type reference (TYPE) STRING Enthaltener String 20031031

Method W3TABLE_TO_STRING on class CL_RSWAD_CONVERT has no exception.

Method XSTRING_TO_SDOKBINTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BYTELENGTH Call by reference Type reference (TYPE) INT4 20031031
2 Exporting E_T_TABLE Call by reference Type reference (TYPE) SDOKCNTBINS Tabelle 20031031
3 Importing I_XSTRING Call by reference Type reference (TYPE) XSTRING 20031031

Method XSTRING_TO_SDOKBINTABLE on class CL_RSWAD_CONVERT has no exception.

Method XSTRING_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BYTELENGTH Call by reference Type reference (TYPE) INT4 20031210
2 Exporting E_T_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle 20031210
3 Importing I_XSTRING Call by reference Type reference (TYPE) XSTRING 20031210

Method XSTRING_TO_TABLE on class CL_RSWAD_CONVERT has no exception.

Method XSTRING_TO_W3MIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BYTELENGTH Call by reference Type reference (TYPE) INT4 20031031
2 Exporting E_T_TABLE Call by reference Type reference (TYPE) RRXW3_T_MIME Tabelle 20031031
3 Importing I_XSTRING Call by reference Type reference (TYPE) XSTRING 20031031

Method XSTRING_TO_W3MIME on class CL_RSWAD_CONVERT has no exception.

Method XUTF8_TO_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_CERR Call by reference Type reference (TYPE) ABAP_BOOL 'X' 20031031
2 Importing I_REPLACEMENT Call by reference Type reference (TYPE) C '#' 20031031
3 Importing I_X_UTF8 Call by reference Type reference (TYPE) XSTRING 20031031
4 Returning R_STRING Value transfer Type reference (TYPE) STRING 20031031

Method XUTF8_TO_LOCAL on class CL_RSWAD_CONVERT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 400