SAP /BOFU/CL_ADDR_COMPLETE OO Class - Service Methods for Handling Addresses
/BOFU/CL_ADDR_COMPLETE 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_COMPLETE 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_COMPLETE 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 |
| CHECK_EXTERNAL_DATA | Check external address data from input | Public |
| CALL METHOD /bofu/cl_addr_complete=>CHECK_EXTERNAL_DATA...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_addr_complete=>CONSTRUCTOR...more details | ||
| CONVERT_ADDRESS | Convert an address from one type to another | Private |
| CALL METHOD /bofu/cl_addr_complete=>CONVERT_ADDRESS...more details | ||
| COPY_ADDRESS | Copy Address | Public |
| CALL METHOD /bofu/cl_addr_complete=>COPY_ADDRESS...more details | ||
| ERROR | Create error table entry | Private |
| CALL METHOD /bofu/cl_addr_complete=>ERROR...more details | ||
| ERROR_COLLECT | Collect errors | Private |
| CALL METHOD /bofu/cl_addr_complete=>ERROR_COLLECT...more details | ||
|
| ||
| GET_INSTANCE | Create Instance | Public |
| CALL METHOD /bofu/cl_addr_complete=>GET_INSTANCE...more details | ||
| MODIFY_ADDRESS | Change Address | Public |
| CALL METHOD /bofu/cl_addr_complete=>MODIFY_ADDRESS...more details | ||
| RETRIEVE_ADDRESS | Get Address | Public |
| CALL METHOD /bofu/cl_addr_complete=>RETRIEVE_ADDRESS...more details | ||
| SIMPLIFY_ADDRESS | Remove unneeded IAVs and keep the given one (as base repr.) | Private |
| CALL METHOD /bofu/cl_addr_complete=>SIMPLIFY_ADDRESS...more details | ||
/BOFU/CL_ADDR_COMPLETE 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 |
| C_COMM_FAX | Constant | Communication Method (Key) (Business Address Services) | 'FAX' | LIKE AD_COMM | Private |
| C_COMM_INT | Constant | Communication Method (Key) (Business Address Services) | 'INT' | LIKE AD_COMM | Private |
| C_COMM_PAG | Constant | Communication Method (Key) (Business Address Services) | 'PAG' | LIKE AD_COMM | Private |
| C_COMM_PRT | Constant | Communication Method (Key) (Business Address Services) | 'PRT' | LIKE AD_COMM | Private |
| C_COMM_RML | Constant | Communication Method (Key) (Business Address Services) | 'RML' | LIKE AD_COMM | Private |
| C_COMM_SSF | Constant | Communication Method (Key) (Business Address Services) | 'SSF' | LIKE AD_COMM | Private |
| C_COMM_TEL | Constant | Communication Method (Key) (Business Address Services) | 'TEL' | LIKE AD_COMM | Private |
| C_COMM_TLX | Constant | Communication Method (Key) (Business Address Services) | 'TLX' | LIKE AD_COMM | Private |
| C_COMM_TTX | Constant | Communication Method (Key) (Business Address Services) | 'TTX' | LIKE AD_COMM | Private |
| C_COMM_URI | Constant | Communication Method (Key) (Business Address Services) | 'URI' | LIKE AD_COMM | Private |
| C_COMM_X40 | Constant | Communication Method (Key) (Business Address Services) | 'X40' | LIKE AD_COMM | Private |
| C_TRUE | Constant | Feld zum Ankreuzen | 'X' | LIKE XFELD | Public |
| GO_ADDR_COMPLETE | Static Attribute | Service Methods for Handling Addresses | LIKE /BOFU/CL_ADDR_COMPLETE | Private | |
| MO_ADDR_CHECK | Instance Attribute | Address Checks | LIKE /BOFU/CL_ADDR_CHECK | Public | |
| MO_ADDR_MAIN | Instance Attribute | Edit Address in ESA Services | LIKE /BOFU/CL_ADDR_MAIN | 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