SAP ABAP Class CBN_CL_GW_ES_EDM_UTIL (utility to handle edm types)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-BE (Application Component) SAP UI Integration - Application Reuse - Backend Enabl.
⤷
S_CBN_ODATA_ADPT_ES_GW (Package) CestBON Enterprise Search Adapter for OData in Gateway
⤷
⤷
Properties
| Class | CBN_CL_GW_ES_EDM_UTIL | |
| Short Description | utility to handle edm types | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_CBN_ODATA_ADPT_ES_GW | CestBON Enterprise Search Adapter for OData in Gateway |
| Created | 20130807 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CBN_CL_GW_ES_EDM_UTIL has no forward declaration.
Interfaces
Class CBN_CL_GW_ES_EDM_UTIL has no interface implemented.
Friends
Class CBN_CL_GW_ES_EDM_UTIL has no friend class.
Attributes
Class CBN_CL_GW_ES_EDM_UTIL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20130807 |
Events
Class CBN_CL_GW_ES_EDM_UTIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GS_EDM_FIELD_DESC | Public | See coding | 20130807 | BEGIN OF ty_gs_edm_field_desc,
core_type TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_edm_type, "EDM Data Type
length TYPE i, "Length (No. of Characters)
decimals TYPE i, "Number of Decimal Places
internal_type TYPE inttype,
internal_length TYPE i,
input_mask TYPE string,
conv_exit TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_conv_exit,
semantic TYPE /iwbep/if_mgw_med_odata_types=>ty_e_med_semantic,
END OF ty_gs_edm_field_desc
|
Method Signatures
Method GET_EDM_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONV_EXIT | Call by reference | Type reference (TYPE) | CONVEXIT | 20130807 | ||||
| 2 | IV_DECIMALS | Call by reference | Type reference (TYPE) | I | 20130807 | ||||
| 3 | IV_INTERNAL_LENGTH | Call by reference | Type reference (TYPE) | INTLEN | 20130807 | ||||
| 4 | IV_INTERNAL_TYPE | Call by reference | Type reference (TYPE) | INTTYPE | 20130807 | ||||
| 5 | IV_LENGTH | Call by reference | Type reference (TYPE) | OUTPUTLEN | 20130807 | ||||
| 6 | RS_EDM_TYPE | Value transfer | Type reference (TYPE) | TY_GS_EDM_FIELD_DESC | 20130807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130807 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |