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 NameDescriptionVisability
CHECK_EXTERNAL_DATACheck external address data from inputPublic
CALL METHOD /bofu/cl_addr_complete=>CHECK_EXTERNAL_DATA...more details

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

CONVERT_ADDRESSConvert an address from one type to anotherPrivate
CALL METHOD /bofu/cl_addr_complete=>CONVERT_ADDRESS...more details

COPY_ADDRESSCopy AddressPublic
CALL METHOD /bofu/cl_addr_complete=>COPY_ADDRESS...more details

ERRORCreate error table entryPrivate
CALL METHOD /bofu/cl_addr_complete=>ERROR...more details

ERROR_COLLECTCollect errorsPrivate
CALL METHOD /bofu/cl_addr_complete=>ERROR_COLLECT...more details

GET_INSTANCECreate InstancePublic
CALL METHOD /bofu/cl_addr_complete=>GET_INSTANCE...more details

MODIFY_ADDRESSChange AddressPublic
CALL METHOD /bofu/cl_addr_complete=>MODIFY_ADDRESS...more details

RETRIEVE_ADDRESSGet AddressPublic
CALL METHOD /bofu/cl_addr_complete=>RETRIEVE_ADDRESS...more details

SIMPLIFY_ADDRESSRemove 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.

NameLevelDescriptionInitial ValueTypeVisability
C_COMM_FAXConstantCommunication Method (Key) (Business Address Services)'FAX'LIKE
AD_COMM
Private
C_COMM_INTConstantCommunication Method (Key) (Business Address Services)'INT'LIKE
AD_COMM
Private
C_COMM_PAGConstantCommunication Method (Key) (Business Address Services)'PAG'LIKE
AD_COMM
Private
C_COMM_PRTConstantCommunication Method (Key) (Business Address Services)'PRT'LIKE
AD_COMM
Private
C_COMM_RMLConstantCommunication Method (Key) (Business Address Services)'RML'LIKE
AD_COMM
Private
C_COMM_SSFConstantCommunication Method (Key) (Business Address Services)'SSF'LIKE
AD_COMM
Private
C_COMM_TELConstantCommunication Method (Key) (Business Address Services)'TEL'LIKE
AD_COMM
Private
C_COMM_TLXConstantCommunication Method (Key) (Business Address Services)'TLX'LIKE
AD_COMM
Private
C_COMM_TTXConstantCommunication Method (Key) (Business Address Services)'TTX'LIKE
AD_COMM
Private
C_COMM_URIConstantCommunication Method (Key) (Business Address Services)'URI'LIKE
AD_COMM
Private
C_COMM_X40ConstantCommunication Method (Key) (Business Address Services)'X40'LIKE
AD_COMM
Private
C_TRUEConstantFeld zum Ankreuzen'X'LIKE
XFELD
Public
GO_ADDR_COMPLETEStatic AttributeService Methods for Handling AddressesLIKE
/BOFU/CL_ADDR_COMPLETE
Private
MO_ADDR_CHECKInstance AttributeAddress ChecksLIKE
/BOFU/CL_ADDR_CHECK
Public
MO_ADDR_MAINInstance AttributeEdit Address in ESA ServicesLIKE
/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



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!