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 Name | Description | Visability |
| ADD_ADDRESS_REFERENCE | Add a where used reference to an address | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>ADD_ADDRESS_REFERENCE...more details | ||
| ADD_PERSON_REFERENCE | Add a where used reference to a person | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>ADD_PERSON_REFERENCE...more details | ||
| ADJUST_CHANGE_OUTPUT | Private | |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>ADJUST_CHANGE_OUTPUT...more details | ||
| AFTER_SAVE | Method to be called after a successful SAVE | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>AFTER_SAVE...more details | ||
| CHECK | Check an Address | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>CHECK...more details | ||
| CHECK_ADDRESS_IDS | Private | |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>CHECK_ADDRESS_IDS...more details | ||
|
| ||
| CHECK_FOR_DELETED_ADDRESSES | Are there registered deleted address references? | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>CHECK_FOR_DELETED_ADDRESSES...more details | ||
| CHECK_FOR_DELETION | Private | |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>CHECK_FOR_DELETION...more details | ||
| CLEANUP | Reread unchanged addresses from the database | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>CLEANUP...more details | ||
| CONVERT_ID_TO_KEY | Calculate Alternate Address Key from Address Node Id | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>CONVERT_ID_TO_KEY...more details | ||
| CONVERT_KEY_TO_ID | Calculate Address Node Id from Alternate Address Key | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>CONVERT_KEY_TO_ID...more details | ||
| DELETE_ADDRESS_REFERENCE | Public | |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>DELETE_ADDRESS_REFERENCE...more details | ||
| DELETE_PERSON_REFERENCE | Public | |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>DELETE_PERSON_REFERENCE...more details | ||
| GET_ADDRESS_NUMBER | Obtain Address Number for Alternate Address Key | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>GET_ADDRESS_NUMBER...more details | ||
| GET_INSTANCE | Get Instance of the Address Memory | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>GET_INSTANCE...more details | ||
| GET_MAINTAINANCE_TIMESTAMP | Public | |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>GET_MAINTAINANCE_TIMESTAMP...more details | ||
| GET_PERSON_NUMBER | Obtain Person Number for Alternate Address Key | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>GET_PERSON_NUMBER...more details | ||
| MODIFY_ADDRESS | Modify a number of addresses | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>MODIFY_ADDRESS...more details | ||
| MODIFY_COMMUNICATION_DATA | Modify communication data for a number of Addresses | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>MODIFY_COMMUNICATION_DATA...more details | ||
| RESET_MODIFICATIONS | Undo the changes made to the addresses in this session | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RESET_MODIFICATIONS...more details | ||
| RETRIEVE_ADDRESS | Read a number of addresses | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESS...more details | ||
| RETRIEVE_ADDRESSES_FOR_ORG | Retrieve the ID of all addresses using the provided Org-ID | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESSES_FOR_ORG...more details | ||
| RETRIEVE_ADDRESSES_FOR_PERSON | Retrieve the ID of all addresses using the provided PersonID | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESSES_FOR_PERSON...more details | ||
| RETRIEVE_ADDRESS_ID | Determine the AddressID from NodeName/NodeID | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESS_ID...more details | ||
| RETRIEVE_ADDRESS_REFERENCES | Read the address references for addresses | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_ADDRESS_REFERENCES...more details | ||
| RETRIEVE_COMMUNICATION_DATA | Read communication data for a number of Addresses | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_COMMUNICATION_DATA...more details | ||
| RETRIEVE_PERSON_REFERENCES | Read the person references for addresses | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_PERSON_REFERENCES...more details | ||
| RETRIEVE_WORKPLACE_ID | Determine the AddressID of a Workplace Address | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>RETRIEVE_WORKPLACE_ID...more details | ||
| SAVE | Save changes made to the addresses | Public |
| CALL METHOD /bofu/cl_addr_main_ap_facade=>SAVE...more details | ||
| SET_MAXIMUM_COMM_DATA_VALIDITY | Set the maximum comm data validity interval for addresses | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GO_MAIN | Static Attribute | Memory Layer for the ESA-Service Provider of DO Address | LIKE /BOFU/CL_ADDR_MAIN | Private | |
| GO_MAIN_AP_FACADE | Static Attribute | Copy of CL_ADDR_MAIN_AP_FACADE | LIKE /BOFU/CL_ADDR_MAIN_AP_FACADE | Private | |
| MT_DELETED_ADDRESSES | Instance Attribute | Version Number Component | LIKE 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