RSSOSOSTF04 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 RSSOSOSTF04 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SX_SEND_DISPATCHER call function 'SX_SEND_DISPATCHER' exporting sosc_tab = sosc_tab output = 'X' importing nr_so_objects = nr_objects tables obj_cat = objcat exceptions others = 1.
SX_JOBS_MAINTAIN call function 'SX_JOBS_MAINTAIN'.
SX_TRACE_SET_AND_DISPLAY call function 'SX_TRACE_SET_AND_DISPLAY' exporting i_function = 'SET'.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = text-t63 importing returncode = returncode tables fields = fields exceptions error_in_fields = 1 others = 2.
SO_DYNP_OBJECT_SEND_DETAILS call function 'SO_DYNP_OBJECT_SEND_DETAILS' exporting folder_id = dummy_id object_id = dummy_id forwarder = space owner = space send_request_guid = cur_wa-sndreq sndart = l_sndart exceptions owner_not_exist = 1 operation_no_authorization = 2 object_not_exist = 3 folder_not_exist = 4 object_no_authorization = 5 parameter_error = 6 x_error = 7 others = 8.
SX_TRACE_SET_AND_DISPLAY call function 'SX_TRACE_SET_AND_DISPLAY' exporting i_function = 'DISPLAY'.
AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' "1172450 exporting tcode = 'SCOT' exceptions ok = 1 others = 2.
SX_ADMIN_TREE call function 'SX_ADMIN_TREE'.
AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' "1172450 exporting tcode = 'SOIN' exceptions ok = 1 others = 2.
SBCSIN_START call function 'SBCSIN_START'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.