SAP Reports / Programs

BBP_SC_CORR_STATUS_UPDATE_1 SAP ABAP Report - Check and Update status for Shopping Cart







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


Text pool values


GREEN=Doc w/o err RED=Doc with err YELLOW=Doc directly upd PF9=update
Selection Text: I_CREATE = Creation Date
Selection Text: I_SC_NO = Shopping Cart Number
Selection Text: I_UPD = Update shopping carts directly
Selection Text: SELECT_1 = Select all documents
Selection Text: SELECT_2 = Select erroneous documents
Selection Text: SELECT_3 = Select documents without error
Title: Check and Update status for Shopping Cart
Text Symbol: 001 = To check shopping carts with/without errors in status
001 Action Shopping Status..............................Posting
002 Cart Date


INCLUDES used within this REPORT BBP_SC_CORR_STATUS_UPDATE_1

INCLUDE BBP_PD_CON_CL.
INCLUDE BBP_PD_CON_SECURITY.


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:

BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.

BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.

BBP_PD_SC_GETDETAIL CALL FUNCTION 'BBP_PD_SC_GETDETAIL' EXPORTING i_guid = i_guid i_object_id = p_get_sc_nr i_with_itemdata = SPACE IMPORTING e_header = l_header TABLES e_item = e_item e_messages = e_messages2 e_status = e_status2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = iv_text text_button_1 = 'Yes' icon_button_1 = space text_button_2 = 'No' icon_button_2 = space IMPORTING answer = cv_answer.

BBP_PD_SC_RESET_BUFFER CALL FUNCTION 'BBP_PD_SC_RESET_BUFFER'.

BBP_PD_SC_STATUS_CHANGE_DIRECT CALL FUNCTION 'BBP_PD_SC_STATUS_CHANGE_DIRECT' EXPORTING iv_item_guid = e_item-guid iv_save_db = gc_yes TABLES it_status = lt_status.

BBP_PD_SC_STATUS_CHANGE_DIRECT CALL FUNCTION 'BBP_PD_SC_STATUS_CHANGE_DIRECT' EXPORTING iv_item_guid = e_item-guid iv_save_db = gc_yes TABLES it_status = lt_status.

BBP_PD_SC_STATUS_CHANGE_DIRECT CALL FUNCTION 'BBP_PD_SC_STATUS_CHANGE_DIRECT' EXPORTING iv_item_guid = e_item-guid iv_save_db = gc_yes TABLES it_status = lt_status.



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