SAP ABAP Class CL_SXML_DATASET_WRITER (XML File 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 | 20050913 |
Properties
Class | CL_SXML_DATASET_WRITER | |
Short Description | XML File 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 | 20050913 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SXML_DATASET_WRITER has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SXML_READER | 20060801 | XML Reader of sXML Library |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CPCODEPAGE | Code Page | 20090320 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | File Name | 20050913 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Closes the writer and the file | 20060801 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20050913 |
3 | ![]() |
Static method | Public | Method | Factory Method, creates XMX writer | 20050913 |
4 | ![]() |
Instance method | Public | Destructor | Destructor | 20050913 |
5 | ![]() |
Instance method | Private | Method | Initializes the kernel implementation | 20050913 |
Events
Class CL_SXML_DATASET_WRITER has no event.
Types
Class CL_SXML_DATASET_WRITER has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_SXML_DATASET_WRITER has no parameter.
Method CLOSE on class CL_SXML_DATASET_WRITER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENCODING | Call by reference | Type reference (TYPE) | STRING | Encoding | 20090320 | ||
2 | ![]() |
FILENAME | Call by reference | Type reference (TYPE) | STRING | Dateiname | 20050913 | ||
3 | ![]() |
TYPE | Call by reference | Type reference (TYPE) | IF_SXML=>XML_STREAM_TYPE | 20050913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SXML Illegal Argument Error | 20060403 | |
2 | ![]() |
System-Exceptions bei Dateizugriff | 20050915 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENCODING | Call by reference | Type reference (TYPE) | STRING | `UTF-8` | Zeichendarstellung | 20090320 | |
2 | ![]() |
FILENAME | Call by reference | Type reference (TYPE) | STRING | Dateiname | 20050913 | ||
3 | ![]() |
TYPE | Call by reference | Type reference (TYPE) | IF_SXML=>XML_STREAM_TYPE | IF_SXML=>CO_XT_XML10 | Format | 20050913 | |
4 | ![]() |
WRITER | Value transfer | Object reference (TYPE REF TO) | CL_SXML_DATASET_WRITER | Referenz auf XML-Writer | 20050913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SXML Illegal Argument Error | 20060403 | |
2 | ![]() |
System-Exceptions bei Dateizugriff | 20050915 |
Method DESTRUCTOR Signature
Method DESTRUCTOR on class CL_SXML_DATASET_WRITER has no parameter.
Method DESTRUCTOR on class CL_SXML_DATASET_WRITER has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_SXML_DATASET_WRITER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
System-Exceptions bei Dateizugriff | 20050915 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |