SAP FSBPR_API_BUP_FACTORY OO Class - Factory for the API Relationship to CBP









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

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



Method list of FSBPR_API_BUP_FACTORY 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
GET_API_FACADE_INSTANCEProvides Reference to the Persistence Methods of CBPPublic
CALL METHOD fsbpr_api_bup_factory=>GET_API_FACADE_INSTANCE...more details

GET_CR_VALIDATION_INSTANCEProvides Reference to the Validation Methods of CBPPublic
CALL METHOD fsbpr_api_bup_factory=>GET_CR_VALIDATION_INSTANCE...more details

GET_INSTANCESupplies an Instance of the FactoryPublic
CALL METHOD fsbpr_api_bup_factory=>GET_INSTANCE...more details

GET_VALIDATION_INSTANCEProvides Reference to the Validation Methods of CBPPublic
CALL METHOD fsbpr_api_bup_factory=>GET_VALIDATION_INSTANCE...more details



FSBPR_API_BUP_FACTORY 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
BUPA_API_FACADEStatic AttributeFacade for Central APIs for BP RelationshipsLIKE
IF_FSBPR_BUPA_API_FACADE
Protected
CR_VALIDATION_API_BUPStatic AttributeAPI Relationship to CBP: Validation for All ObjectsLIKE
IF_FSBPR_CR_VALIDATION_API_BUP
Protected
FACTORY_API_BUPStatic AttributeFactory for the API Relationship to CBPLIKE
FSBPR_API_BUP_FACTORY
Protected
VALIDATION_API_BUPStatic AttributeAPI Relationship to CBPLIKE
IF_FSBPR_VALIDATION_API_BUP
Protected


Links to Related Class(s)

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