SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSBCS_DELETE_QUEUE SAP ABAP Report - BCS: Delete Send Requests from Queue







RSBCS_DELETE_QUEUE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Circumstances have resulted in a large number of messages having the status "Waiting" in the overview of send requests (SOST)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSBCS_DELETE_QUEUE 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

SBCS_QUEUE - BCS: Delete from Queue


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 RSBCS_DELETE_QUEUE. "Basic submit
SUBMIT RSBCS_DELETE_QUEUE AND RETURN. "Return to original report after report execution complete
SUBMIT RSBCS_DELETE_QUEUE 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: TITLE = D .
Selection Text: SNDTIM = D .
Selection Text: SNDDAT = D .
Selection Text: SNDART = D .
Selection Text: SENDER = D .
Selection Text: TESTMODE = Test Mode
Selection Text: STATUSES = Status Notifications Only
Selection Text: MSG_STAT = All
Selection Text: MESSAGES = Messages Only
Title: BCS: Delete Send Requests from Queue
Text Symbol: STA = Status Notifications Only
Text Symbol: S04 = Document Types
Text Symbol: S03 = Database
Text Symbol: S02 = Send Data
Text Symbol: Q03 = Delete from Queue
Text Symbol: Q02 = Do you want to continue?
Text Symbol: Q01 = Send Requests Deleted from Queue
Text Symbol: MST = Messages and Status Notifications
Text Symbol: MSG = Messages Only
Text Symbol: 007 = Status Notifications Deleted from Queue
Text Symbol: 006 = Status Notifications to Be Deleted from Queue
Text Symbol: 005 = Delete
Text Symbol: 004 = Select
Text Symbol: 003 = No Send Requests Found
Text Symbol: 002 = Messages Deleted from Queue
Text Symbol: 001 = Messages to be Deleted from Queue


INCLUDES used within this REPORT RSBCS_DELETE_QUEUE

No INCLUDES are used within this REPORT code!


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_text.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = lv_text.

DB_COMMIT call function 'DB_COMMIT'.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = lv_text.

DB_COMMIT call function 'DB_COMMIT'.

SO_USER_ADDRESS_READ_API1 call function 'SO_USER_ADDRESS_READ_API1' tables user_address = lt_user_address exceptions others = 1.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Delete From Wait Queue'(q03) "#EC * default_button = '2' text_question = lv_question display_cancel_button = ' ' importing answer = lv_answer.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = space fieldname = space searchhelp = 'SX_USER' shlpparam = 'USRNAM' dynpprog = lv_dynprog dynpnr = lv_dynnr dynprofield = iv_dynprofield exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.



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