SAP ABAP Interface IF_CI_KZN_STATEMENT_ITERATOR (Statement Iterator for SCAN Results)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_KAIZEN (Package) ABAP Metrics
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CIKZN_STATEMENT_ITERATOR | Statement iterator for scan results | 20100917 |
Properties
| Interface | IF_CI_KZN_STATEMENT_ITERATOR | |
| Short Description | Statement Iterator for SCAN Results |
General Data
| Package | S_KAIZEN | ABAP Metrics |
| Created | 20100917 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_CI_KZN_STATEMENT_ITERATOR has no forward declaration.
Interfaces
Interface IF_CI_KZN_STATEMENT_ITERATOR has no interface.
Friends
Interface IF_CI_KZN_STATEMENT_ITERATOR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEMENT_INDEX | Instance attribute | Public | Type reference (TYPE) | I | 20100917 | |||
| 2 | STATEMENT_TYPE | Instance attribute | Public | Type reference (TYPE) | STMNT_TYPE | Type of statement (EXEC SQL, INCLUDE, macro, ..., rest) | 20100917 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get keyword of current statement | 20100917 | |
| 2 | Instance method | Public | Method | Get source position of current statement | 20100917 | |
| 3 | Instance method | Public | Method | Get some token of current statement | 20100917 | |
| 4 | Instance method | Public | Method | Get Token Iterator | 20100917 | |
| 5 | Instance method | Public | Method | Advance to next statement | 20100917 | |
| 6 | Instance method | Public | Method | Sync iterator position from another iterator instance | 20100917 |
Events
Interface IF_CI_KZN_STATEMENT_ITERATOR has no event.
Types
Interface IF_CI_KZN_STATEMENT_ITERATOR has no local type.
Method Signatures
Method GET_KEYWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEYWORD | Value transfer | Type reference (TYPE) | STRING | 20100917 |
Method GET_KEYWORD on Interface IF_CI_KZN_STATEMENT_ITERATOR has no exception.
Method GET_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN | Call by reference | Type reference (TYPE) | I | 20100917 | ||||
| 2 | INCLUDE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100917 | ||||
| 3 | LINE | Call by reference | Type reference (TYPE) | I | 20100917 |
Method GET_POSITION on Interface IF_CI_KZN_STATEMENT_ITERATOR has no exception.
Method GET_TOKEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OFFSET | Call by reference | Type reference (TYPE) | I | 20100917 | ||||
| 2 | TOKEN | Value transfer | Type reference (TYPE) | STRING | 20100917 |
Method GET_TOKEN on Interface IF_CI_KZN_STATEMENT_ITERATOR has no exception.
Method GET_TOKEN_ITERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TOKEN_ITERATOR | Value transfer | Object reference (TYPE REF TO) | IF_CI_KZN_TOKEN_ITERATOR | Token Iterator for SCAN Results | 20100917 |
Method GET_TOKEN_ITERATOR on Interface IF_CI_KZN_STATEMENT_ITERATOR has no exception.
Method NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEYWORD | Value transfer | Type reference (TYPE) | STRING | 20100917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | KAIZEN statement iterator reached end | 20100917 |
Method SYNC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OTHER_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_CI_KZN_STATEMENT_ITERATOR | Statement Iterator for SCAN Results | 20100917 |
Method SYNC on Interface IF_CI_KZN_STATEMENT_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |