SAP Reports / Programs | Financial Services | Regulatory reporting for insurance companies(FS-SR) SAP FS

SR_EXIT_S_OUT_DE_MS SAP ABAP INCLUDE - SREXITSOUTDEMS







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


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 SR_EXIT_S_OUT_DE_MS. "Basic submit
SUBMIT SR_EXIT_S_OUT_DE_MS AND RETURN. "Return to original report after report execution complete
SUBMIT SR_EXIT_S_OUT_DE_MS 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 SR_EXIT_S_OUT_DE_MS

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:

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.



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