BBPS_NONR3_INPUT_ADDRESS SAP (Transfer Structure for Master Data Upload Addresses) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Master Data Upload Addresses




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




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

BBPS_NONR3_INPUT_ADDRESS 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 "Transfer Structure for Master Data Upload Addresses" 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_BBPS_NONR3_INPUT_ADDRESS TYPE BBPS_NONR3_INPUT_ADDRESS.

The BBPS_NONR3_INPUT_ADDRESS table consists of various fields, each holding specific information or linking keys about Transfer Structure for Master Data Upload Addresses data available in SAP. These include ADDRESS_TYPE (Address Type with Master Data Upload), PARTNER_COMPANY (Business Partner Number), EXT_ADDRESS_NO (Address number), EXT_PARTNER_NO (Number of Partner in Non-R/3 System).. 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 BBPS_NONR3_INPUT_ADDRESS 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
ACTIVITYRequested Processing Mode with Master Data Upload BBP_NONR3_ACTIVITYCHAR4BBP_NONR3_ACTIVITY
ADDRESS_TYPEAddress Type with Master Data Upload BBP_NONR3_ADDRESS_TYPECHAR10BBP_NONR3_ADDRESS_TYPE
PARTNER_COMPANYBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
EXT_ADDRESS_NOAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
EXT_PARTNER_NONumber of Partner in Non-R/3 System BBP_NONR3_EXTERNAL_IDCHAR10ALPHABBP_NONR3_EXTERNAL_ID
BACKEND_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
C_O_NAMEc/o name AD_NAME_COCHAR40TEXT40
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
DISTRICTDistrict AD_CITY2CHAR40TEXT40CITY_PART
POSTAL_CODECity postal code AD_PSTCD1CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
PO_BOX_CODEPO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOX_CITYPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
PO_BOX_CTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
PO_BOX_WO_NUMBERFlag: PO Box Without Number AD_POBXNUMCHAR1XFELD
COMP_POST_CODECompany Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
STREET_PREFIXStreet 2 AD_STRSPP1CHAR40TEXT40
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
STREET_SUFFIXStreet 4 AD_STRSPP3CHAR40TEXT40
HOUSE_NUMBERHouse Number AD_HSNM1CHAR10TEXT10
BUILDINGBuilding (Number or Code) AD_BLDNGCHAR20TEXT20
FLOORFloor in building AD_FLOORCHAR10TEXT10
ROOM_NUMBERRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
TAXJUR_CODETax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
LANGUAGE_ISO2-Character SAP Language Code LAISOCHAR2LAISO
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
TEL_EXTENSIONFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
TEL_COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_EXTENSIONFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
FAX_COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
EMAIL_ADDRESSE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
FTP_ADDR_PART1Part of an FTP or HTTP Address BBP_NONR3_URI_PARTCHAR250CHAR250
FTP_ADDR_PART2Part of an FTP or HTTP Address BBP_NONR3_URI_PARTCHAR250CHAR250
HTTP_ADDR_PART1Part of an FTP or HTTP Address BBP_NONR3_URI_PARTCHAR250CHAR250
HTTP_ADDR_PART2Part of an FTP or HTTP Address BBP_NONR3_URI_PARTCHAR250CHAR250
STD_COMMCommunication: FTP, HTTP, and so on BBP_SERVICECHAR10BBP_SERVICE

Key field Non-key field



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

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

How to access SAP table BBPS_NONR3_INPUT_ADDRESS

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