SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Enterprise/Business Partner Management(SRM-EBP-ADM) SAP SRM

BBP_UPDATE_LOCATIONS_ALL SAP ABAP Report - Transfer all plants from all backend systems as locations







BBP_UPDATE_LOCATIONS_ALL 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_UPDATE_LOCATIONS_ALL 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_UPDATE_LOCATIONS_ALL. "Basic submit
SUBMIT BBP_UPDATE_LOCATIONS_ALL AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_UPDATE_LOCATIONS_ALL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Transfer all plants from all backend systems as locations
Text Symbol: 042 = for Relevant Messages (Transaction SLG1)
Text Symbol: 041 = Check the Application Log BBP_LOCATIONS_GET
Text Symbol: 040 = Program Terminated with Errors
Text Symbol: 039 = Error Accessing System
Text Symbol: 038 = No Data Records Transferred
Text Symbol: 037 = for Errors and Warnings (Transaction SLG1)
Text Symbol: 036 = Check the Application Log BBP_LOCATIONS_GET
Text Symbol: 035 = Program End Reached.
Text Symbol: 026 = Determination of Existing Locations
Text Symbol: 023 = Data Procurement from System
Text Symbol: 022 = End of Program Reached
Text Symbol: 010 = Data Records Could not be Transferred
Text Symbol: 009 = Data Transfer from Backends Completed
Text Symbol: 008 = No Backend Systems Found
Text Symbol: 007 = Start of Transfer from Backend
Text Symbol: 006 = - - - - - - - - - - - - - - - - - - - - - - - - -
Text Symbol: 005 = Errors have occurred
Text Symbol: 004 = Total
Text Symbol: 003 = End of Transfer from Backend
Text Symbol: 002 = Application Log: Locations from Backends
Text Symbol: 001 = BBP_LOCATIONS_GET


INCLUDES used within this REPORT BBP_UPDATE_LOCATIONS_ALL

INCLUDE BBP_UPDATE_LOCATIONS_ALL_TOP.
INCLUDE BBP_UPDATE_LOCATIONS_ALL_F01.


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_status.

BBP_GET_BACKEND_SYSTEMS CALL FUNCTION 'BBP_GET_BACKEND_SYSTEMS' TABLES et_logical_systems = lt_backends et_messages = lt_messages.

BBP_LOCATIONS_GET_LOCAL_SYSTEM CALL FUNCTION 'BBP_LOCATIONS_GET_LOCAL_SYSTEM' TABLES et_reference_data = lt_reference_data.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_status.

BBP_LOCATIONS_GET_FROM_BACKEND CALL FUNCTION 'BBP_LOCATIONS_GET_FROM_BACKEND' EXPORTING iv_logsys = ls_backend-logsys IMPORTING ev_error_count = lv_error_count TABLES ct_reference_data = lt_reference_data et_messages = lt_messages EXCEPTIONS not_found = 1 OTHERS = 2.



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_UPDATE_LOCATIONS_ALL or its description.