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

RSBCS_USER_DELETE_CLS SAP ABAP INCLUDE - RSBCSUSERDELETECLS







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


INCLUDES used within this REPORT RSBCS_USER_DELETE_CLS

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:

ADDR_PERS_COMP_RELATION_SWITCH call function 'ADDR_PERS_COMP_RELATION_SWITCH' exporting * ADDRESS_HANDLE = ' ' address_number = ls_user-addrnum * PERSON_HANDLE = ' ' person_number = ls_user-persnum * NEW_ADDRESS_HANDLE = ' ' new_address_number = iv_addrnum * IMPORTING * RETURNCODE = * TABLES * ERROR_TABLE = exceptions address_not_exist = 2 new_address_not_exist = 3 parameter_error = 1 person_not_exist = 4 relation_not_exist = 5 new_relation_exists = 6 internal_error = 7 others = 8 .

ADDR_PERSON_REFERENCE_GET call function 'ADDR_PERSON_REFERENCE_GET' exporting person_number = ls_user-persnum * iv_only_owners = abap_true tables reference_table = lt_pref exceptions others = 1.

ADDR_PERSON_REFERENCE_SWITCH call function 'ADDR_PERSON_REFERENCE_SWITCH' exporting person_number = ls_user-persnum old_person_reference = ls_pref_old new_person_reference = ls_pref_new exceptions others = 1.

ADDR_MEMORY_SAVE call function 'ADDR_MEMORY_SAVE' exceptions address_number_missing = 1 person_number_missing = 2 internal_error = 3 database_error = 4 reference_missing = 5 others = 6.

SUSR_COMPANY_CREATE_DIALOG call function 'SUSR_COMPANY_CREATE_DIALOG' importing address_number = rv_addrnum exceptions action_cancelled_by_user = 1 internal_error = 2 others = 3.

ADDR_PERS_COMP_DELETE call function 'ADDR_PERS_COMP_DELETE' exporting address_number = iv_addrnum person_number = iv_persnum person_reference = ls_persref exceptions address_not_exist = 1 parameter_error = 2 person_not_exist = 3 relation_not_exist = 4 internal_error = 5 reference_not_exist = 6 others = 7.

ADDR_SINGLE_SAVE call function 'ADDR_SINGLE_SAVE' exporting address_number = iv_addrnum PERSON_NUMBER = iv_persnum ADDRESS_TYPE = '3' EXCEPTIONS ADDRESS_NOT_EXIST = 1 PERSON_NOT_EXIST = 2 ADDRESS_NUMBER_MISSING = 3 REFERENCE_MISSING = 4 INTERNAL_ERROR = 5 DATABASE_ERROR = 6 PARAMETER_ERROR = 7 OTHERS = 8 .

ADDR_PERS_COMP_DIALOG call function 'ADDR_PERS_COMP_DIALOG' tables number_handle_tab = lt_addr exceptions address_not_exist = 1 group_not_valid = 2 parameter_error = 3 internal_error = 4 others = 5.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'ADDRNUMBER' value_org = 'S' tables value_tab = mt_company return_tab = lt_return exceptions others = 0.

ADDR_DIALOG call function 'ADDR_DIALOG' tables number_handle_tab = lt_addr exceptions address_not_exist = 1 group_not_valid = 2 parameter_error = 3 internal_error = 4 others = 5.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = lv_title text_question = lv_question text_button_1 = text-001 text_button_2 = text-002 display_cancel_button = space importing answer = rv_answer exceptions others = 1.

DOKU_OBJECT_SHOW call function 'DOKU_OBJECT_SHOW' exporting dokclass = 'RE' * DOKLANGU = SY-LANGU dokname = 'RSBCS_USER_DELETE' * DOKTITLE = ' ' tables links = lt_links exceptions others = 0.

ICON_CREATE call function 'ICON_CREATE' exporting name = iv_icon text = ' ' info = iv_info importing result = rv_icon exceptions others = 0.

BP_JOBVARIANT_SCHEDULE call function 'BP_JOBVARIANT_SCHEDULE' exporting title_name = 'RSBCS_USER_DELETE_JOB' job_name = 'BCS USER DELETE' prog_name = 'RSBCS_USER_DELETE_JOB' exceptions others = 1.



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