SAP ABAP Interface IF_BSA_SADL_XML_READER (Deserializes XML containing SADL fragments)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_PARSER (Package) SADL Parser
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSA_SADL_XML_READER | Deserializes XML containing SADL fragments | 20090313 |
Properties
| Interface | IF_BSA_SADL_XML_READER | |
| Short Description | Deserializes XML containing SADL fragments |
General Data
| Package | SADL_PARSER | SADL Parser |
| Created | 20090313 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BSA_SADL_XML_READER has no forward declaration.
Interfaces
Interface IF_BSA_SADL_XML_READER has no interface.
Friends
Interface IF_BSA_SADL_XML_READER has no friend.
Attributes
Interface IF_BSA_SADL_XML_READER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090313 | ||
| 2 | Instance method | Public | Method | 20090313 | ||
| 3 | Instance method | Public | Method | 20090313 |
Events
Interface IF_BSA_SADL_XML_READER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SADL_XML_NODE_MAP | Public | See coding | 20090313 | tt_sadl_xml_node_map TYPE STANDARD TABLE OF ty_sadl_xml_node_mapping WITH DEFAULT KEY
|
||
| 2 | TY_SADL_XML_NODE_MAPPING | Public | See coding | 20090313 | BEGIN OF ty_sadl_xml_node_mapping,
!type TYPE string,
!path TYPE string,
!id TYPE string,
!offset TYPE string,
END OF ty_sadl_xml_node_mapping
|
Method Signatures
Method READ_CONTEXT_SADL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SADL_DEFINITION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20090313 | ||||
| 2 | IV_XML_STRING | Call by reference | Type reference (TYPE) | STRING | 20090313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130220 |
Method READ_SADL_EXTENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SADL_DEFINITION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20090313 | ||||
| 2 | EV_EXTENSION_OF | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_EXTENSION_OF | 20090315 | ||||
| 3 | IV_XML_STRING | Call by reference | Type reference (TYPE) | STRING | 20090313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130220 |
Method REFINE_ERROR_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_MESSAGES | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_ERROR_MESSAGES | 20090313 | ||||
| 2 | IV_UUID | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_UUID | 20090325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130220 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 720 |