SAP ABAP Class IF_PLM_AUDIT_ITERATOR (Audit: Common Interface for all Iterators)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PLM_AUDIT_ITERATOR_O1 | Iterator - Preorder (see Documentation) | 20001214 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PLM_AUDIT_ITERATOR_O2 | Iterator - Postorder (See Documentation) | 20001218 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PLM_AUDIT_ITERATOR_O3 | Iterator - Preorder with Filter (See Documentation) | 20001227 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PLM_AUDIT_ITERATOR_O4 | Iterator - Postorder with Filter (See Documentation) | 20001227 |
Properties
| Class | IF_PLM_AUDIT_ITERATOR | |
| Short Description | Audit: Common Interface for all Iterators | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20001214 | SAP |
| Last change | 20041228 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_PLM_AUDIT_ITERATOR has no forward declaration.
Interfaces
Class IF_PLM_AUDIT_ITERATOR has no interface implemented.
Friends
Class IF_PLM_AUDIT_ITERATOR has no friend class.
Attributes
Class IF_PLM_AUDIT_ITERATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns Current Element | 20001214 | |
| 2 | Instance method | Public | Method | Sets Iterator Filter | 20001227 | |
| 3 | Instance method | Public | Method | Sets Iterator to First Element | 20001214 | |
| 4 | Instance method | Public | Method | Check: Is Iteration Completed? | 20001214 | |
| 5 | Instance method | Public | Method | Sets Iterator to Last Element | 20001214 | |
| 6 | Instance method | Public | Method | Sets Iterator to Next Element | 20001214 | |
| 7 | Instance method | Public | Method | Sets Root of Iterator / Initialization of Iterator | 20001214 |
Events
Class IF_PLM_AUDIT_ITERATOR has no event.
Types
Class IF_PLM_AUDIT_ITERATOR has no local type.
Method Signatures
Method CURRENT_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_ITEM | Value transfer | Object reference (TYPE REF TO) | CL_CGPL_HIERARCHY_NODE | Aktuelles Element der Iteration | 20001218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Rückgabe des aktuellen Elements nicht möglich | 20001214 |
Method FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_PLM_AUDIT_FILTER | Audit: Gemeinsame Schnittstelle aller Filter | 20001227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Setzen des Filters nicht möglich | 20001227 |
Method FIRST Signature
Method FIRST on class IF_PLM_AUDIT_ITERATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Positionieren auf erstes Element nicht möglich | 20001214 |
Method IS_DONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DONE | Value transfer | Type reference (TYPE) | BOOLE_D | BOOLE: TRUE (='X') und FALSE (=' ') | 20001214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Check nicht möglich | 20001214 |
Method LAST Signature
Method LAST on class IF_PLM_AUDIT_ITERATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Positionieren auf letztes Element nicht möglich | 20001214 |
Method NEXT Signature
Method NEXT on class IF_PLM_AUDIT_ITERATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Positionieren auf nächstes Element nicht möglich | 20001214 |
Method ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ROOT | Call by reference | Object reference (TYPE REF TO) | CL_CGPL_HIERARCHY_NODE | Hierarchieknoten | 20001218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Initialisieren des Iterators nicht möglich | 20001218 |
History
| Last changed by/on | SAP | 20041228 |
| SAP Release Created in |