SAP /BOFU/IF_ADDR_RETRIEVE OO Class - Read Address data from the Persistency









/BOFU/IF_ADDR_RETRIEVE 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/IF_ADDR_RETRIEVE 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/IF_ADDR_RETRIEVE 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
RETRIEVE_ADDRESSES_FOR_ORGPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_ADDRESSES_FOR_ORG...more details

RETRIEVE_ADDRESSES_FOR_PERSONPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_ADDRESSES_FOR_PERSON...more details

RETRIEVE_ADDRESS_14Read Addresses of technical Type 1Public
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_ADDRESS_14...more details

RETRIEVE_ADDRESS_2Read Addresses of technical Type 2Public
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_ADDRESS_2...more details

RETRIEVE_ADDRESS_3Read Addresses of technical Type 3Public
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_ADDRESS_3...more details

RETRIEVE_ADDRESS_5Read PersonsPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_ADDRESS_5...more details

RETRIEVE_ADDRESS_KEY_BY_UUIDGet the address key to a UUIDPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_ADDRESS_KEY_BY_UUID...more details

RETRIEVE_ADDR_REFPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_ADDR_REF...more details

RETRIEVE_EMAILRead email addressesPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_EMAIL...more details

RETRIEVE_FACSIMILERead facsimile numbersPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_FACSIMILE...more details

RETRIEVE_PAGERRead Pager numbersPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_PAGER...more details

RETRIEVE_PERS_REFPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_PERS_REF...more details

RETRIEVE_PRINTERRead PrintersPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_PRINTER...more details

RETRIEVE_RMLRead RML addressesPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_RML...more details

RETRIEVE_SSFRead SSF addressesPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_SSF...more details

RETRIEVE_TELEPHONERead telephone numbersPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_TELEPHONE...more details

RETRIEVE_TELETEXRead teletex numbersPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_TELETEX...more details

RETRIEVE_TELEXRead telex numbersPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_TELEX...more details

RETRIEVE_UUID_BY_ADDRESS_KEYGet the UUID to an address keyPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_UUID_BY_ADDRESS_KEY...more details

RETRIEVE_WEBRead web addressesPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_WEB...more details

RETRIEVE_X400Read X.400 addressesPublic
CALL METHOD /bofu/if_addr_retrieve=>RETRIEVE_X400...more details




Links to Related Class(s)

/BOFU/IF...
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!