BUS_ADDRESS_IN_VERSION_BW SAP (SAP BP: Extract Structure Standard Address Business Partner) Structure details

Dictionary Type: Structure
Description: SAP BP: Extract Structure Standard Address Business Partner




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




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

BUS_ADDRESS_IN_VERSION_BW 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 "SAP BP: Extract Structure Standard Address Business Partner" 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_BUS_ADDRESS_IN_VERSION_BW TYPE BUS_ADDRESS_IN_VERSION_BW.

The BUS_ADDRESS_IN_VERSION_BW table consists of various fields, each holding specific information or linking keys about SAP BP: Extract Structure Standard Address Business Partner data available in SAP. These include PARTNER_GUID (Business Partner GUID), NATION (Version ID for International Addresses), VALID_FROM (Validity Start of a Business Partner Address Usage), VALID_TO (Validity End of a Business Partner Address Usage).. 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: Can be enhanced (character-type or numeric)


SAP BUS_ADDRESS_IN_VERSION_BW 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
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
NATIONVersion ID for International Addresses AD_NATIONCHAR1Assigned to domainAD_NATIONADDRESS_NATION
VALID_FROMValidity Start of a Business Partner Address Usage BU_ADVW_VALID_FROMDEC15TZNTSTMPS
VALID_TOValidity End of a Business Partner Address Usage BU_ADVW_VALID_TODEC15TZNTSTMPS
ADDR_VALID_FROMValidity Start of a Business Partner Address BU_ADDR_VALID_FROMDEC15TZNTSTMPS
ADDR_VALID_TOValidity End of a Business Partner Address BU_ADDR_VALID_TODEC15TZNTSTMPS
TITLEForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
NAME_COc/o name AD_NAME_COCHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
HOME_CITYCity (Different from Postal City) PI_AD_CITY3CHAR40TEXT40
PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
HOUSE_NUM2House number supplement AD_HSNM2CHAR10TEXT10
STR_SUPPL1Street 2 AD_STRSPP1CHAR40TEXT40
STR_SUPPL2Street 3 AD_STRSPP2CHAR40TEXT40
STR_SUPPL3Street 4 AD_STRSPP3CHAR40TEXT40
LOCATIONStreet 5 AD_LCTNCHAR40TEXT40
SORT1Search Term 1 AD_SORT1CHAR20CHAR20
SORT2Search Term 2 AD_SORT2CHAR20CHAR20
ADDR_SHORTOne-line short form of formatted address AD_LINE_SCHAR80CHAR80
ADDR_SHORT_SOne-line short form of formatted address AD_LINE_SCHAR80CHAR80
LINE0BP Address: Line 0 ADDR_LINE0_BWCHAR80LINES
LINE1BP Address: Line 1 ADDR_LINE1_BWCHAR80LINES
LINE2BP Address: Line 2 ADDR_LINE2_BWCHAR80LINES
LINE3BP Address: Line 3 ADDR_LINE3_BWCHAR80LINES
LINE4BP Address: Line 4 ADDR_LINE4_BWCHAR80LINES
LINE5BP Address: Line 5 ADDR_LINE5_BWCHAR80LINES
LINE6BP Address: Line 6 ADDR_LINE6_BWCHAR80LINES
LINE7BP Address: Line 7 ADDR_LINE7_BWCHAR80LINES
LINE8BP Address: Line 8 ADDR_LINE8_BWCHAR80LINES
LINE9BP Address: Line 9 ADDR_LINE9_BWCHAR80LINES
TXTSHShort description RSTXTSHCHAR20TEXT20
TXTMDMedium description RSTXTMDCHAR40TEXT40
TXTLGLong description RSTXTLGCHAR60TEXT60

Key field Non-key field



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

As BUS_ADDRESS_IN_VERSION_BW 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 BUS_ADDRESS_IN_VERSION_BW as there is no data to select.

How to access SAP table BUS_ADDRESS_IN_VERSION_BW

Within an ECC or HANA version of SAP you can also view further information about BUS_ADDRESS_IN_VERSION_BW 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!