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

RSBCS_DELETE_MIME SAP ABAP Report - Delete MIME Display of Send Requests (Table SBCMCONT1)







RSBCS_DELETE_MIME is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deleting MIME documents...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_MIME 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_MIMEDEL - BCS: Delete MIME Documents


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_MIME. "Basic submit
SUBMIT RSBCS_DELETE_MIME AND RETURN. "Return to original report after report execution complete
SUBMIT RSBCS_DELETE_MIME 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: NOREL = Without Send Request
Selection Text: OUTBND = Outbound Only
Selection Text: REL = With Send Request
Selection Text: SENDDATE = Send Date
Selection Text: TESTMODE = Test Mode
Title: Delete MIME Display of Send Requests (Table SBCMCONT1)
Text Symbol: L01 = Selected MIME Documents Without Send Request
Text Symbol: L02 = Deleted MIME Documents Without Send Request
Text Symbol: L03 = Selected MIME Documents with Send Request
Text Symbol: L04 = Deleted MIME Documents with Send Request
Text Symbol: M01 = Select an Option
Text Symbol: P01 = Select MIME Documents Without Send Request...
Text Symbol: P02 = Select MIME Documents with Send Request...
Text Symbol: S01 = MIME Data
Text Symbol: S02 = Delete MIME Documents for Which Send Request No Longer Exists
Text Symbol: S03 = Delete MIME Documents Belonging to Send Request
Text Symbol: S04 = Outbound Send Requests Only
Text Symbol: S05 = DB Changes
Text Symbol: S06 = Test Mode
Text Symbol: T01 = Selected
Text Symbol: T02 = Deleted


INCLUDES used within this REPORT RSBCS_DELETE_MIME

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

SDOK_LOIO_DELETE_WITH_PHIOS call function 'SDOK_LOIO_DELETE_WITH_PHIOS' exporting object_id = ls_kpro_obj exceptions not_existing = 1 not_allowed = 2 not_authorized = 3 exception_in_exit = 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_MIME or its description.