SAP ABAP Class CL_CBN_ES_ENTITY (Entity class of oData bridge)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CA-GTF-CBN-ODT (Application Component) Contextual Business Navigation OData Backend Adaptation lay.
⤷
CBESH_ODATA_ADPT_GW (Package) C'estBON Enterprise Search Adapter for OData in Gateway
⤷
⤷
Properties
| Class | CL_CBN_ES_ENTITY | |
| Short Description | Entity class of oData bridge | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CBESH_ODATA_ADPT_GW | C'estBON Enterprise Search Adapter for OData in Gateway |
| Created | 20130517 | 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 CL_CBN_ES_ENTITY has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CBN_ES_MODEL | 20130517 | Util Class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LTTY_ATTR_MAP | attribute mapping table | 20130517 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LTTY_CE_ATTR_MAP | 20130517 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | LTTY_CURR_ATTR_REL | currency attribute relation table | 20130517 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20130517 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/MGW_TECH_NAME | Technical name | 20130517 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20130517 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/MGW_TECH_NAME | Technical name | 20130517 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/MGW_TECH_NAME | Technical name | 20130517 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130517 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | ESH_E_IF_RELATION_TYPE | Relation Type | 20130517 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | ESH_E_IF_RELATION_TYPE | Relation Type | 20130517 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130517 | |
| 2 | Instance method | Public | Method | 20130517 | ||
| 3 | Instance method | Public | Method | 20130517 | ||
| 4 | Instance method | Public | Method | 20130517 |
Events
Class CL_CBN_ES_ENTITY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LSTY_ATTR_MAP | Public | See coding | attribute mapping | 20130517 | BEGIN OF lsty_attr_map,
response_attr TYPE esh_e_if_attribute_entity_id,
request_attr TYPE esh_e_if_attribute_entity_id,
sem_field_name TYPE cbesh_semantic_fname,
for_navigation TYPE abap_bool,
END OF lsty_attr_map
|
|
| 2 | LSTY_CE_ATTR_MAP | Public | See coding | 20130517 | BEGIN OF lsty_ce_attr_map,
ce_attr TYPE /iwbep/mgw_tech_name,
es_attr TYPE esh_e_if_attribute_entity_id,
END OF lsty_ce_attr_map
|
||
| 3 | LSTY_CURR_ATTR_REL | Public | See coding | currency attribute relation | 20130517 | BEGIN OF lsty_curr_attr_rel,
amount_attr TYPE esh_e_if_attribute_entity_id,
curr_attr TYPE esh_e_if_attribute_entity_id,
END OF lsty_curr_attr_rel
|
|
| 4 | LTTY_ATTR_MAP | Public | See coding | attribute mapping table | 20130517 | ltty_attr_map TYPE SORTED TABLE OF lsty_attr_map WITH NON-UNIQUE KEY response_attr
WITH NON-UNIQUE SORTED KEY sk_sem_field_name COMPONENTS sem_field_name
WITH NON-UNIQUE SORTED KEY sk_for_navigation COMPONENTS for_navigation
|
|
| 5 | LTTY_CE_ATTR_MAP | Public | See coding | 20130517 | ltty_ce_attr_map TYPE SORTED TABLE OF lsty_ce_attr_map WITH NON-UNIQUE KEY ce_attr
WITH NON-UNIQUE SORTED KEY sk_es_attr COMPONENTS es_attr
|
||
| 6 | LTTY_CURR_ATTR_REL | Public | See coding | currency attribute relation table | 20130517 | ltty_curr_attr_rel TYPE SORTED TABLE OF lsty_curr_attr_rel WITH NON-UNIQUE KEY amount_attr
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CE_PARENT_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20130517 | |||
| 2 | IV_CE_PARENT_ENTITY_TYPE_NAME | Call by reference | Type reference (TYPE) | /IWBEP/MGW_TECH_NAME | Technical name | 20130517 | |||
| 3 | IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20130517 | |||
| 4 | IV_ENTITY_SET_NAME | Call by reference | Type reference (TYPE) | /IWBEP/MGW_TECH_NAME | Technical name | 20130517 | |||
| 5 | IV_ENTITY_TYPE_NAME | Call by reference | Type reference (TYPE) | /IWBEP/MGW_TECH_NAME | Technical name | 20130517 | |||
| 6 | IV_IS_CE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130517 | ||||
| 7 | IV_RELATION_TYPE | Call by reference | Type reference (TYPE) | ESH_E_IF_RELATION_TYPE | Relation Type | 20130517 | |||
| 8 | IV_RELATION_TYPE_ADPT | Call by reference | Type reference (TYPE) | ESH_E_IF_RELATION_TYPE | Relation Type | 20130517 |
Method CONSTRUCTOR on class CL_CBN_ES_ENTITY has no exception.
Method GET_ATTRIBUTE_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ATTR_MAP | Value transfer | Type reference (TYPE) | LTTY_ATTR_MAP | 20130517 |
Method GET_ATTRIBUTE_MAP on class CL_CBN_ES_ENTITY has no exception.
Method GET_CE_ATTR_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CE_ATTR_MAP | Value transfer | Type reference (TYPE) | LTTY_CE_ATTR_MAP | 20130517 |
Method GET_CE_ATTR_MAP on class CL_CBN_ES_ENTITY has no exception.
Method GET_CURRENCY_ATTR_REL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CURR_ATTR_REL | Value transfer | Type reference (TYPE) | LTTY_CURR_ATTR_REL | 20130517 |
Method GET_CURRENCY_ATTR_REL on class CL_CBN_ES_ENTITY has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 617 |