SAP ABAP Interface IF_GDV_ITERATOR (Iterator for XML data)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_GDV_SCHEMA_METHOD (Package) Generic Data Verifier - Schema Method
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GDV_ITERATOR | Iterator for xml from GDV schema method | 20110122 |
Properties
| Interface | IF_GDV_ITERATOR | |
| Short Description | Iterator for XML data |
General Data
| Package | SECATT_GDV_SCHEMA_METHOD | Generic Data Verifier - Schema Method |
| Created | 20110122 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_GDV_ITERATOR has no interface.
Friends
Interface IF_GDV_ITERATOR has no friend.
Attributes
Interface IF_GDV_ITERATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check existance of path | 20110122 | |
| 2 | Instance method | Public | Method | Get XML elements for path | 20110122 | |
| 3 | Instance method | Public | Method | Get all XML elements | 20110122 | |
| 4 | Instance method | Public | Method | Get next XML elements | 20110122 |
Events
Interface IF_GDV_ITERATOR has no event.
Types
Interface IF_GDV_ITERATOR has no local type.
Method Signatures
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PATH | Call by reference | Type reference (TYPE) | STRING | XML path | 20110122 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110122 |
Method EXISTS on Interface IF_GDV_ITERATOR has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STR_XML_ELEMENT | Call by reference | Type reference (TYPE) | GDV_S_XML_ELEMENT | XML element | 20110122 | |||
| 2 | E_TAB_XML_TABLE | Call by reference | Type reference (TYPE) | GDV_TT_XML_TABLE | Sub-table in XML data | 20110122 | |||
| 3 | I_PATH | Call by reference | Type reference (TYPE) | STRING | XML path | 20110122 |
Method GET on Interface IF_GDV_ITERATOR has no exception.
Method GET_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TAB_XML_ELEMENTS | Call by reference | Type reference (TYPE) | GDV_TT_XML_ELEMENT | Table of XML elements | 20110122 |
Method GET_ALL on Interface IF_GDV_ITERATOR has no exception.
Method NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STR_XML_ELEMENT | Call by reference | Type reference (TYPE) | GDV_S_XML_ELEMENT | XML element | 20110122 | |||
| 2 | E_TAB_XML_TABLE | Call by reference | Type reference (TYPE) | GDV_TT_XML_TABLE | Sub-table in XML data | 20110122 |
Method NEXT on Interface IF_GDV_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |