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

OUSEDI01 SAP ABAP INCLUDE - Service "", Service-Navigation (SN)







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


INCLUDES used within this REPORT OUSEDI01

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_DLI_EXPAND call function 'SO_DLI_EXPAND' exporting distributionlist = selnam system_dli = flag_sysdli tables member = member objpara = objpara objparb = objparb exceptions dl_name_not_exist = 1 others = 2.

SO_USER_LIST_READ call function 'SO_USER_LIST_READ' exporting user_generic_name = '*' tables user_display_tab = nametab exceptions user_list_no_entries = 1 others = 2.

SO_NAMES_GET call function 'SO_NAMES_GET' exporting single_selection = 'X' sapoffice_user_only = 'X' user = single_name intern_user = ' ' extern_address = ' ' tables user_tab = nametab exceptions office_name_not_exist = 01 parameter_error = 02 sap_name_not_exist = 03 user_not_exist = 04 x_error = 05.

SO_NAME_CONVERT call function 'SO_NAME_CONVERT' exporting name_in = single_name no_address_name = ' ' importing name_out = single_name exceptions sap_name_not_exist = 1 others = 2.

SO_WIND_RECEIVER_SELECT call function 'SO_WIND_RECEIVER_SELECT' exporting single_selection = 'X' default_rectype = ' ' extern_call = ' ' no_address_select = 'X' no_dli_select = ' ' no_user_select = ' ' respons_user = sy-uname tables selection_tab = gentab exceptions others = 1.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'RSSOUSED' dynumb = '0100' tables dynpfields = dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-004 titel = text-003 importing answer = answer.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-004 titel = text-003 importing answer = answer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-005 textline2 = text-006 titel = text-003 importing answer = answer.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-004 titel = text-003 importing answer = answer.

SO_WIND_OBJECT_TYPE_SELECT call function 'SO_WIND_OBJECT_TYPE_SELECT' exporting folder_region = ou_fol ok_code_in = crea importing object_type = doctype ok_code = user_action.

SO_WIND_OBJECT_TYPE_SELECT call function 'SO_WIND_OBJECT_TYPE_SELECT' exporting folder_region = ou_fol ok_code_in = crea importing object_type = doctype ok_code = user_action.

SO_WIND_OBJECT_TYPE_SELECT call function 'SO_WIND_OBJECT_TYPE_SELECT' exporting folder_region = ou_fol ok_code_in = crea.



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