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 NameDescriptionVisability
CHECK_COMMUNICATION_PREFERENCECheck the communication preferencePublic
CALL METHOD /bofu/cl_addr_check=>CHECK_COMMUNICATION_PREFERENCE...more details

CHECK_EMAILCheck the email addressPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_EMAIL...more details

CHECK_FACSIMILECheck the facsimile numberPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_FACSIMILE...more details

CHECK_LOCATIONCheck the locationPublic
CALL METHOD /bofu/cl_addr_check=>CHECK_LOCATION...more details

CHECK_NOTECheck the notePrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_NOTE...more details

CHECK_ORGANIZATION_NAMECheck the organization namePublic
CALL METHOD /bofu/cl_addr_check=>CHECK_ORGANIZATION_NAME...more details

CHECK_PAGERCheck the pager numberPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_PAGER...more details

CHECK_PERSON_NAMECheck the person namePublic
CALL METHOD /bofu/cl_addr_check=>CHECK_PERSON_NAME...more details

CHECK_PRINTERCheck the printerPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_PRINTER...more details

CHECK_RMLCheck the RML AddressPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_RML...more details

CHECK_SSFCheck the SSF addressPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_SSF...more details

CHECK_TELEPHONECheck the telephone numberPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_TELEPHONE...more details

CHECK_TELETEXCheck the teletex numberPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_TELETEX...more details

CHECK_TELEXCheck the telex numberPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_TELEX...more details

CHECK_WEBCheck the web addressPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_WEB...more details

CHECK_WORKPLACECheck the workplace dataPublic
CALL METHOD /bofu/cl_addr_check=>CHECK_WORKPLACE...more details

CHECK_X400Check the X.400 addressPrivate
CALL METHOD /bofu/cl_addr_check=>CHECK_X400...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bofu/cl_addr_check=>CONSTRUCTOR...more details

CONVERT_ERROR_TABLEPrivate
CALL METHOD /bofu/cl_addr_check=>CONVERT_ERROR_TABLE...more details

ERRORPrivate
CALL METHOD /bofu/cl_addr_check=>ERROR...more details

FILL_ERROR_MSGPrivate
CALL METHOD /bofu/cl_addr_check=>FILL_ERROR_MSG...more details

GET_INSTANCEGet an Instance of the check classPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
C_COMM_INTConstant'INT'LIKE
AD_COMM
Private
C_MSGTY_ERRORConstantMessage Type'E'LIKE
SYMSGTY
Private
C_MSGTY_WARNINGInstance AttributeMessage Type'W'LIKE
SYMSGTY
Private
C_NULLConstantIndex of Internal Tables0LIKE
SYTABIX
Private
C_TRUEConstantCheckbox'X'LIKE
XFELD
Private
MO_ADDR_MAPInstance AttributeMapping routines for BAS structuresLIKE
/BOFU/CL_ADDR_MAP
Private
MO_EX_ADDRESS_CHECKInstance AttributeBAdI interface IF_EX_ADDRESS_CHECKLIKE
IF_EX_ADDRESS_CHECK
Private
MR_METADATAInstance AttributeMetadata of the AddressLIKE
/BOFU/CL_ADDR_METADATA
Private
MT_TSAPDInstance AttributeLIKE
TY_T_TSAPD
Private
MV_ACT_IMP_ADDRESS_CHECKInstance AttributeCheckboxLIKE
XFELD
Private
MV_SUPPRESS_TAXJURCODE_CHECKInstance AttributeCheckboxSPACELIKE
XFELD
Private
MV_TSAPD_READInstance AttributeLIKE
XFELD
Private
MV_TXJCD_CHECKFUNCTION_EXISTSInstance AttributeCheckboxLIKE
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



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!