SAP ABAP Class /IWCOR/CL_ATOM_ST_CALLBACK (Callback for ST)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/IF_ATOM_ST_CALLBACK | Atom Simple Transformation Callback | 20100811 |
Properties
| Class | /IWCOR/CL_ATOM_ST_CALLBACK | |
| Short Description | Callback for ST | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWCOR/SATOM_CORE | ATOM Library core |
| Created | 20100614 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWCOR/CL_ATOM_ST_CALLBACK has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWCOR/IF_ATOM_ST_CALLBACK | Atom Simple Transformation Callback | 20100811 |
Friends
Class /IWCOR/CL_ATOM_ST_CALLBACK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXML_READER | SXML Reader Interface | 20121010 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer Interface | 20121010 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | ATTRIBUTE_T | Definded attributes | 20100818 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100811 |
Events
Class /IWCOR/CL_ATOM_ST_CALLBACK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_S | Public | See coding | Attribute structure | 20110218 | BEGIN OF attribute_s,
namespace TYPE string,
prefix TYPE string,
name TYPE string,
END OF attribute_s
|
|
| 2 | ATTRIBUTE_T | Public | See coding | Attributes table | 20110218 | attribute_t TYPE STANDARD TABLE OF attribute_s WITH KEY namespace name
|
Method Signatures
Method CONSTRUCTOR 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 | 20121010 | |||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer Interface | 20121010 | |||
| 3 | IT_DEFINED_ATTRIBUTE | Call by reference | Type reference (TYPE) | ATTRIBUTE_T | Defined attributes | 20100818 |
Method CONSTRUCTOR on class /IWCOR/CL_ATOM_ST_CALLBACK has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |