SAP ABAP Class CL_BICS_ITERATOR (General Iterator for Lists)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_BASE_OBJECTS (Package) Basis Objects of All BICS Entities
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_DESTRUCTOR | Destructor - for interneal use only!!!! | 20110721 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_ITERATOR | General Iterator for Lists | 20100412 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20101220 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20101217 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_DATA_CONTAINER | Data Container | 20100414 |
Properties
| Class | CL_BICS_ITERATOR | |
| Short Description | General Iterator for Lists | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_BASE_OBJECTS | Basis Objects of All BICS Entities |
| Created | 20100412 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_DESTRUCTOR | Destructor - for interneal use only!!!! | 20110721 | ||
| 2 | IF_BICS_ITERATOR | General Iterator for Lists | 20100412 | ||
| 3 | IF_BICS_OBJECT | Root Object for BICS Entities | 20101220 | ||
| 4 | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20101217 |
Friends
Class CL_BICS_ITERATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | I | Index of Currrent Entry | 20100412 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20100414 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_ITERATOR_OBJECT | Cast of Iterator Object to this Interface | 20100414 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100412 | |
| 2 | Instance method | Public | Method | 20100419 | ||
| 3 | Instance method | Public | Method | Set Data Content | 20100419 |
Events
Class CL_BICS_ITERATOR has no event.
Types
Class CL_BICS_ITERATOR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ITERATOR_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name eines Objekts | 20101220 | |||
| 2 | I_OBJECT_IMPL_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Implementierende Klasse des IF_BICS_ITERATOR_OBJECT | 20100414 | |||
| 3 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Datentabelle | 20100412 | |||
| 4 | I_R_PARENT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Erzeugendes Objekt | 20100412 |
Method CONSTRUCTOR on class CL_BICS_ITERATOR has no exception.
Method GET_MEMBER_REFERENCE Signature
Method GET_MEMBER_REFERENCE on class CL_BICS_ITERATOR has no parameter.
Method GET_MEMBER_REFERENCE on class CL_BICS_ITERATOR has no exception.
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20100419 |
Method SET_DATA on class CL_BICS_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |