SAP ABAP Interface /IWCOR/IF_ATOM_ST_CALLBACK (Atom Simple Transformation Callback)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SATOM_CORE (Package) ATOM Library core
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_ATOM_ST_CALLBACK | Callback for ST | 20100811 |
Properties
| Interface | /IWCOR/IF_ATOM_ST_CALLBACK | |
| Short Description | Atom Simple Transformation Callback |
General Data
| Package | /IWCOR/SATOM_CORE | ATOM Library core |
| Created | 20100427 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
Interface /IWCOR/IF_ATOM_ST_CALLBACK has no forward declaration.
Interfaces
Interface /IWCOR/IF_ATOM_ST_CALLBACK has no interface.
Friends
Interface /IWCOR/IF_ATOM_ST_CALLBACK has no friend.
Attributes
Interface /IWCOR/IF_ATOM_ST_CALLBACK has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read extension attributes | 20120813 | |
| 2 | Instance method | Public | Method | Read extension element | 20120813 | |
| 3 | Instance method | Public | Method | Read other content | 20120813 | |
| 4 | Instance method | Public | Method | Read undefined content | 20120813 | |
| 5 | Instance method | Public | Method | Set SXML reader | 20121012 | |
| 6 | Instance method | Public | Method | Set SXML writer | 20121012 | |
| 7 | Instance method | Public | Method | Write extension attributes | 20120813 | |
| 8 | Instance method | Public | Method | Write namespace declarations | 20120813 |
Events
Interface /IWCOR/IF_ATOM_ST_CALLBACK has no event.
Types
Interface /IWCOR/IF_ATOM_ST_CALLBACK has no local type.
Method Signatures
Method READ_EXTENSION_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ATTRIBUTES | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>EXT_ATTRIBUTE_T | 20120813 | ||||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120813 |
Method READ_EXTENSION_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXTENSION_ELEMENTS | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>EXT_ELEMENT_T | 20120813 | ||||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120813 |
Method READ_OTHER_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONTENT | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>TEXT_OR_XMLDATA_T | 20120813 | ||||
| 2 | EV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20120813 | ||||
| 3 | EV_XMLDATA | Call by reference | Type reference (TYPE) | XSDANY | 20120813 | ||||
| 4 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120813 |
Method READ_UNDEFINED_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONTENT | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>TEXT_OR_XMLDATA_T | 20120813 | ||||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120813 |
Method SET_READER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | SXML Reader Interface | 20121012 |
Method SET_READER on Interface /IWCOR/IF_ATOM_ST_CALLBACK has no exception.
Method SET_WRITER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer Interface | 20121012 |
Method SET_WRITER on Interface /IWCOR/IF_ATOM_ST_CALLBACK has no exception.
Method WRITE_EXTENSION_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | 20120813 | ||||
| 2 | IT_ATTRIBUTES | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>EXT_ATTRIBUTE_T | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120813 |
Method WRITE_NAMESPACE_DECLARATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | 20120813 | ||||
| 2 | IT_NAMESPACE | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>NAMESPACE_T | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120813 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |