RSSOGDLI is a standard Executable ABAP Report 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 RSSOGDLI into the relevant SAP transactions such as SE38 or SE80
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: DLI = Distribution list:
Title: SAPoffice admin.: Create distribution list with all office users
Text Symbol: 012 = Object type
Text Symbol: 011 = Object ID
Text Symbol: 010 = Folder name
Text Symbol: 009 = Folder ID
Text Symbol: 013 = Object name
Text Symbol: 014 = Object language
Text Symbol: 015 = Creator ID
Text Symbol: 016 = Creator name
Text Symbol: 001 = Specify a distribution list.
Text Symbol: 002 = If the distribution list does not exist, a folder name
Text Symbol: 003 = is requested and the distribution list created again.
Text Symbol: 004 = If the distribution list already exists
Text Symbol: 005 = it is updated.
Text Symbol: 006 = Error when selecting the user
Text Symbol: 007 = The distr. list was created with the following attributes:
Text Symbol: 008 = The distr. list was created again with the following attributes:
Text Symbol: 025 = Owner name
Text Symbol: 026 = Last action
Text Symbol: 027 = Sensitivity
Text Symbol: 028 = Subscript
Text Symbol: 029 = Shared distr.
Text Symbol: 030 = Display entries
Text Symbol: 017 = Creation date
Text Symbol: 018 = Creation time
Text Symbol: 019 = Changer ID
Text Symbol: 020 = Changer name
Text Symbol: 024 = Owner name
Text Symbol: 023 = Owner ID
Text Symbol: 022 = Change time
Text Symbol: 021 = Change date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SO_DLI_INSERT_API1 CALL FUNCTION 'SO_DLI_INSERT_API1' EXPORTING FOLDER_ID = FOLDER_ID_CON DLI_INSERT_DATA = DLI_INSERT_DAT IMPORTING DLI_INFO = DLI_INF TABLES DLI_ENTRIES = MEMBER_TAB EXCEPTIONS DLI_ALREADY_EXIST = 1 FOLDER_NOT_EXIST = 2 OPERATION_NO_AUTHORIZATION = 3 PARAMETER_ERROR = 4 X_ERROR = 5 ENQUEUE_ERROR = 6 OTHERS = 7.
SO_DLI_READ_API1 CALL FUNCTION 'SO_DLI_READ_API1' EXPORTING * dli_name = ' ' DLI_ID = OBJECT_ID_CON SHARED_DLI = 'X' IMPORTING DLI_DATA = DLI_INF * TABLES * DLI_ENTRIES = EXCEPTIONS DLI_NOT_EXIST = 1 OPERATION_NO_AUTHORIZATION = 2 PARAMETER_ERROR = 3 X_ERROR = 4 OTHERS = 5.
SO_DLI_UPDATE_API1 CALL FUNCTION 'SO_DLI_UPDATE_API1' EXPORTING DLI_ID = OBJECT_ID_CON DLI_UPDATE_DATA = DLI_INSERT_DAT * DLI_NAME = ' ' IMPORTING DLI_INFO = DLI_INF TABLES DLI_ENTRIES = MEMBER_TAB EXCEPTIONS DLI_NOT_EXIST = 1 OPERATION_NO_AUTHORIZATION = 2 PARAMETER_ERROR = 3 X_ERROR = 4 ENQUEUE_ERROR = 5 OTHERS = 6.
SO_WIND_FOLDERS_SELECT CALL FUNCTION 'SO_WIND_FOLDERS_SELECT' EXPORTING EXCLUDE_REGIONS = EX_REGION FOLDER_ACCESS = '1' FULL_SCREEN = ' ' ONE_SELECTION = 'X' OWNER = ' ' REGION = 'Q' SELECTION = 'X' * source_folder_id = ' ' * folder_selections = ' ' * current_fol_id = ' ' IMPORTING F_CANCELLED = CANCEL_F * f_document_selection = TABLES FOLLIST = SEARCH_FOL EXCEPTIONS COMPONENT_NOT_AVAILABLE = 1 OPERATION_NO_AUTHORIZATION = 2 OWNER_NOT_EXIST = 3 PARAMETER_ERROR = 4 X_ERROR = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSOGDLI - SAPoffice admin.: Create distribution list with all office users RSSOGDLI - SAPoffice admin.: Create distribution list with all office users RSSOFOLD - Evaluation of folders in shared folders RSSOFOLD - Evaluation of folders in shared folders RSSOFIND - SAPoffice: Find Document RSSOFIND - SAPoffice: Find Document