SAP Reports / Programs

BBP_NONR3_ADDRESS_UPLOAD SAP ABAP Report - Master Data Upload from Non-SAP Systems: Addresses







BBP_NONR3_ADDRESS_UPLOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter BBP_NONR3_ADDRESS_UPLOAD into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT BBP_NONR3_ADDRESS_UPLOAD. "Basic submit
SUBMIT BBP_NONR3_ADDRESS_UPLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_NONR3_ADDRESS_UPLOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: INIT_DNL = Initial Data Transfer
Title: Master Data Upload from Non-SAP Systems: Addresses
Text Symbol: 033 = Standard Communication Type set to E-Mail
Text Symbol: 034 = HTTPS Address was not Transferred
Text Symbol: 035 = HTTP Address was not Transferred
Text Symbol: 036 = FTP Address was not Transferred
Text Symbol: 037 = Business Partner
Text Symbol: 038 = Standard Communication Type was not Transferred
Text Symbol: 039 = Address Types are not Maintained
Text Symbol: 040 = Address Type not Maintained:
Text Symbol: 041 = Error Creating the Address:
Text Symbol: 042 = Error Writing the Mapping:
Text Symbol: 043 = Address Cannot be Identified Uniquely
Text Symbol: 044 = No Address Found for the Details Given
Text Symbol: 045 = Unable to delete:
Text Symbol: 046 = Address Exists in Documents
Text Symbol: 047 = Address is Company's only Address
Text Symbol: 048 = Error Deleting the Address:
Text Symbol: 049 = No Change Information Exists:
Text Symbol: 050 = Error Reading the Address Details:
Text Symbol: 051 = Address Cannot be Changed
Text Symbol: 052 = Error Deleting the Mapping:
Text Symbol: 053 = Error Changing the Address
Text Symbol: 054 = Mail Address Missing for Std. Comm. 'E-MAIL'
Text Symbol: 055 = Mail Address has '@' as Default
Text Symbol: 056 = Error Changing General Indicator
Text Symbol: 057 = ZBBP_NONR3_ADDRESS_UPLOAD
Text Symbol: 058 = Master Data Transfer: Addresses From Non-R/3 Systems
Text Symbol: 059 = External Partner Number was not Transferred
Text Symbol: 060 = Partner was not Found
Text Symbol: 032 = nor City/Street/Postal Code was Specified
Text Symbol: 001 = Application Log: Master Data Upload Addresses from Non-R/3 Syst
Text Symbol: 002 = End of Program Reached
Text Symbol: 003 = Error Reading Languages
Text Symbol: 004 = Error Reading Countries
Text Symbol: 005 = No Data Available for Upload
Text Symbol: 006 = Error Executing BADI
Text Symbol: 007 = Error in Proccessing Mode 'Create'





Text Symbol: 008 = Business Partner for Company not Specified
Text Symbol: 010 = - External Address Number
Text Symbol: 011 = Invalid Processing Mode:
Text Symbol: 012 = in line
Text Symbol: 013 = Invalid Address Type:
Text Symbol: 014 = External Address Number not Transferred
Text Symbol: 015 = Logical System was not Transferred
Text Symbol: 016 = Company (global) does not Exist:
Text Symbol: 017 = No Org. Unit Designated as Company
Text Symbol: 018 = Partner is not a Company:
Text Symbol: 019 = Transferred Address Already Exists
Text Symbol: 020 = - Company:
Text Symbol: 021 = - Ext. Partner
Text Symbol: 022 = - Ext. Address
Text Symbol: 023 = - Int. Address
Text Symbol: 024 = - Address Type
Text Symbol: 025 = - Backend
Text Symbol: 026 = Language was not Transferred
Text Symbol: 027 = Language Key Does not Exist:
Text Symbol: 028 = Country was not Transferred
Text Symbol: 029 = Country Key does not Exist:
Text Symbol: 030 = Transferred Address is Invalid
Text Symbol: 031 = Neither PO Box nor Postal Code for PO Box


INCLUDES used within this REPORT BBP_NONR3_ADDRESS_UPLOAD

INCLUDE BBP_NONR3_ADDRESS_UPLOAD_TOP.
INCLUDE BBP_NONR3_ADDRESS_UPLOAD_F01.
INCLUDE BBP_NONR3_ADDRESS_CHECKS.
INCLUDE BBP_NONR3_ADDRESS_MAPPING.
INCLUDE BBP_NONR3_ADDRESS_CHANGES.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ADDR_SUPPRESS_CHANGE_DOCUMENTS CALL FUNCTION 'ADDR_SUPPRESS_CHANGE_DOCUMENTS' EXPORTING suppress_cd_type_1 = 'X' suppress_cd_type_2 = 'X' suppress_cd_type_3 = 'X'.

BUPA_SUPPRESS_CHANGE_DOCS CALL FUNCTION 'BUPA_SUPPRESS_CHANGE_DOCS' EXPORTING iv_suppress_cd = 'X'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING wait = 'X'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BBP_NONR3_ADDRESS_UPLOAD or its description.