SAP /BOFU/CL_ADDR_CHECK OO Class - Address Checks
/BOFU/CL_ADDR_CHECK 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_CHECK 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_CHECK 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_COMMUNICATION_PREFERENCE | Check the communication preference | Public |
| CALL METHOD /bofu/cl_addr_check=>CHECK_COMMUNICATION_PREFERENCE...more details | ||
| CHECK_EMAIL | Check the email address | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_EMAIL...more details | ||
| CHECK_FACSIMILE | Check the facsimile number | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_FACSIMILE...more details | ||
| CHECK_LOCATION | Check the location | Public |
| CALL METHOD /bofu/cl_addr_check=>CHECK_LOCATION...more details | ||
| CHECK_NOTE | Check the note | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_NOTE...more details | ||
| CHECK_ORGANIZATION_NAME | Check the organization name | Public |
| CALL METHOD /bofu/cl_addr_check=>CHECK_ORGANIZATION_NAME...more details | ||
|
| ||
| CHECK_PAGER | Check the pager number | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_PAGER...more details | ||
| CHECK_PERSON_NAME | Check the person name | Public |
| CALL METHOD /bofu/cl_addr_check=>CHECK_PERSON_NAME...more details | ||
| CHECK_PRINTER | Check the printer | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_PRINTER...more details | ||
| CHECK_RML | Check the RML Address | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_RML...more details | ||
| CHECK_SSF | Check the SSF address | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_SSF...more details | ||
| CHECK_TELEPHONE | Check the telephone number | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_TELEPHONE...more details | ||
| CHECK_TELETEX | Check the teletex number | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_TELETEX...more details | ||
| CHECK_TELEX | Check the telex number | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_TELEX...more details | ||
| CHECK_WEB | Check the web address | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_WEB...more details | ||
| CHECK_WORKPLACE | Check the workplace data | Public |
| CALL METHOD /bofu/cl_addr_check=>CHECK_WORKPLACE...more details | ||
| CHECK_X400 | Check the X.400 address | Private |
| CALL METHOD /bofu/cl_addr_check=>CHECK_X400...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_addr_check=>CONSTRUCTOR...more details | ||
| CONVERT_ERROR_TABLE | Private | |
| CALL METHOD /bofu/cl_addr_check=>CONVERT_ERROR_TABLE...more details | ||
| ERROR | Private | |
| CALL METHOD /bofu/cl_addr_check=>ERROR...more details | ||
| FILL_ERROR_MSG | Private | |
| CALL METHOD /bofu/cl_addr_check=>FILL_ERROR_MSG...more details | ||
| GET_INSTANCE | Get an Instance of the check class | Public |
| CALL METHOD /bofu/cl_addr_check=>GET_INSTANCE...more details | ||
/BOFU/CL_ADDR_CHECK 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_INT | Constant | 'INT' | LIKE AD_COMM | Private | |
| C_MSGTY_ERROR | Constant | Message Type | 'E' | LIKE SYMSGTY | Private |
| C_MSGTY_WARNING | Instance Attribute | Message Type | 'W' | LIKE SYMSGTY | Private |
| C_NULL | Constant | Index of Internal Tables | 0 | LIKE SYTABIX | Private |
| C_TRUE | Constant | Checkbox | 'X' | LIKE XFELD | Private |
| MO_ADDR_MAP | Instance Attribute | Mapping routines for BAS structures | LIKE /BOFU/CL_ADDR_MAP | Private | |
| MO_EX_ADDRESS_CHECK | Instance Attribute | BAdI interface IF_EX_ADDRESS_CHECK | LIKE IF_EX_ADDRESS_CHECK | Private | |
| MR_METADATA | Instance Attribute | Metadata of the Address | LIKE /BOFU/CL_ADDR_METADATA | Private | |
| MT_TSAPD | Instance Attribute | LIKE TY_T_TSAPD | Private | ||
| MV_ACT_IMP_ADDRESS_CHECK | Instance Attribute | Checkbox | LIKE XFELD | Private | |
| MV_SUPPRESS_TAXJURCODE_CHECK | Instance Attribute | Checkbox | SPACE | LIKE XFELD | Private |
| MV_TSAPD_READ | Instance Attribute | LIKE XFELD | Private | ||
| MV_TXJCD_CHECKFUNCTION_EXISTS | Instance Attribute | Checkbox | LIKE XFELD | 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