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

SR_EXIT_S_OUT_DE_ANL01 SAP ABAP INCLUDE - SREXITSOUTDEANL01







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

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_SET_GLOB_PARAM_ANL01 CALL FUNCTION 'ISSR_SET_GLOB_PARAM_ANL01' EXPORTING if_change_text_l3 = lf_change_text_l3 if_change_text_l13 = lf_change_text_l13 CHANGING it_rpi_mft_buffer = it_rpi_mft_buffer[] it_stockbav_c = p_lt_tissr_stockbav_c[] et_asset_tab = it_asset_anl01[] wa_out_sum = ls_out_sum old_wa_out_sum = ls_old_out_sum old_global_counter = p_old_global_counter global_counter = p_global_counter.

ISSR_GET_GLOB_PARAM_ANL01 CALL FUNCTION 'ISSR_GET_GLOB_PARAM_ANL01' CHANGING it_rpi_mft_buffer = lt_rpi_mft_buffer it_stockbav_c = lt_tissr_stockbav_c et_asset_tab = lt_asset_anl01 wa_out_sum = lv_wa_out_sum old_wa_out_sum = lv_old_wa_out_sum old_global_counter = lv_global_counter global_counter = lv_old_global_counter.

ISSR_GET_GLOB_PARAM_ANL01 CALL FUNCTION 'ISSR_GET_GLOB_PARAM_ANL01' CHANGING it_rpi_mft_buffer = lt_rpi_mft_buffer it_stockbav_c = lt_tissr_stockbav_c et_asset_tab = lt_asset_anl01 wa_out_sum = lv_wa_out_sum old_wa_out_sum = lv_old_wa_out_sum old_global_counter = lv_global_counter global_counter = lv_old_global_counter.

ISSR_SET_GLOB_PARAM_ANL01 CALL FUNCTION 'ISSR_SET_GLOB_PARAM_ANL01' CHANGING wa_out_sum = ls_out_sum old_wa_out_sum = ls_old_out_sum old_global_counter = old_global_counter global_counter = global_counter.

ISSR_CHECK_TP_DATA_ANL01 CALL FUNCTION 'ISSR_CHECK_TP_DATA_ANL01' * EXPORTING * IF_CHECK_DV = 'X' * IV_FLOWTYPE_DSUMB = 'UMB_ZUG' TABLES it_out_sum = out_sum.

ISSR_SELECT_MFT_RECORDS_ANL01 CALL FUNCTION 'ISSR_SELECT_MFT_RECORDS_ANL01' * EXPORTING * LF_CF_LIST = ' ' TABLES it_out_sum = out_sum CHANGING ct_rpi_mft = it_rpi_mft_buffer .

ISSR_DELETE_ASSETS_ANL01 CALL FUNCTION 'ISSR_DELETE_ASSETS_ANL01' EXPORTING it_out_sum = out_sum[] IMPORTING et_out_sum = out_sum[].

ISSR_REDUCE_MFT_LIST_ANL01 CALL FUNCTION 'ISSR_REDUCE_MFT_LIST_ANL01' TABLES it_out_sum = out_sum CHANGING it_rpi_mft_buffer = it_rpi_mft_buffer.

ISSR_GET_ADD_MFT_RECORDS_ANL01 CALL FUNCTION 'ISSR_GET_ADD_MFT_RECORDS_ANL01' TABLES it_out_sum = out_sum CHANGING it_rpi_mft_buffer = it_rpi_mft_buffer.



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