SAP Reports / Programs

RSSOQURE SAP ABAP Report - Evaluation of quota data at distribution list level







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


Text pool values


Title: Evaluation of quota data at distribution list level
Text Symbol: 006 = Evaluation of quota for distribution list xxxxxxxx
Text Symbol: 007 = Message sent successfully
Text Symbol: 008 = Message could not be sent, sy-subr:
Text Symbol: 005 = No data exists for the following users:
Text Symbol: 001 = Name
Text Symbol: 002 = Documents
Text Symbol: 003 = Size/kB
Text Symbol: 004 = Date + time


INCLUDES used within this REPORT RSSOQURE

INCLUDE RSSOQUO1.
INCLUDE RSSOQUI1.


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_DLI_EXPAND call function 'SO_DLI_EXPAND' exporting distributionlist = d_stru-dlinam system_dli = 'X' tables member = member objpara = objpara objparb = objparb exceptions active_user_not_exist = 1 communication_failure = 2 component_not_available = 3 dl_name_not_exist = 4 folder_not_exist = 5 folder_no_authorization = 6 forwarder_not_exist = 7 object_not_exist = 8 object_no_authorization = 9 operation_no_authorization = 10 owner_not_exist = 11 parameter_error = 12 recurrency_exist = 13 substitute_not_active = 14 substitute_not_defined = 15 system_failure = 16 x_error = 17 others = 18.

SO_NAME_CONVERT call function 'SO_NAME_CONVERT' exporting deleted_included = 'X' name_in = name_in no_insert = 'X' importing name_out = name_out exceptions communication_failure = 1 office_name_not_exist = 2 parameter_error = 3 sap_name_not_exist = 4 system_failure = 5 user_not_exist = 6 others = 7.

SO_NAME_CONVERT call function 'SO_NAME_CONVERT' exporting deleted_included = 'X' name_in = name_in no_insert = 'X' importing name_out = name_out exceptions communication_failure = 1 office_name_not_exist = 2 parameter_error = 3 sap_name_not_exist = 4 system_failure = 5 user_not_exist = 6 others = 7.

SGOSSUB_TEXT_GET_AND_REPLACE call function 'SGOSSUB_TEXT_GET_AND_REPLACE' exporting * LANGU = SY-LANGU objkey = 'SGBT_QURE' * PROGRAM = ' ' tables t_cont = object_content t_head = object_header T_WF_CONT = lt_wf_container.

SO_NEW_DOCUMENT_SEND_API1 call function 'SO_NEW_DOCUMENT_SEND_API1' exporting document_data = document_data document_type = 'SCR' tables object_content = object_content object_header = object_header receivers = receivers exceptions too_many_receivers = 1 document_not_sent = 2 document_type_not_exist = 3 operation_no_authorization = 4 parameter_error = 5 x_error = 6 enqueue_error = 7 others = 8.

SO_DLI_LIST_READ_XDL call function 'SO_DLI_LIST_READ_XDL' exporting dli_generic_name = d_stru-dlinam private = ' ' public = 'X' subscript = 'X' tables dli_display_tab = dli_tab exceptions dl_list_no_entries = 47 owner_not_exist = 19 x_error = 1000.

SO_WIND_DLI_LIST call function 'SO_WIND_DLI_LIST' exporting single_selection = 'X' tables dli_display_tab = dli_tab.

SO_NAMES_GET call function 'SO_NAMES_GET' exporting sapoffice_user_only = ' ' single_selection = 'X' user = user intern_user = 'X' extern_address = ' ' tables user_tab = user_tab exceptions office_name_not_exist = 1 parameter_error = 2 sap_name_not_exist = 3 user_not_exist = 4 x_error = 5 not_associated_to_sapoffice = 6 others = 7.

SO_WIND_DLI_REQUEST call function 'SO_WIND_DLI_REQUEST' exporting dli_private = ' ' single_selection = 'X' tables dli_tab = dli_tab.

SO_WIND_RECEIVER_SELECT call function 'SO_WIND_RECEIVER_SELECT' exporting no_address_select = 'X' no_dli_select = 'X' single_selection = 'X' no_authority_check = ' ' allow_generic_entry = 'X' tables selection_tab = selection_tab exceptions others = 3.



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