SAP AC_FSBP_PRX_C_SERVICE OO Class - Client for Remote Access (Service)









AC_FSBP_PRX_C_SERVICE 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_FSBP_PRX_C_SERVICE 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_PRX_CLIENT

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_PRX_DATA_NAME

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_BOOLE

Method list of AC_FSBP_PRX_C_SERVICE 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
CALL_RETRIEVALExecute Retrieval CallProtected
CALL METHOD ac_fsbp_prx_c_service=>CALL_RETRIEVAL...more details

CALL_UPDATEExecute Update CallProtected
CALL METHOD ac_fsbp_prx_c_service=>CALL_UPDATE...more details

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

DATA_GETRead Data from CacheProtected
CALL METHOD ac_fsbp_prx_c_service=>DATA_GET...more details

DATA_RETRIEVALSupplies Data for a Specific SegmentProtected
CALL METHOD ac_fsbp_prx_c_service=>DATA_RETRIEVAL...more details

ESMAP2_TO_XO_OBJ_TAB_DATAConverts ESAMAP2 to XO_OBJECT_TABLE_DATAPublic
CALL METHOD ac_fsbp_prx_c_service=>ESMAP2_TO_XO_OBJ_TAB_DATA...more details

ESMAP2_TO_XO_OBJ_TAB_DATA_RELConverts ESAMAP2 to XO_OBJECT_TABLE_DATAPublic
CALL METHOD ac_fsbp_prx_c_service=>ESMAP2_TO_XO_OBJ_TAB_DATA_REL...more details

GET_BUS020_EXT_FROM_ADDRESSESConverts an XO Address to BUS020_EXT FormatProtected
CALL METHOD ac_fsbp_prx_c_service=>GET_BUS020_EXT_FROM_ADDRESSES...more details

GET_ESA_FACTORYPrivate
CALL METHOD ac_fsbp_prx_c_service=>GET_ESA_FACTORY...more details

GET_GUID_FROM_OBJECT_DATAGets the GUID for a Partner from the Object DataProtected
CALL METHOD ac_fsbp_prx_c_service=>GET_GUID_FROM_OBJECT_DATA...more details

GET_SERVICE_NAMEProvides the Service NameProtected
CALL METHOD ac_fsbp_prx_c_service=>GET_SERVICE_NAME...more details

HANDLE_ADDR_DESCR_USAGEPrivate
CALL METHOD ac_fsbp_prx_c_service=>HANDLE_ADDR_DESCR_USAGE...more details

HANDLE_ADDR_DET_SIMPLE_USAGEPrivate
CALL METHOD ac_fsbp_prx_c_service=>HANDLE_ADDR_DET_SIMPLE_USAGE...more details

HANDLE_ADDR_USAGEPrivate
CALL METHOD ac_fsbp_prx_c_service=>HANDLE_ADDR_USAGE...more details

MAP_SEARCH_OUTPUT_TO_RESULTPrivate
CALL METHOD ac_fsbp_prx_c_service=>MAP_SEARCH_OUTPUT_TO_RESULT...more details

READ_FROM_CACHERead Data from CacheProtected
CALL METHOD ac_fsbp_prx_c_service=>READ_FROM_CACHE...more details

SEARCH_BY_IDENTIFICATIONPrivate
CALL METHOD ac_fsbp_prx_c_service=>SEARCH_BY_IDENTIFICATION...more details



AC_FSBP_PRX_C_SERVICE 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
CACHEInstance AttributeData Buffer for Business Partner ProxyLIKE
FSBP_PRX_DATA_CACHE
Protected
ESA_FACTORYInstance AttributeFactory for ESA Adapter ImplementationsLIKE
IF_XO_ESA_FACTORY
Protected
ESA_FACTORY_BPRLInstance AttributeFactory for ESA Adapter ImplementationsLIKE
IF_XO_ESA_FACTORY
Protected
FALSEInstance AttributeMapping Business Partner IDLIKE
Protected
FINDConstantConstants for Service Request'FIND'LIKE
XO_ESA_SERVICE_NAME
Protected
KEY_MAPPERInstance AttributeMapping Business Partner IDLIKE
FSBP_KEY_MAPPER
Protected
PF_PARAM_CACHEInstance AttributeParameter for Address Print Form + Reference to DataLIKE
FSBP_PRX_PRINTF_PARAM_REF_TAB
Protected
RETRIEVEConstantConstants for Service Request'RETRIEVE'LIKE
XO_ESA_SERVICE_NAME
Protected
RETRIEVE_RELConstantConstants for Service Request'RETRIEVE_REL'LIKE
XO_ESA_SERVICE_NAME
Protected
TRUEInstance AttributeMapping Business Partner IDLIKE
Protected
UPDATEConstantConstants for Service Request'UPDATE'LIKE
XO_ESA_SERVICE_NAME
Protected


Links to Related Class(s)

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