SAP ABAP Class IF_ODL_PROP (OData Property)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_ODL_INPUT_PROP | Input Property | 20130702 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_ODL_PROPCOMPLEX | OData Complex Property | 20130528 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_ODL_PROPSIMPLE | OData Simple Property | 20130528 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_ODL_PROP_INT | OData Property (internal) | 20130528 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ODL_NULL_OBJECT | Universal Null Object | 20140303 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ODL_PROP | OData Property | 20130528 |
Properties
| Class | IF_ODL_PROP | |
| Short Description | OData Property | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130528 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_ODL_PROP has no interface implemented.
Friends
Class IF_ODL_PROP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20130528 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130528 | ||
| 2 | Instance method | Public | Method | 20130528 |
Events
Class IF_ODL_PROP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PROP | Public | See coding | 20130528 | BEGIN OF ts_prop,
name TYPE string,
END OF ts_prop
|
||
| 2 | TT_PROP | Public | See coding | 20130528 | tt_prop TYPE STANDARD TABLE OF REF TO if_odl_prop WITH DEFAULT KEY
|
||
| 3 | TV_PROP_TYPE | Public | Type reference (TYPE) | STRING | 20130528 | |
Method Signatures
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20130528 |
Method GET_NAME on class IF_ODL_PROP has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TYPE | Value transfer | Type reference (TYPE) | STRING | 20130528 |
Method GET_TYPE on class IF_ODL_PROP has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |