SAP ABAP Class CL_SXML_TABLE_WRITER (XML Table Writer of sXML Library)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-XML (Application Component) ABAP XML Processing
     SXML (Package) Streamed XML Reader/Writer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SXML_WRITER XML Writer of the sXML Library 20050408
Properties
Class CL_SXML_TABLE_WRITER  
Short Description XML Table Writer of sXML Library    
Super Class CL_SXML_WRITER XML Writer of the sXML Library 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SXML   Streamed XML Reader/Writer 
Created 20050408   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)
2 IF_SXML Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SXML_NAMED Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SXML_TABLE_WRITER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SXML_READER 20050408 XML Reader of sXML Library
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CODEPAGE Instance attribute Private Type reference (TYPE) CPCODEPAGE Code Page 20090320
2 M_OUTPUT Instance attribute Private Object reference (TYPE REF TO) DATA XML Data 20050408
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050408
2 CREATE Static method Public Method Factory Method, creates XMX writer 20050408
3 DESTRUCTOR Instance method Public Destructor Destructor 20050408
4 GET_OUTPUT Instance method Public Method Returns the created XML data 20050408
5 INITIALIZE Instance method Private Method Initializes the kernel implementation 20050408
Events
Class CL_SXML_TABLE_WRITER has no event.
Types
Class CL_SXML_TABLE_WRITER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENCODING Call by reference Type reference (TYPE) STRING Encoding 20090320
2 Importing LINESIZE Call by reference Type reference (TYPE) I Breite der Tabelle 20050408
3 Importing TABLEDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Typbeschreibung der Tabelle 20050413
4 Importing TYPE Call by reference Type reference (TYPE) IF_SXML=>XML_STREAM_TYPE 20050408
# Exception Resumable Description Created on
1 CX_SXML_ILLEGAL_ARGUMENT_ERROR SXML Illegal Argument Error 20050413

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENCODING Call by reference Type reference (TYPE) STRING `UTF-8` Zeichendarstellung 20090320
2 Importing LINESIZE Call by reference Type reference (TYPE) I 1024 Zeilenbreite der Tabelle 20050408
3 Importing TABLEDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Referenz auf Typbeschreibungsobjekt für Tabelle 20050413
4 Importing TYPE Call by reference Type reference (TYPE) IF_SXML=>XML_STREAM_TYPE IF_SXML=>CO_XT_XML10 Format 20050408
5 Returning WRITER Value transfer Object reference (TYPE REF TO) CL_SXML_TABLE_WRITER Referenz auf XML-Writer 20050408
# Exception Resumable Description Created on
1 CX_SXML_ILLEGAL_ARGUMENT_ERROR SXML Illegal Argument Error 20050413

Method DESTRUCTOR Signature

Method DESTRUCTOR on class CL_SXML_TABLE_WRITER has no parameter.
Method DESTRUCTOR on class CL_SXML_TABLE_WRITER has no exception.

Method GET_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OUTPUT Call by reference Type reference (TYPE) STANDARD TABLE XML-Daten 20050408
2 Importing RETAIN_OUTPUT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE abap_true, falls XML-Daten übergeben werden sollen 20050413

Method GET_OUTPUT on class CL_SXML_TABLE_WRITER has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_SXML_TABLE_WRITER has no parameter.
# Exception Resumable Description Created on
1 CX_SXML_ILLEGAL_ARGUMENT_ERROR SXML Illegal Argument Error 20050413
History
Last changed by/on SAP  20130531 
SAP Release Created in 710