SAP XO_API_ADAPTER OO Class - Integration Business Application Programming Interface(BAPI)









XO_API_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_API_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_CONST_CHANGE_INDICATORS

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_CONST_COMPARE

Inheritance

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

Method list of XO_API_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
APPROVE_AUTHORITYChecks Authorization to Process ObjectProtected
CALL METHOD xo_api_adapter=>APPROVE_AUTHORITY...more details

BO_CHANGEChanges Data for a Business ObjectPublic
CALL METHOD xo_api_adapter=>BO_CHANGE...more details

BO_CREATECreates a New Business ObjectPublic
CALL METHOD xo_api_adapter=>BO_CREATE...more details

BO_GETSupplies Data of a Business ObjectPublic
CALL METHOD xo_api_adapter=>BO_GET...more details

BO_INIT_AND_GETInitializes and Reads from Business ObjectProtected
CALL METHOD xo_api_adapter=>BO_INIT_AND_GET...more details

BO_SETSets Data of a Business ObjectPublic
CALL METHOD xo_api_adapter=>BO_SET...more details

BO_SET_AND_SAVESets and Saves Data on Business Object LevelProtected
CALL METHOD xo_api_adapter=>BO_SET_AND_SAVE...more details

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

FILL_KEYPopulates Object Key for Table DataProtected
CALL METHOD xo_api_adapter=>FILL_KEY...more details

FILL_KEY_FOR_CHANGE_DATAPopulates Object Key for Data to Be ChangedProtected
CALL METHOD xo_api_adapter=>FILL_KEY_FOR_CHANGE_DATA...more details

FILL_KEY_FOR_TABLE_DATAPopulates Object Key for List of Table DataProtected
CALL METHOD xo_api_adapter=>FILL_KEY_FOR_TABLE_DATA...more details

GET_BUFFERED_INSTANCESReturns Instantiated Object ReferencesPublic
CALL METHOD xo_api_adapter=>GET_BUFFERED_INSTANCES...more details

GET_CHANNEL_API_DATAReturns Channel-Dependent CustomizingPublic
CALL METHOD xo_api_adapter=>GET_CHANNEL_API_DATA...more details

GET_INSTANCEGets Adapter InstancePublic
CALL METHOD xo_api_adapter=>GET_INSTANCE...more details

IS_TESTRUN_ACTIVEIndicates That Data Is Being Processed in Test ModePublic
CALL METHOD xo_api_adapter=>IS_TESTRUN_ACTIVE...more details

LOCK_OBJECTLocks ObjectProtected
CALL METHOD xo_api_adapter=>LOCK_OBJECT...more details

MO_ADDInserts Data for Memory ObjectPublic
CALL METHOD xo_api_adapter=>MO_ADD...more details

MO_CHANGEChanges Data for Memory ObjectPublic
CALL METHOD xo_api_adapter=>MO_CHANGE...more details

MO_GETSupplies Data for Memory ObjectPublic
CALL METHOD xo_api_adapter=>MO_GET...more details

MO_GET_LINESupplies Data from a Memory Object with One RowPublic
CALL METHOD xo_api_adapter=>MO_GET_LINE...more details

MO_INIT_AND_GETInitializes and Reads from Memory ObjectProtected
CALL METHOD xo_api_adapter=>MO_INIT_AND_GET...more details

MO_REMOVEDeletes Data of Memory ObjectPublic
CALL METHOD xo_api_adapter=>MO_REMOVE...more details

MO_SETSets New Data for Memory ObjectPublic
CALL METHOD xo_api_adapter=>MO_SET...more details

MO_SET_AND_SAVESets and Saves Data at Memory Object LevelProtected
CALL METHOD xo_api_adapter=>MO_SET_AND_SAVE...more details

MO_SET_LINESets New Data for a Memory Object with One RowPublic
CALL METHOD xo_api_adapter=>MO_SET_LINE...more details

ON_CLEANUPProcesses CLEAN_UP EventPrivate
CALL METHOD xo_api_adapter=>ON_CLEANUP...more details

SET_TESTRUNDetermines Whether Test Run Is ActivePublic
CALL METHOD xo_api_adapter=>SET_TESTRUN...more details

SO_ADDCreates Data for Segment ObjectPublic
CALL METHOD xo_api_adapter=>SO_ADD...more details

SO_CHANGEChanges Data for Segment ObjectPublic
CALL METHOD xo_api_adapter=>SO_CHANGE...more details

SO_GETSupplies Data for Segment ObjectPublic
CALL METHOD xo_api_adapter=>SO_GET...more details

SO_INIT_AND_GETInitializes and Reads from Segment ObjectProtected
CALL METHOD xo_api_adapter=>SO_INIT_AND_GET...more details

SO_REMOVEDeletes Data of a Segment ObjectPublic
CALL METHOD xo_api_adapter=>SO_REMOVE...more details

SO_SETSets New Data for Segment ObjectPublic
CALL METHOD xo_api_adapter=>SO_SET...more details

SO_SET_AND_SAVESets and Saves Data on Segment Object LevelProtected
CALL METHOD xo_api_adapter=>SO_SET_AND_SAVE...more details



XO_API_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
CLEANUP_HANDLER_SETStatic AttributeCLEANUP Processor Is RegisteredLIKE
XO_BOOLE
Private
DELETEInstance AttributeLIKE
Private
DIFFERENT_LINESInstance AttributeLIKE
Private
EXACT_LINESInstance AttributeLIKE
Private
INSERTInstance AttributeLIKE
Private
MODIFYInstance AttributeLIKE
Private
MO_CHANGE_DATA_TYPEConstantStructure Name for Data to Be Changed in MO'STR_XO_MO_CHANGE_DATA'LIKE
XO_TABLE_NAME
Protected
MY_BO_NAMEInstance AttributeName of Business ObjectLIKE
XO_BUSINESS_OBJECT_NAME
Private
REF_LISTStatic AttributeAPI Adapter for Each Business ObjectLIKE
STY_XO_API_ADAPTER
Private
SAME_KEYInstance AttributeLIKE
Private
TESTRUNInstance AttributeTest Run Active/InactiveLIKE
XO_BOOLE
Private
TESTRUN_SETInstance AttributeSettings Have Been Made for Test RunLIKE
XO_BOOLE
Private
UPDATEInstance AttributeLIKE
Private


Links to Related Class(s)

XO_API_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!