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_DATA

Method 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 NameDescriptionVisability
ADD_FILTER_CITERIAPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>ADD_FILTER_CITERIA...more details

ADD_KEY_CITERIAPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>ADD_KEY_CITERIA...more details

ADD_SORTING_ORDERPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>ADD_SORTING_ORDER...more details

CHECK_CONNECTOR_AUTHORITYCheck authority of the connectorPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>CHECK_CONNECTOR_AUTHORITY...more details

CONTROL_CACHEPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>CONTROL_CACHE...more details

CREATE_TECH_ERRORPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>CREATE_TECH_ERROR...more details

FINALIZEPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>FINALIZE...more details

GET_DATA_STRUCTURE_BY_NAMEreturns a data structure from a modelProtected
CALL METHOD cbn_cl_es_gw_adapter_d=>GET_DATA_STRUCTURE_BY_NAME...more details

GET_DATA_TABLE_BY_NAMEreturns a data table from a modelProtected
CALL METHOD cbn_cl_es_gw_adapter_d=>GET_DATA_TABLE_BY_NAME...more details

GET_SINGLE_RESULTget single resultPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>GET_SINGLE_RESULT...more details

GET_SINGLE_RESULT_FROM_CACHEget result from cachePrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>GET_SINGLE_RESULT_FROM_CACHE...more details

INITPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>INIT...more details

LOG_MESSAGEPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>LOG_MESSAGE...more details

PROVIDE_DEFAULT_SORTING_ORDERtemplate method to provide appl. specific default sortingProtected
CALL METHOD cbn_cl_es_gw_adapter_d=>PROVIDE_DEFAULT_SORTING_ORDER...more details

SEARCHPrivate
CALL METHOD cbn_cl_es_gw_adapter_d=>SEARCH...more details

SEARCH_SINGLEPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_LOGGERInstance AttributeLIKE
/IWBEP/CL_COS_LOGGER
Public
MO_RESPONSEStatic AttributeSearch ResponseLIKE
CL_ESH_IF_SEARCH_RESPONSE
Private
MT_KEYStatic AttributeTechnical name-value pairsLIKE
/IWBEP/T_MGW_TECH_PAIRS
Private
MV_ENTITY_NAMEStatic AttributeTechnical nameLIKE
/IWBEP/MGW_TECH_NAME
Private
MV_LOGGER_HANDLEInstance AttributeLIKE
BALMSGHNDL
Public
MV_TEMPLATE_IDInstance AttributeLIKE
ESH_E_IF_TEMPLATE_ID
Public
MV_TIME_STAMPStatic AttributeUTC 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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!