SAP Reports / Programs

RSSOADRDUP SAP ABAP Report - Report RSSOADRDUP







RSSOADRDUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Performance is becoming worse and worse when sending e-mails or faxes...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 RSSOADRDUP 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_ADRDUP - BCS: Delete Duplicate Addresses


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 RSSOADRDUP. "Basic submit
SUBMIT RSSOADRDUP AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOADRDUP 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: SMTPADR = D .
Selection Text: FAXNO = D .
Selection Text: COUNTRY = D .
Selection Text: TESTMODE = Test Mode
Selection Text: INT = E-Mail Addresses
Selection Text: FULL_LOG = Show All Deleted Records
Selection Text: FAX = Fax Addresses
Title: Report RSSOADRDUP
Text Symbol: T09 = Do you want to continue?
Text Symbol: T08 = Deleting duplicate addresses
Text Symbol: T07 = Test Mode
Text Symbol: T06 = Delete Duplicate Addresses
Text Symbol: T05 = Information
Text Symbol: T04 = Cannot be deleted
Text Symbol: T03 = To be deleted
Text Symbol: T02 = Deleted
Text Symbol: T01 = Not deleted
Text Symbol: P03 = Running
Text Symbol: P02 = Reading addresses
Text Symbol: P01 = Total
Text Symbol: I01 = No duplicate addresses found
Text Symbol: F02 = Options
Text Symbol: F01 = Address Type
Text Symbol: E01 = Number range interval full. Ending program.


INCLUDES used within this REPORT RSSOADRDUP

INCLUDE RSSOADMAC.


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 = &1 percentage = 0.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = 'Duplicate Addresses will be deleted'(t08) textline2 = 'Do you want to proceed?'(t09) titel = 'Delete Duplicate Addreses'(t06) cancel_display = ' ' importing answer = answer.

TELNUMBER_STRUCT_TO_NORMAL call function 'TELNUMBER_STRUCT_TO_NORMAL' exporting country = country telnumber = faxno importing number_normal = fax-low worst_error = worst_error tables messages = msgs.

ADDR_PERSON_REFERENCE_INSERT call function 'ADDR_PERSON_REFERENCE_INSERT' "#EC * exporting person_number = new_persnumber person_reference = i_pers_ref check_if_ref_exists = 'X' importing returncode_numberrange = lv_returncode_nr exceptions person_not_exist = 1 internal_error = 2 parameter_error = 3 reference_exists = 4 numberrange_error = 5 others = 6.

ADDR_PERS_COMP_DELETE call function 'ADDR_PERS_COMP_DELETE' "#EC * exporting address_number = i_pers_ref-addrnumber person_number = extract-persnumber person_reference = i_pers_ref 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_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.

ADDR_MEMORY_CLEAR call function 'ADDR_MEMORY_CLEAR' exporting force = 'X' exceptions unsaved_data_exist = 1 internal_error = 2 others = 3.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting it_fieldcat = f_cat i_grid_title = title is_print = print tables t_outtab = gt_out exceptions program_error = 1 others = 2.



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