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

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







BBP_LOCATIONS_GET_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_LOCATIONS_GET_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_LOCATIONS_GET_ALL. "Basic submit
SUBMIT BBP_LOCATIONS_GET_ALL AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_LOCATIONS_GET_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: 034 = All Old Documents Converted
Text Symbol: 033 = Not Possible to Convert Documents
Text Symbol: 032 = Conversion of Old Documents Completed
Text Symbol: 031 = Start of Old Document Conversion
Text Symbol: 030 = Conversion of Old Documents
Text Symbol: 029 = Conversion of User Favorites
Text Symbol: 028 = Favorites Conversion Finished
Text Symbol: 027 = Favorites Conversion Started
Text Symbol: 026 = Determination of Existing Locations
Text Symbol: 025 = User Attribute Matching
Text Symbol: 023 = Data Procurement from System
Text Symbol: 022 = End of Program Reached
Text Symbol: 021 = Transaction Lock (Note 563180)
Text Symbol: 020 = Delete the Invalid Attributes and Remove
Text Symbol: 019 = Though all Locations were Created Successfully
Text Symbol: 018 = Was not Possible to Convert all Attributes even
Text Symbol: 017 = Transaction Locks not Lifted
Text Symbol: 016 = Transaction Locks Lifted
Text Symbol: 015 = All Data Records Transferred
Text Symbol: 014 = All Attributes Converted
Text Symbol: 013 = Not Possible to Convert Attributes
Text Symbol: 012 = End of Attribute Adjustment
Text Symbol: 011 = Start of Attribute Adjustment
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 = have Occurred





Text Symbol: 004 = Errors
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_LOCATIONS_GET_ALL

INCLUDE BBP_LOCATIONS_GET_ALL_TOP.
INCLUDE BBP_LOCATIONS_GET_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.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_status.

BBP_LOCATION_FAVOURITE_UPGRADE CALL FUNCTION 'BBP_LOCATION_FAVOURITE_UPGRADE' TABLES et_messages = lt_messages.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_status.

BBP_LOC_ATTR_IT5502_UPDATE CALL FUNCTION 'BBP_LOC_ATTR_IT5502_UPDATE' EXPORTING iv_x_commit_internal = 'X' IMPORTING ev_error_count = lv_error_count TABLES et_messages = lt_messages.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_status.

BBP_PDH_TRANSFORM_LOCATION CALL FUNCTION 'BBP_PDH_TRANSFORM_LOCATION' EXPORTING iv_testmode = space IMPORTING ev_failure = lv_doc_error TABLES et_messages = lt_prodoc_messages CHANGING ct_backend = lt_backends.

BBP_LOCATION_INSERT_SWITCH CALL FUNCTION 'BBP_LOCATION_INSERT_SWITCH'.



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