SAP Reports / Programs

BBP_SC_AUTO_RETRANSFER SAP ABAP Report - Program For Processing Failed Shopping Cart Transfers







BBP_SC_AUTO_RETRANSFER 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_SC_AUTO_RETRANSFER 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_SC_AUTO_RETRANSFER. "Basic submit
SUBMIT BBP_SC_AUTO_RETRANSFER AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_SC_AUTO_RETRANSFER 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: ADDTIME2 = Hours Until Timeout
Selection Text: ADD_TIME = Hours Since Last "Changed At"
Selection Text: END_TIME = End time (hours)
Selection Text: READONLY = Simulate
Title: Program For Processing Failed Shopping Cart Transfers
Text Symbol: 001 = Shopping Cart
Text Symbol: 002 = Inconsistent status 'I1129', skipped
Text Symbol: 003 = Contains no valid entry for BE_OBJ_ITEM
Text Symbol: 004 = Follow-on document differs from expected document
Text Symbol: 005 = Corrected
Text Symbol: 006 = Communication error
Text Symbol: 007 = Not supported, status changed to 'I1112'
Text Symbol: 008 = Removed due to timeout
Text Symbol: 009 = Items currently in SoCo "Background Transfer"
Text Symbol: 010 = Sent back to sourcing application
Text Symbol: 011 = would be triggered
Text Symbol: 012 = Execution completed


INCLUDES used within this REPORT BBP_SC_AUTO_RETRANSFER

INCLUDE BBP_SC_AUTO_RETRANSFER_TOP.
INCLUDE BBP_SC_AUTO_RETRANSFER_F01.
INCLUDE BBP_SC_AUTO_RETRANSFER_F02.
INCLUDE BBP_SC_AUTO_RETRANSFER_F03.
INCLUDE BBP_SC_AUTO_RETRANSFER_F04.
INCLUDE BBP_SC_AUTO_RETRANSFER_F05.
INCLUDE BBP_SC_AUTO_RETRANSFER_F06.
INCLUDE BBP_SC_AUTO_RETRANSFER_F07.
INCLUDE BBP_SC_AUTO_RETRANSFER_F08.


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:

ENQUEUE_E_RETRANSFER CALL FUNCTION 'ENQUEUE_E_RETRANSFER' EXPORTING mode_bbp_retrans_lock = abap_true client = sy-mandt the_lock = abap_true _scope = '1' " 1 = no_dequeue_after_commit EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = gv_local_system.

DEQUEUE_E_RETRANSFER CALL FUNCTION 'DEQUEUE_E_RETRANSFER' EXPORTING mode_bbp_retrans_lock = 'E' client = sy-mandt the_lock = ''.



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