SAP CBN_CL_ES_GW_ADAPTER_D OO Class - ES Model based OData Model
CBN_CL_ES_GW_ADAPTER_D is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CBN_CL_ES_GW_ADAPTER_D including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CBN_CL_ES_GW_ADAPTER_D is /IWBEP/CL_MGW_ABS_DATAMethod list of CBN_CL_ES_GW_ADAPTER_D SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_FILTER_CITERIA | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>ADD_FILTER_CITERIA...more details | ||
| ADD_KEY_CITERIA | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>ADD_KEY_CITERIA...more details | ||
| ADD_SORTING_ORDER | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>ADD_SORTING_ORDER...more details | ||
| CHECK_CONNECTOR_AUTHORITY | Check authority of the connector | Private |
| CALL METHOD cbn_cl_es_gw_adapter_d=>CHECK_CONNECTOR_AUTHORITY...more details | ||
| CONTROL_CACHE | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>CONTROL_CACHE...more details | ||
| CREATE_TECH_ERROR | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>CREATE_TECH_ERROR...more details | ||
|
| ||
| FINALIZE | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>FINALIZE...more details | ||
| GET_DATA_STRUCTURE_BY_NAME | returns a data structure from a model | Protected |
| CALL METHOD cbn_cl_es_gw_adapter_d=>GET_DATA_STRUCTURE_BY_NAME...more details | ||
| GET_DATA_TABLE_BY_NAME | returns a data table from a model | Protected |
| CALL METHOD cbn_cl_es_gw_adapter_d=>GET_DATA_TABLE_BY_NAME...more details | ||
| GET_SINGLE_RESULT | get single result | Private |
| CALL METHOD cbn_cl_es_gw_adapter_d=>GET_SINGLE_RESULT...more details | ||
| GET_SINGLE_RESULT_FROM_CACHE | get result from cache | Private |
| CALL METHOD cbn_cl_es_gw_adapter_d=>GET_SINGLE_RESULT_FROM_CACHE...more details | ||
| INIT | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>INIT...more details | ||
| LOG_MESSAGE | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>LOG_MESSAGE...more details | ||
| PROVIDE_DEFAULT_SORTING_ORDER | template method to provide appl. specific default sorting | Protected |
| CALL METHOD cbn_cl_es_gw_adapter_d=>PROVIDE_DEFAULT_SORTING_ORDER...more details | ||
| SEARCH | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>SEARCH...more details | ||
| SEARCH_SINGLE | Private | |
| CALL METHOD cbn_cl_es_gw_adapter_d=>SEARCH_SINGLE...more details | ||
CBN_CL_ES_GW_ADAPTER_D attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_LOGGER | Instance Attribute | LIKE /IWBEP/CL_COS_LOGGER | Public | ||
| MO_RESPONSE | Static Attribute | Search Response | LIKE CL_ESH_IF_SEARCH_RESPONSE | Private | |
| MT_KEY | Static Attribute | Technical name-value pairs | LIKE /IWBEP/T_MGW_TECH_PAIRS | Private | |
| MV_ENTITY_NAME | Static Attribute | Technical name | LIKE /IWBEP/MGW_TECH_NAME | Private | |
| MV_LOGGER_HANDLE | Instance Attribute | LIKE BALMSGHNDL | Public | ||
| MV_TEMPLATE_ID | Instance Attribute | LIKE ESH_E_IF_TEMPLATE_ID | Public | ||
| MV_TIME_STAMP | Static Attribute | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | LIKE TIMESTAMP | Private |
Links to Related Class(s)
CBN_CL_E...Full list of available SAP object classes
Search for further information about these or an SAP related objects