SAP ABAP Interface IF_SXML_XOP (Types and Constants for XOP Writers of the 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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_XOP_WRITER | XOP Writer of sXML Library | 20080707 |
Properties
Interface | IF_SXML_XOP | |
Short Description | Types and Constants for XOP Writers of the sXML Library |
General Data
Package | SXML | Streamed XML Reader/Writer |
Created | 20080707 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SXML_XOP has no forward declaration.
Interfaces
Interface IF_SXML_XOP has no interface.
Friends
Interface IF_SXML_XOP has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_CT_PATTERN_WITH_UUID | Constant | Public | Type reference (TYPE) | CID_TYPE | 1 | Pattern with UUID | 20080707 |
Methods
Interface IF_SXML_XOP has no method.
Events
Interface IF_SXML_XOP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | CID_TYPE | Public | Type reference (TYPE) | I | Type of Data in Key Column of XOP_PARTS | 20080707 |
|
2 | CONTENT_ID | Public | Type reference (TYPE) | STRING | Key Column of XOP_PARTS | 20081219 |
|
3 | XOP_PACKAGE | Public | See coding | XOP Package | 20080707 | begin of XOP_PACKAGE,
XOP_DOCUMENT type XSTRING,
PARTS type XOP_PARTS,
end of XOP_PACKAGE
|
|
4 | XOP_PART | Public | See coding | Line Type of XOP_PARTS | 20080707 | begin of XOP_PART,
CONTENT_ID type CONTENT_ID,
BINARY_DATA type XSTRING,
end of XOP_PART
|
|
5 | XOP_PARTS | Public | See coding | Table Type for Component PARTS of XOP_PACKAGE | 20080707 | XOP_PARTS type hashed table of XOP_PART with unique key CONTENT_ID
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 712 |