SAP Reports / Programs

BBP_BW_SC2 SAP ABAP Report - Shopping Cart Status







BBP_BW_SC2 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_BW_SC2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BBP_BW_SC2 - SB Monitoring Admin (PD)


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_BW_SC2. "Basic submit
SUBMIT BBP_BW_SC2 AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_BW_SC2 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: P_CUR = Currency Translation
Selection Text: P_CURTYP = ... in Currency
Selection Text: P_DEF_V = Default layout
Selection Text: P_MXHITS = Maximum No.of Hits
Selection Text: P_NO_CUR = No Currency Translation
Selection Text: P_NO_V = Do not load a layout
Selection Text: P_SCNAME = Name of Shopping Cart
Selection Text: P_SPEC_V = Specify a layout
Selection Text: P_STAT = Status
Selection Text: P_VARI = ... via the name
Selection Text: SEL_DATE = Requisition (Request) Date
Title: Shopping Cart Status
Text Symbol: 002 = Layout
Text Symbol: 003 = Selection
Text Symbol: 004 = Currncy
Text Symbol: 510 = Not Possible to Create Control
Text Symbol: 550 = No radio button active


INCLUDES used within this REPORT BBP_BW_SC2

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_READ_ATTRIBUTES CALL FUNCTION 'BBP_READ_ATTRIBUTES' EXPORTING iv_user = sy-uname iv_scenario = 'BBP' iv_attr_single = ls_attribute IMPORTING ev_attr_dft_single = ls_attr_single EXCEPTIONS object_id_not_found = 1 no_attributes_requested = 2 attributes_read_error = 3 OTHERS = 4.

LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING i_save = x_save CHANGING cs_variant = def_layout EXCEPTIONS not_found = 2.

LVC_VARIANT_F4 CALL FUNCTION 'LVC_VARIANT_F4' EXPORTING is_variant = x_layout i_save = x_save IMPORTING e_exit = g_exit es_variant = spec_layout EXCEPTIONS not_found = 1 OTHERS = 2.

LVC_VARIANT_EXISTENCE_CHECK CALL FUNCTION 'LVC_VARIANT_EXISTENCE_CHECK' EXPORTING i_save = x_save CHANGING cs_variant = spec_layout EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = space txt1 = text-550. "No radio button active!

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-510. "The control could not be created

BBP_BW_SC_SELECT_1 CALL FUNCTION 'BBP_BW_SC_SELECT_1' EXPORTING i_stat = p_stat i_sc_name = p_scname i_maxhits = p_mxhits TABLES t_sel_date = lt_sel_date t_result = t_superextract EXCEPTIONS no_sel_crit = 1 no_sel_data = 2.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = s_extract-value foreign_currency = s_extract-currency local_currency = p_curtyp IMPORTING local_amount = lv_loc_val.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datlo foreign_amount = s_extract-price foreign_currency = s_extract-currency local_currency = p_curtyp IMPORTING local_amount = lv_loc_price.



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