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

RSSO_DLI_CONSISTENT SAP ABAP Report - BCS: Checks the Consistency of Distribution Lists







RSSO_DLI_CONSISTENT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Consistency check of the Business Communication Services distribution lists...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 RSSO_DLI_CONSISTENT 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_DLI - BCS: Consistency of Dist. Lists


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 RSSO_DLI_CONSISTENT. "Basic submit
SUBMIT RSSO_DLI_CONSISTENT AND RETURN. "Return to original report after report execution complete
SUBMIT RSSO_DLI_CONSISTENT 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: P_TEST = Test Mode
Title: BCS: Checks the Consistency of Distribution Lists
Text Symbol: 032 = General distribution lists cannot be stored in private folders
Text Symbol: 031 = Private ditribution lists cannot be stored in general folders
Text Symbol: 030 = Number of distribution lists that were restored in general folder X_DLI_RSTORE
Text Symbol: 029 = Number of distribution lists restored in private folder X_DLI_RSTORE of user &
Text Symbol: 028 = Number of restored folder assignments
Text Symbol: 027 = Number of deleted folder assignments
Text Symbol: 025 = Number of deleted receiver definitions
Text Symbol: 023 = Number of restored distribution list definitions
Text Symbol: 022 = Number of deleted distribution list definitions
Text Symbol: 021 = Status
Text Symbol: 020 = Text
Text Symbol: 017 = Error in CL_SALV_TABLE=>FACTORY
Text Symbol: 016 = Test Mode
Text Symbol: 015 = Folder assignments not unique - Correction not possible
Text Symbol: 014 = Error creating general folder X_DLI_RSTORE - Processing canceled
Text Symbol: 013 = Error creating private folder X_DLI_RSTORE - Processing canceled
Text Symbol: 011 = Reproduced Distribution Lists
Text Symbol: 008 = Inconsistencies in folder assignments
Text Symbol: 007 = No inconsistencies found in folder assignments
Text Symbol: 005 = Number of deleted address references
Text Symbol: 004 = Inconsistencies found in receiver definitions
Text Symbol: 003 = No inconsistencies found in receiver definitions
Text Symbol: 002 = Inconsistencies found in distribution list definitions
Text Symbol: 001 = No inconsistencies found in distribution list definitions


INCLUDES used within this REPORT RSSO_DLI_CONSISTENT

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:

SO_ADDRESS_FREE call function 'SO_ADDRESS_FREE' exporting adrnr = lv_adrnr usage = ls_usage exceptions address_not_exist = 1 reference_not_exist = 2 x_error = 3 others = 4.

SO_FOLDER_INSERT call function 'SO_FOLDER_INSERT' exporting folder_id = ls_shared_folder object_fl_change = ls_folder_fl object_hd_change = ls_folder_hd object_sd_change = ls_folder_sd importing object_id = ls_folder_id exceptions others = 1.

SO_FOLDER_INSERT call function 'SO_FOLDER_INSERT' exporting folder_id = ls_private_folder object_fl_change = ls_folder_fl object_hd_change = ls_folder_hd object_sd_change = ls_folder_sd importing object_id = ls_folder_id 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 RSSO_DLI_CONSISTENT or its description.