BBP_NONR3_PARTNER_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_PARTNER_UPLOAD into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: INIT_DNL = Initial Data Transfer
Title: Master Data Upload From Non-SAP Systems
Text Symbol: 085 = Address Cannot be Changed
Text Symbol: 084 = Address Number not Found:
Text Symbol: 083 = Terms of Payment Reset
Text Symbol: 082 = Invalid Terms of Payment Transferred:
Text Symbol: 081 = Error Deleting Business Partner:
Text Symbol: 080 = Adresses for Partner Exist in Documents
Text Symbol: 079 = Business Partner has Contact Persons
Text Symbol: 078 = Business Partner Exists in Documents
Text Symbol: 077 = Deletion not possible
Text Symbol: 076 = Error Deleting the Assignment:
Text Symbol: 075 = Error Assigning Purchase Data:
Text Symbol: 074 = Supplier:
Text Symbol: 073 = No Business Partner Found for Vendor
Text Symbol: 072 = Desired Action is not Possible:
Text Symbol: 071 = Business Partner is not a Vendor
Text Symbol: 070 = Address Type
Text Symbol: 069 = Ext. Address:
Text Symbol: 068 = Int. Address:
Text Symbol: 067 = Backend:
Text Symbol: 066 = Partner:
Text Symbol: 065 = Mapping 'Address' Must be Done Manually
Text Symbol: 064 = Error Creating the Mapping Record
Text Symbol: 063 = Error Creating the Purchase Fragment
Text Symbol: 062 = Error with Connection HR <--> Partner
Text Symbol: 061 = Organizational Unit Could not be Created
Text Symbol: 060 = Root Node Locked by User:
Text Symbol: 059 = Intermediate Node Locked by User:
Text Symbol: 086 = Purchase Data Could not be Changed
Text Symbol: 113 = Error in Assignment of dummyVG <--> rootVG
Text Symbol: 112 = Business Partners Exist in Interlinkages
Text Symbol: 111 = Business Partners Exist in Shopping Carts
Text Symbol: 110 = Error Creating/Changing Tax Numbers
Text Symbol: 109 = A Partner Exists for the Data:
Text Symbol: 108 = Master Data Transfer: Business Partner from Non-R/3 Systems
Text Symbol: 107 = Error Changing General Indicator
Text Symbol: 106 = Mail Address has '@' as Default
INCLUDE BBP_NONR3_PARTNER_UPLOAD_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = 'HR_ALEOX_INTEGRATION_SWITCH' EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.
HR_ALEOX_INTEGRATION_SWITCH CALL FUNCTION 'HR_ALEOX_INTEGRATION_SWITCH' EXPORTING IV_NO_INTEGRATION = 'X' EXCEPTIONS OTHERS = 0.
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'.
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_PARTNER_UPLOAD or its description.
BBP_NONR3_PARTNER_UPLOAD - Master Data Upload From Non-SAP Systems BBP_NONR3_PARTNER_UPLOAD - Master Data Upload From Non-SAP Systems BBP_NONR3_ADDRESS_UPLOAD_TOP - BBPNONR3ADDRESSUPLOADTOP BBP_NONR3_ADDRESS_UPLOAD_F01 - BBPNONR3ADDRESSUPLOADF01 BBP_NONR3_ADDRESS_UPLOAD - Master Data Upload from Non-SAP Systems: Addresses BBP_NONR3_ADDRESS_UPLOAD - Master Data Upload from Non-SAP Systems: Addresses