SAP XO_ESA_A2X_ADAPTER OO Class - XO ESA Adapter for A2X Services









XO_ESA_A2X_ADAPTER 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 XO_ESA_A2X_ADAPTER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_XO_ESA_ADAPTER

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for XO_ESA_A2X_ADAPTER is XO_OBJECT

Method list of XO_ESA_A2X_ADAPTER 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
CHANGE_NODEPrivate
CALL METHOD xo_esa_a2x_adapter=>CHANGE_NODE...more details

CHANGE_OBJECTPrivate
CALL METHOD xo_esa_a2x_adapter=>CHANGE_OBJECT...more details

CHECK_AUTHORITYChecks Whether User Has Authorization for ActionProtected
CALL METHOD xo_esa_a2x_adapter=>CHECK_AUTHORITY...more details

COMMITPrivate
CALL METHOD xo_esa_a2x_adapter=>COMMIT...more details

COMMIT_TRANSACTIONExecutes Database CommitProtected
CALL METHOD xo_esa_a2x_adapter=>COMMIT_TRANSACTION...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD xo_esa_a2x_adapter=>CONSTRUCTOR...more details

CREATE_NODEPrivate
CALL METHOD xo_esa_a2x_adapter=>CREATE_NODE...more details

CREATE_OBJECTPrivate
CALL METHOD xo_esa_a2x_adapter=>CREATE_OBJECT...more details

DETERMINE_BASIS_IDDetermines a Basis IDProtected
CALL METHOD xo_esa_a2x_adapter=>DETERMINE_BASIS_ID...more details

FIND_OBJECTSPrivate
CALL METHOD xo_esa_a2x_adapter=>FIND_OBJECTS...more details

GET_MY_BO_NAMEReturns the Business Object Name of the ObjectPublic
CALL METHOD xo_esa_a2x_adapter=>GET_MY_BO_NAME...more details

MAP_DATAMaps the Data per Segment Object from XO to XO_ESA StructureProtected
CALL METHOD xo_esa_a2x_adapter=>MAP_DATA...more details

MAP_SO_DATAMaps the Data per Segment Object from XO_ESA Struktur to XOProtected
CALL METHOD xo_esa_a2x_adapter=>MAP_SO_DATA...more details

READ_NODEPrivate
CALL METHOD xo_esa_a2x_adapter=>READ_NODE...more details

READ_OBJECTPrivate
CALL METHOD xo_esa_a2x_adapter=>READ_OBJECT...more details

SORT_IN_CHANGESSorts Records to Be Changed to the Current DatasetProtected
CALL METHOD xo_esa_a2x_adapter=>SORT_IN_CHANGES...more details

UPDATE_NODEPrivate
CALL METHOD xo_esa_a2x_adapter=>UPDATE_NODE...more details

UPDATE_OBJECTPrivate
CALL METHOD xo_esa_a2x_adapter=>UPDATE_OBJECT...more details

VALIDATE_BOChecks BO Data After ChangesProtected
CALL METHOD xo_esa_a2x_adapter=>VALIDATE_BO...more details



XO_ESA_A2X_ADAPTER 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
MY_BO_NAMEInstance AttributeName of Business ObjectLIKE
XO_BUSINESS_OBJECT_NAME
Protected
TRANSACTION_MODEInstance AttributeTransaction ModeLIKE
XO_ESA_TRANSACTION_MODE
Protected


Links to Related Class(s)

XO_ESA_A...
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!