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

RSBCS_USER_DELETE SAP ABAP dialog Program - BCS: Display and Delete Office Users







RSBCS_USER_DELETE is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for When an SAP user is deleted in user management, the relevant BCS user is not deleted directly, but only flagged as 'deleted'...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_USER_DELETE 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

SOUD - BCS: User Management


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


Text pool values


Title: BCS: Display and Delete Office Users
Text Symbol: 033 = Create New Company Address
Text Symbol: 032 = Address
Text Symbol: 031 = Check User Record (&2 of &3)
Text Symbol: 030 = Select Data...
Text Symbol: 029 = Person Number
Text Symbol: 028 = Person Number
Text Symbol: 027 = Pers No.
Text Symbol: 026 = Related SAP User Deleted
Text Symbol: 025 = User Deleted
Text Symbol: 024 = Deleted
Text Symbol: 023 = SAP User Deleted
Text Symbol: 022 = SAP User Exists
Text Symbol: 021 = BCS User Address
Text Symbol: 020 = BCS User Address
Text Symbol: 019 = BCS Add.
Text Symbol: 018 = BCS User Still in Use
Text Symbol: 017 = BCS User No Longer in Use
Text Symbol: 016 = Address Number
Text Symbol: 015 = Address Number
Text Symbol: 014 = Add. No.
Text Symbol: 013 = BCS User Still in Use
Text Symbol: 012 = User Used
Text Symbol: 011 = is used
Text Symbol: 010 = Assign Company Address
Text Symbol: 009 = Cancel
Text Symbol: 008 = Delete anyway?
Text Symbol: 007 = Addresses still used for selected data records
Text Symbol: 006 = Display Address
Text Symbol: 005 = Delete Data Rec.
Text Symbol: 004 = Delete selected data records?
Text Symbol: 003 = Confirm Deletion
Text Symbol: 002 = No
Text Symbol: 001 = Yes


INCLUDES used within this REPORT RSBCS_USER_DELETE

INCLUDE RSBCS_USER_DELETE_TYP.
INCLUDE RSBCS_USER_DELETE_CLS.
INCLUDE RSBCS_USER_DELETE_TOP.
INCLUDE RSBCS_USER_DELETE_O01.




INCLUDE RSBCS_USER_DELETE_I01.
INCLUDE RSBCS_USER_DELETE_F01 .


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:

No SAP FUNCTION MODULES are executed within this report code!



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