SR_EXIT_S_OUT_DE_MS 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 SR_EXIT_S_OUT_DE_MS 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!
ISSR_IF_GET_BUKRS_DATA CALL FUNCTION 'ISSR_IF_GET_BUKRS_DATA' EXPORTING i_bukrs = bukrs IMPORTING es_t001 = wa_t001 EXCEPTIONS * BUKRS_NOT_FOUND = 1 OTHERS = 0.
ISSR_OP_GET_CAPITAL_RESERVE CALL FUNCTION 'ISSR_OP_GET_CAPITAL_RESERVE' EXPORTING I_COUNTRY_VAR = country_var I_POSTING_TYPE = Posting_type I_BUKRS = bukrs I_VAL_AREA = rval_area I_CUTOFF_DATE = timeframe_last-endda * I_RAN_RTCUR = I_RAN_STOCKBAV = ran_stockbav IMPORTING E_CAPITAL_RESERVE = e_capital_reserve.
ISSR_READ_ANY_TABL_FREE_SELECT CALL FUNCTION 'ISSR_READ_ANY_TABL_FREE_SELECT' EXPORTING i_trange = t_range IMPORTING et_gentab = it_issr_rpi_mft[] EXCEPTIONS * error others = 0.
FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = l_trange IMPORTING where_clauses = t_where.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.