/SAPDII/DWB_BP_ADDR_DI SAP (BAPI Structure Address Data for Business Partner) Structure details

Dictionary Type: Structure
Description: BAPI Structure Address Data for Business Partner




ABAP Code to SELECT data from /SAPDII/DWB_BP_ADDR_DI
Related tables to /SAPDII/DWB_BP_ADDR_DI
Access table /SAPDII/DWB_BP_ADDR_DI




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

/SAPDII/DWB_BP_ADDR_DI 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 "BAPI Structure Address Data for 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_/SAPDII/DWB_BP_ADDR_DI TYPE /SAPDII/DWB_BP_ADDR_DI.

The /SAPDII/DWB_BP_ADDR_DI table consists of various fields, each holding specific information or linking keys about BAPI Structure Address Data for Business Partner data available in SAP. These include EXT_NUMBER (Address number in external system), STND_ADR (Indicator: Address is standard address), C_O_NAME (c/o name), CITY (City).. 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)


SAP /SAPDII/DWB_BP_ADDR_DI 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_NO Address number0
EXT_NUMBER Address number in external system0
STND_ADR Indicator: Address is standard address0
C_O_NAME c/o name0
CITY City0
DISTRICT District0
CITY_NO City code for city/street file0
DISTRICT_NO District code for City and Street file0
HOME_CITY City (different from postal city)0
HOMECITYNO Different city for city/street file0
CHCKSTATUS City file test status0
REGIOGROUP Regional structure grouping0
POSTL_COD1 City postal code0
POSTL_COD2 PO Box postal code0
POSTL_COD3 Company postal code (for large customers)0
PCODE1_EXT City postal code extension, e.g. ZIP+4+2 code0
PCODE2_EXT PO Box postal code extension, e.g. ZIP+4+2 code0
PCODE3_EXT Major customer postal code extension, e.g. ZIP+4+2 code0
PO_BOX PO Box0
PO_W_O_NO Flag: PO Box without number0
PO_BOX_CIT PO Box city0
PBOXCIT_NO City PO box code (City file)0
PO_BOX_REG Region for PO Box (Country, State, Province, ...)0
POBOX_CTRY PO box country0
POBOX_CTRYISO Country ISO code0
DELIV_DIS Post delivery district0
TRANSPZONE Transportation zone to or from which the goods are delivered0
STREET Street0
STREET_NO Street code for city/street file0
STR_ABBR Abbreviation of street name (e.g in Spain)0
HOUSE_NO House number0
HOUSE_NO2 House number supplement0
HOUSE_NO3 House number range0
STR_SUPPL1 Street 20
STR_SUPPL2 Street 30
STR_SUPPL3 Street 40
LOCATION Street 50
BUILDING Building (number or code)0
FLOOR Floor in building0
ROOM_NO Room or appartment number0
COUNTRY Country key0
COUNTRYISO Country ISO code0
LANGU Language key0
LANGU_ISO Language according to ISO 6390
REGION Region (State, Province, County)0
SORT1 Search term 10
SORT2 Search term 20
SORT_PHN Phonetic search sort field0
ADDRORIGIN Address data source (key)0
EXTENS_1 Extension (only for data conversion) (e.g. data line)0
EXTENS_2 Extension (only for data conversion) (e.g. telebox)0
TIME_ZONE Address time zone0
TAXJURCODE Tax jurisdiction code0
ADDRESS_ID Physical address ID0
ADR_NOTES Address notes0
LANGU_CR Address record creation original language0
LANGU_CR_ISO Language according to ISO 6390
TEL_CONSNR Seq. number (direct input)0
TEL_COUNTRY Country key0
TEL_COUNTRY_ISO Country ISO code0
TEL_NUMBER Telephone no.: dialling code+number0
TEL_EXTENSION Telephone no.: Extension0
TEL_STD_NO Flag: this number is the default number0
TEL_COMM_NOTES Communication link notes0
FAX_CONSNR Seq. number (direct input)0
FAX_CNTRY Country key0
FAX_CNTRY_ISO Country ISO code0
FAX_NUMBER Fax number: dialling code+number0
FAX_EXTENS Fax no.: Extension0
FAX_DEFLT Flag: this number is the default number0
FAX_REMARK Communication link notes0
SMTP_CONSNR Seq. number (direct input)0
SMTP_ADDR Internet mail (SMTP) address0
SMTP_DEFLT Flag: this number is the default number0
SMTP_REMARK Communication link notes0

Key field Non-key field



How do I retrieve data from SAP structure /SAPDII/DWB_BP_ADDR_DI using ABAP code?

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

How to access SAP table /SAPDII/DWB_BP_ADDR_DI

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