SAP ABAP Interface IF_BICS_DATA_CONTAINER (Data Container)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_BICS_IOBJ_MEMBER_CONTAINER | Container for Iobj Member(s) | 20100412 |
2 | Interface composition (i COMPRISING i_ref) | IF_BICS_MD_STRUCTURE_MEMBR_CTR | Container of MD Structure Members | 20110307 |
3 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_STRUC_MEMBER_CONTNR | Container for Structure Member in QV Layer | 20100908 |
4 | Interface composition (i COMPRISING i_ref) | IF_BICS_RS_AXIS_TUPLE_CTR | Container for Axis Tuple in Result Set | 20100414 |
5 | Interface composition (i COMPRISING i_ref) | IF_BICS_RS_AXIS_TUPLE_EL_CTR | Axis Tuple Element Container in Result Set | 20100414 |
6 | Interface composition (i COMPRISING i_ref) | IF_BICS_RS_DATA_CELL_CONTAINER | Result Set Data Cells | 20100414 |
7 | Interface composition (i COMPRISING i_ref) | IF_BICS_STRUC_MEMBER_CONTAINER | Container for Structure Members | 20100430 |
8 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_DATA_CONTAINER | Data Container | 20100412 |
Properties
Interface | IF_BICS_DATA_CONTAINER | |
Short Description | Data Container |
General Data
Package | BW_BICS_BASE_OBJECTS | Basis Objects of All BICS Entities |
Created | 20100412 | 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_BICS_DATA_CONTAINER has no interface.
Friends
Interface IF_BICS_DATA_CONTAINER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_R_DATA | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20100412 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Read Iterator for All Rows in Searched Entity | 20100428 |
2 | ![]() |
Instance method | Public | Method | Read All Indexes in Searched Entity | 20100428 |
3 | ![]() |
Instance method | Public | Method | Read First Row in Searched Entity | 20100428 |
4 | ![]() |
Instance method | Public | Method | Read First Index of Searched Entity | 20100428 |
5 | ![]() |
Instance method | Public | Method | Read First Object of Searched Entity | 20100428 |
6 | ![]() |
Instance method | Public | Method | Read Certain Data Reference (per Index) | 20100507 |
7 | ![]() |
Instance method | Public | Method | Read Iterator | 20100419 |
8 | ![]() |
Instance method | Public | Method | Read Certain Object (per Index) | 20100507 |
Events
Interface IF_BICS_DATA_CONTAINER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_T_INDEX | Public | See coding | Index Table | 20100428 | TN_T_INDEX TYPE STANDARD TABLE OF i
WITH DEFAULT KEY
|
Method Signatures
Method FIND_ALL Signature
Method FIND_ALL on Interface IF_BICS_DATA_CONTAINER has no parameter.
Method FIND_ALL on Interface IF_BICS_DATA_CONTAINER has no exception.
Method FIND_ALL_INDEXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SEARCH_PATTERN | Call by reference | Type reference (TYPE) | ANY | Gesuchtes Muster | 20100428 | ||
2 | ![]() |
I_TABLE_COLUMN_INDEX | Call by reference | Type reference (TYPE) | I | Spaltenindex | 20100428 | ||
3 | ![]() |
R_T_LINE_INDEX | Value transfer | Type reference (TYPE) | TN_T_INDEX | Alle Zeilen wo gesuchte Muster vorkommt (0, wenn nicht da) | 20100428 |
Method FIND_ALL_INDEXES on Interface IF_BICS_DATA_CONTAINER has no exception.
Method FIND_FIRST_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SEARCH_PATTERN | Call by reference | Type reference (TYPE) | ANY | Gesuchtes Muster | 20100428 | ||
2 | ![]() |
I_TABLE_COLUMN_INDEX | Call by reference | Type reference (TYPE) | I | Spaltenindex | 20100428 | ||
3 | ![]() |
R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 1. Zeile wo gesuchte Muster vorkommt (0, wenn nicht da) | 20100428 |
Method FIND_FIRST_DATA on Interface IF_BICS_DATA_CONTAINER has no exception.
Method FIND_FIRST_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SEARCH_PATTERN | Call by reference | Type reference (TYPE) | ANY | Gesuchtes Muster | 20100428 | ||
2 | ![]() |
I_TABLE_COLUMN_INDEX | Call by reference | Type reference (TYPE) | I | Spaltenindex | 20100428 | ||
3 | ![]() |
R_LINE_INDEX | Value transfer | Type reference (TYPE) | I | 1. Zeile wo gesuchte Muster vorkommt (0, wenn nicht da) | 20100428 |
Method FIND_FIRST_INDEX on Interface IF_BICS_DATA_CONTAINER has no exception.
Method FIND_FIRST_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SEARCH_PATTERN | Call by reference | Type reference (TYPE) | ANY | Gesuchtes Muster | 20100507 | ||
2 | ![]() |
I_TABLE_COLUMN_INDEX | Call by reference | Type reference (TYPE) | I | Spaltenindex | 20100507 | ||
3 | ![]() |
R_R_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_BICS_ITERATOR_OBJECT | Objekt zur Aufnahme eines Containereintrags | 20100507 |
Method FIND_FIRST_OBJECT on Interface IF_BICS_DATA_CONTAINER has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDEX | Call by reference | Type reference (TYPE) | I | 20100507 | |||
2 | ![]() |
R_R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20100507 |
Method GET_DATA on Interface IF_BICS_DATA_CONTAINER has no exception.
Method GET_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_RESET_ITERATOR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Iterator zurücksetzen | 20100505 | |
2 | ![]() |
R_R_ITERATOR | Value transfer | Object reference (TYPE REF TO) | IF_BICS_ITERATOR | Allgemeiner Iterator für Listen | 20100419 |
Method GET_ITERATOR on Interface IF_BICS_DATA_CONTAINER has no exception.
Method GET_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDEX | Call by reference | Type reference (TYPE) | I | 20100507 | |||
2 | ![]() |
R_R_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_BICS_ITERATOR_OBJECT | Objekt zur Aufnahme eines Containereintrags | 20100507 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme für Listen: unbekannter Eintrag | 20100908 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |