SAP AC_FSBPR_FND_A2X_ADAPTER OO Class - Abstract Class for Relationship Services









AC_FSBPR_FND_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 AC_FSBPR_FND_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_FSBP_SOA_ADAPTER

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 AC_FSBPR_FND_A2X_ADAPTER is XO_OBJECT

Method list of AC_FSBPR_FND_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
CONSTRUCTORPublic
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>CONSTRUCTOR...more details

ENHANCE_OBJECTProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>ENHANCE_OBJECT...more details

EXCLUDE_MULTIPLE_OBJECTSProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>EXCLUDE_MULTIPLE_OBJECTS...more details

GET_OBJECT_OUTPUTProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>GET_OBJECT_OUTPUT...more details

MAP_ESA_TO_XO_OBJ_TAB_DATA_HLPProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>MAP_ESA_TO_XO_OBJ_TAB_DATA_HLP...more details

MARK_AS_ERRONEOUSProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>MARK_AS_ERRONEOUS...more details

PREPARE_OBJECT_KEYSProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>PREPARE_OBJECT_KEYS...more details

PROCESS_OBJECTProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>PROCESS_OBJECT...more details

READ_OBJECTSProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>READ_OBJECTS...more details

SAVE_OBJECTSProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>SAVE_OBJECTS...more details

VALIDATE_ALLProtected
CALL METHOD ac_fsbpr_fnd_a2x_adapter=>VALIDATE_ALL...more details



AC_FSBPR_FND_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
BO_NAMEConstant'RELATIONSHIP'LIKE
XO_BUSINESS_OBJECT_NAME
Protected
BO_TYPEConstant'BUSINESS_PARTNER_RELATIONSHIP'LIKE
XO_BUSINESS_OBJECT_TYPE
Protected
BP_DATA_READERInstance AttributeLIKE
FSBP_FND_A2X_READER
Protected
CR_VALIDATION_API_BUPInstance AttributeLIKE
IF_FSBPR_CR_VALIDATION_API_BUP
Protected
DATA_READERInstance AttributeLIKE
FSBPR_FND_A2X_READER
Protected
FACTORYInstance AttributeLIKE
FSBPR_BUSINESS_FACTORY
Protected
KEY_MAPPERInstance AttributeLIKE
FSBP_KEY_MAPPER
Protected
KEY_MAPPER_DB_ACCESSInstance AttributeLIKE
FSBP_KEY_MAP_BP_ACCESS_OP
Protected
SMAP_TOOLS_E2IInstance AttributeLIKE
FSBPR_SMAP_TOOLS_E2I
Protected
SMAP_TOOLS_I2EInstance AttributeLIKE
FSBPR_SMAP_TOOLS_I2E
Protected
TRANSACTION_MODEInstance AttributeLIKE
XO_ESA_TRANSACTION_MODE
Protected
XO_DATA_READERInstance AttributeLIKE
FSBPR_XO_DATA_READER
Protected


Links to Related Class(s)

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