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
Below is a list of transaction codes which are relevant to this SAP report
SBCS_DLI - BCS: Consistency of Dist. Lists
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSO_DLI_CONSISTENT - BCS: Checks the Consistency of Distribution Lists RSSO_DLI_CONSISTENT - BCS: Checks the Consistency of Distribution Lists RSSO_DISCLOSURE - Report RSSO_DISCLOSURE RSSO_DISCLOSURE - Report RSSO_DISCLOSURE RSSO_DEL_EMPTY_FOLID - Delete SOFM Entries with Empty Folder ID RSSO_DEL_EMPTY_FOLID - Delete SOFM Entries with Empty Folder ID