SAP ABAP Class CL_RSDD_CS_XML_WRITER (Write XML)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_CREATECUBE (Package) Create Cube in BWA

⤷

⤷

Properties
Class | CL_RSDD_CS_XML_WRITER | |
Short Description | Write XML | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDD_CREATECUBE | Create Cube in BWA |
Created | 20091105 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSDD_CS_XML_WRITER has no forward declaration.
Interfaces
Class CL_RSDD_CS_XML_WRITER has no interface implemented.
Friends
Class CL_RSDD_CS_XML_WRITER 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) | I | 20091105 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20091105 | ||
3 | ![]() |
Instance attribute | Private | See coding | 20091105 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20091105 | |
2 | ![]() |
Instance method | Public | Method | 20091105 | |
3 | ![]() |
Instance method | Public | Method | 20091105 | |
4 | ![]() |
Instance method | Public | Method | 20091105 | |
5 | ![]() |
Instance method | Public | Method | 20100115 | |
6 | ![]() |
Instance method | Public | Constructor | 20091105 | |
7 | ![]() |
Instance method | Public | Method | 20091105 | |
8 | ![]() |
Instance method | Public | Method | 20091123 | |
9 | ![]() |
Instance method | Public | Method | 20091105 | |
10 | ![]() |
Instance method | Public | Method | 20091105 | |
11 | ![]() |
Instance method | Public | Method | 20091105 | |
12 | ![]() |
Instance method | Public | Method | 20091105 | |
13 | ![]() |
Instance method | Public | Method | 20091105 |
Events
Class CL_RSDD_CS_XML_WRITER has no event.
Types
Class CL_RSDD_CS_XML_WRITER has no local type.
Method Signatures
Method ADD_BOOLEAN_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091105 | |||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20091105 |
Method ADD_BOOLEAN_ELEMENT on class CL_RSDD_CS_XML_WRITER has no exception.
Method ADD_COMMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMMENT | Call by reference | Type reference (TYPE) | STRING | 20091105 |
Method ADD_COMMENT on class CL_RSDD_CS_XML_WRITER has no exception.
Method ADD_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091105 | |||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CLIKE | 20091105 |
Method ADD_ELEMENT on class CL_RSDD_CS_XML_WRITER has no exception.
Method ADD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091105 | |||
2 | ![]() |
I_NAME_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091105 | |||
3 | ![]() |
I_NS_PREFIX | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100115 |
Method ADD_NODE on class CL_RSDD_CS_XML_WRITER has no exception.
Method ADD_NODE_NAMESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | 20100115 | |||
2 | ![]() |
I_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20100115 | |||
3 | ![]() |
I_URI | Call by reference | Type reference (TYPE) | STRING | 20100115 |
Method ADD_NODE_NAMESPACE on class CL_RSDD_CS_XML_WRITER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20100127 |
Method CONSTRUCTOR on class CL_RSDD_CS_XML_WRITER has no exception.
Method GET_DOCUMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20091105 |
Method GET_DOCUMENT on class CL_RSDD_CS_XML_WRITER has no exception.
Method GET_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_XML | Value transfer | Type reference (TYPE) | XSTRING | 20091123 |
Method GET_XML on class CL_RSDD_CS_XML_WRITER has no exception.
Method NODE_COMPLETED Signature
Method NODE_COMPLETED on class CL_RSDD_CS_XML_WRITER has no parameter.
Method NODE_COMPLETED on class CL_RSDD_CS_XML_WRITER has no exception.
Method SET_NODE_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091105 | |||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | Boolean | 20091105 |
Method SET_NODE_ATTRIBUTE on class CL_RSDD_CS_XML_WRITER has no exception.
Method SET_NODE_ATTRIBUTE_BOOLEAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091105 | |||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20091105 |
Method SET_NODE_ATTRIBUTE_BOOLEAN on class CL_RSDD_CS_XML_WRITER has no exception.
Method SET_NODE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20091105 |
Method SET_NODE_VALUE on class CL_RSDD_CS_XML_WRITER has no exception.
Method SET_NODE_VALUE_BOOLEAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20091105 |
Method SET_NODE_VALUE_BOOLEAN on class CL_RSDD_CS_XML_WRITER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |