SAP ABAP Interface IF_BICS_VARIABLE_OBJECT (Object Variable)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_SELECTOR (Package) BW BICS Consumer Selector
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_VARIABLE_OBJECT | Object Variable | 20100510 |
Properties
| Interface | IF_BICS_VARIABLE_OBJECT | |
| Short Description | Object Variable |
General Data
| Package | BW_BICS_CONSUMER_SELECTOR | BW BICS Consumer Selector |
| Created | 20100510 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BICS_VARIABLE_OBJECT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_OBJECT | Root Object for BICS Entities | 20100510 | ||
| 2 | IF_BICS_VARIABLE | Variable | 20100510 |
Friends
Interface IF_BICS_VARIABLE_OBJECT has no friend.
Attributes
Interface IF_BICS_VARIABLE_OBJECT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Object Value | 20100519 | |
| 2 | Instance method | Public | Method | Read Values for Object Variables | 20100519 | |
| 3 | Instance method | Public | Method | Set Object Value | 20100519 |
Events
Interface IF_BICS_VARIABLE_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_OBJECT | Public | See coding | Object Structure | 20100519 | BEGIN OF tn_s_object,
id TYPE int4,
name TYPE string,
text TYPE string,
END OF tn_s_object
|
|
| 2 | TN_T_OBJECT | Public | See coding | Object List | 20100519 | tn_t_object TYPE STANDARD TABLE OF tn_s_object
WITH KEY name
|
Method Signatures
Method GET_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_OBJECT | Value transfer | Type reference (TYPE) | TN_S_OBJECT | Objekt Variable | 20100519 |
Method GET_OBJECT on Interface IF_BICS_VARIABLE_OBJECT has no exception.
Method GET_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_OBJECTS | Value transfer | Type reference (TYPE) | TN_T_OBJECT | 20100519 |
Method GET_OBJECTS on Interface IF_BICS_VARIABLE_OBJECT has no exception.
Method SET_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT | Call by reference | Type reference (TYPE) | TN_S_OBJECT | Objekt Variable | 20100519 |
Method SET_OBJECT on Interface IF_BICS_VARIABLE_OBJECT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |