SAP ABAP Class IF_BICS_VARIABLE_OBJECT (Object Variable)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20100510 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_VARIABLE | Variable | 20100510 |
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
| Class | IF_BICS_VARIABLE_OBJECT | |
| Short Description | Object Variable | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100510 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_BICS_VARIABLE_OBJECT has no forward declaration.
Interfaces
Class IF_BICS_VARIABLE_OBJECT has no interface implemented.
Friends
Class IF_BICS_VARIABLE_OBJECT has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class IF_BICS_VARIABLE_OBJECT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |