SAP /BOFU/CL_ADDR_MAIN_AP_FACADE OO Class - Copy of CL_ADDR_MAIN_AP_FACADE









/BOFU/CL_ADDR_MAIN_AP_FACADE 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 /BOFU/CL_ADDR_MAIN_AP_FACADE 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 /BOFU/CL_ADDR_MAIN_AP_FACADE 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
ADD_ADDRESS_REFERENCEAdd a where used reference to an addressPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>ADD_ADDRESS_REFERENCE...more details

ADD_PERSON_REFERENCEAdd a where used reference to a personPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>ADD_PERSON_REFERENCE...more details

ADJUST_CHANGE_OUTPUTPrivate
CALL METHOD /bofu/cl_addr_main_ap_facade=>ADJUST_CHANGE_OUTPUT...more details

AFTER_SAVEMethod to be called after a successful SAVEPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>AFTER_SAVE...more details

CHECKCheck an AddressPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>CHECK...more details

CHECK_ADDRESS_IDSPrivate
CALL METHOD /bofu/cl_addr_main_ap_facade=>CHECK_ADDRESS_IDS...more details

CHECK_FOR_DELETED_ADDRESSESAre there registered deleted address references?Public
CALL METHOD /bofu/cl_addr_main_ap_facade=>CHECK_FOR_DELETED_ADDRESSES...more details

CHECK_FOR_DELETIONPrivate
CALL METHOD /bofu/cl_addr_main_ap_facade=>CHECK_FOR_DELETION...more details

CLEANUPReread unchanged addresses from the databasePublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>CLEANUP...more details

CONVERT_ID_TO_KEYCalculate Alternate Address Key from Address Node IdPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>CONVERT_ID_TO_KEY...more details

CONVERT_KEY_TO_IDCalculate Address Node Id from Alternate Address KeyPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>CONVERT_KEY_TO_ID...more details

DELETE_ADDRESS_REFERENCEPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>DELETE_ADDRESS_REFERENCE...more details

DELETE_PERSON_REFERENCEPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>DELETE_PERSON_REFERENCE...more details

GET_ADDRESS_NUMBERObtain Address Number for Alternate Address KeyPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>GET_ADDRESS_NUMBER...more details

GET_INSTANCEGet Instance of the Address MemoryPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>GET_INSTANCE...more details

GET_MAINTAINANCE_TIMESTAMPPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>GET_MAINTAINANCE_TIMESTAMP...more details

GET_PERSON_NUMBERObtain Person Number for Alternate Address KeyPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>GET_PERSON_NUMBER...more details

MODIFY_ADDRESSModify a number of addressesPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>MODIFY_ADDRESS...more details

MODIFY_COMMUNICATION_DATAModify communication data for a number of AddressesPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>MODIFY_COMMUNICATION_DATA...more details

RESET_MODIFICATIONSUndo the changes made to the addresses in this sessionPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RESET_MODIFICATIONS...more details

RETRIEVE_ADDRESSRead a number of addressesPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESS...more details

RETRIEVE_ADDRESSES_FOR_ORGRetrieve the ID of all addresses using the provided Org-IDPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESSES_FOR_ORG...more details

RETRIEVE_ADDRESSES_FOR_PERSONRetrieve the ID of all addresses using the provided PersonIDPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESSES_FOR_PERSON...more details

RETRIEVE_ADDRESS_IDDetermine the AddressID from NodeName/NodeIDPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESS_ID...more details

RETRIEVE_ADDRESS_REFERENCESRead the address references for addressesPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESS_REFERENCES...more details

RETRIEVE_COMMUNICATION_DATARead communication data for a number of AddressesPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_COMMUNICATION_DATA...more details

RETRIEVE_PERSON_REFERENCESRead the person references for addressesPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_PERSON_REFERENCES...more details

RETRIEVE_WORKPLACE_IDDetermine the AddressID of a Workplace AddressPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_WORKPLACE_ID...more details

SAVESave changes made to the addressesPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>SAVE...more details

SET_MAXIMUM_COMM_DATA_VALIDITYSet the maximum comm data validity interval for addressesPublic
CALL METHOD /bofu/cl_addr_main_ap_facade=>SET_MAXIMUM_COMM_DATA_VALIDITY...more details



/BOFU/CL_ADDR_MAIN_AP_FACADE 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
GO_MAINStatic AttributeMemory Layer for the ESA-Service Provider of DO AddressLIKE
/BOFU/CL_ADDR_MAIN
Private
GO_MAIN_AP_FACADEStatic AttributeCopy of CL_ADDR_MAIN_AP_FACADELIKE
/BOFU/CL_ADDR_MAIN_AP_FACADE
Private
MT_DELETED_ADDRESSESInstance AttributeVersion Number ComponentLIKE
TY_T_ADDRESS_ID
Private


Links to Related Class(s)

/BOFU/CL...
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!