SAP Reports / Programs

BBP_ALERT_SC_STATUS_ERROR SAP ABAP Report - Selection of Erroneous Shopping Cart Items -> Create Alert







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


Text pool values


Shopping Cart Items with Status "Erroneous Transfer"
Selection Text: GP_ALERT = Create Alerts
Selection Text: GO_SC_NO = Shopping Cart Number
Selection Text: GO_PDATE = Shopping Cart Creation Date
Title: Selection of Erroneous Shopping Cart Items -> Create Alert
Text Symbol: S03 = No Erroneous Items Selected
Text Symbol: S02 = Number of Selected Erroneous Items:
Text Symbol: S01 = Number of Written Alerts:
Text Symbol: E05 = Error Reading Shopping Cart
Text Symbol: E04 = has Errors
Text Symbol: E03 = Error in ccms_alert_write
Text Symbol: E02 = Error in ccms_folder_get
Text Symbol: E01 = Error in ccms_initialize
001 SC Name of Shopping Cart Date Item Description


INCLUDES used within this REPORT BBP_ALERT_SC_STATUS_ERROR

INCLUDE RSALEXTI.


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:

SALI_SMES_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_SMES_REPORT_T100_MESSAGE' EXPORTING msgvalue = al_val_red msgid = 'BBP_ADMIN' msgno = 012 msgarg1 = lv_msgarg1 argtype1 = lc_char msgarg2 = lv_msgarg2 argtype2 = lc_char msgarg3 = lv_msgarg3 argtype3 = lc_char msgarg4 = lv_msgarg4 argtype4 = lc_char * DEFAULT_MSGTEXT = 'Shopping basket not transferred' reportedby = 'BBP_ALERT_SB_NOTTRANSFERED' CHANGING tid = cs_error_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 99.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = lv_alert_folder IMPORTING tid = es_error_tid EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 internal_error = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 99.

SALI_INTERNAL_SETTINGS CALL FUNCTION 'SALI_INTERNAL_SETTINGS' EXPORTING allow_systemwide = 'X' EXCEPTIONS setting_not_allowed = 1 OTHERS = 2.

BBP_PD_SC_GETDETAIL CALL FUNCTION 'BBP_PD_SC_GETDETAIL' EXPORTING i_object_id = ls_sc_list-object_id i_with_itemdata = 'X' TABLES e_item = lt_item e_status = lt_status e_messages = lt_messages.



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