BSB_ADRVO SAP (R3A-BP:BAPI Struct.of Address Version for Org.and Basic Data) Structure details

Dictionary Type: Structure
Description: R3A-BP:BAPI Struct.of Address Version for Org.and Basic Data




ABAP Code to SELECT data from BSB_ADRVO
Related tables to BSB_ADRVO
Access table BSB_ADRVO




Structure field list including key, data, relationships and ABAP select examples

BSB_ADRVO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "R3A-BP:BAPI Struct.of Address Version for Org.and Basic Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BSB_ADRVO TYPE BSB_ADRVO.

The BSB_ADRVO table consists of various fields, each holding specific information or linking keys about R3A-BP:BAPI Struct.of Address Version for Org.and Basic Data data available in SAP. These include TITLE (R3A BP: Form of Address Key), NAME (R3A GP: Name 1 of the Organization), NAME_2 (R3A GP: Name 2 of the Organization), NAME_3 (R3A GP: Name 3 of the Organization).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BSB_ADRVO structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ADDR_VERSR3A GP: Version Indicator for International Address GB_NATIONCHAR1CHAR1
TITLER3A BP: Form of Address Key GB_TITLECHAR4CHAR4
NAMER3A GP: Name 1 of the Organization GB_NAMEOR1CHAR40CHAR40
NAME_2R3A GP: Name 2 of the Organization GB_NAMEOR2CHAR40CHAR40
NAME_3R3A GP: Name 3 of the Organization GB_NAMEOR3CHAR40CHAR40
NAME_4R3A GP: Name 4 of the Organization GB_NAMEOR4CHAR40CHAR40
CONV_NAMER3A BP: Converted Name Field (with Form of Address) GB_NAMETXTCHAR50CHAR50
C_O_NAMER3A BP: c/o Name GB_NAME_COCHAR40CHAR40
CITYR3A BP: City GB_CITY1CHAR40CHAR40
DISTRICTR3A BP: District GB_CITY2CHAR40CHAR40
PO_BOX_CITR3A GP: P.O. Box City GB_POBXLOCCHAR40CHAR40
DELIV_DISR3A BP: Postal Delivery District GB_PSTLARCHAR15CHAR15
STREETR3A BP: Street GB_STREETCHAR60CHAR60
HOUSE_NOR3A BP: House Number GB_HSNM1CHAR10CHAR10
HOUSE_NO2R3A BP: House Number Supplement GB_HSNM2CHAR10CHAR10
HOUSE_NO3R3A BP: House Number Range GB_HSNM3CHAR10CHAR10
STR_SUPPL1R3A BP: Street 2 GB_STRSPP1CHAR40CHAR40
STR_SUPPL2R3A BP: Street 3 GB_STRSPP2CHAR40CHAR40
STR_SUPPL3R3A BP: Street 4 GB_STRSPP3CHAR40CHAR40
LOCATIONR3A BP: Street 5 GB_LCTNCHAR40CHAR40
BUILDINGR3A BP: Building (Number or ID) GB_BLDNGCHAR20CHAR20
FLOORR3A BP: Floor in Building GB_FLOORCHAR10CHAR10
ROOM_NOR3A BP: Room or Apartment Number GB_ROOMNUMCHAR10CHAR10
SORT1R3A: Search Term 1 for Business Partner GB_SORT1CHAR20CHAR20
SORT2R3A BP: Search Term 2 for Business Partner GB_SORT2CHAR20CHAR20
HOME_CITYR3A BP: Place of Residence (Different to Postal City) GB_CITY3CHAR40CHAR40

Key field Non-key field



How do I retrieve data from SAP structure BSB_ADRVO using ABAP code?

As BSB_ADRVO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BSB_ADRVO as there is no data to select.

How to access SAP table BSB_ADRVO

Within an ECC or HANA version of SAP you can also view further information about BSB_ADRVO and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!