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

SR_EXIT_S_OUT_DE_ANL08 SAP ABAP INCLUDE - SREXITSOUTDEANL08







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

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_READ_RPI_MFT_FREE_SELECT * CALL FUNCTION 'ISSR_READ_RPI_MFT_FREE_SELECT' * EXPORTING * i_country_var = country_var * i_trange = t_range * TABLES * e_t_issr_rpi_mft = it_issr_rpi_mft.

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.

ISSR_READ_RPI_MFT CALL FUNCTION 'ISSR_READ_RPI_MFT' EXPORTING i_country_var = ls_sel_param-countryvar i_bukrs = ls_sel_param-bukrs i_product_category = con_product_cat * I_PRODUCT_TYPE = * I_ASSET_NR = * I_SEC_ACCOUNT = i_budat = sy-datum * I_SPARTE = * I_STOCKBAV = * I_DV = * I_DVUA = i_abs54avag = con_abs54avag IMPORTING e_s_issr_rpi_mft = e_s_issr_rpi_mft TABLES e_t_issr_rpi_mft = e_t_issr_rpi_mft EXCEPTIONS no_data_found = 1 OTHERS = 2.

ISSR_RE_FLOW_SAVE_IN_MEMORY_NW CALL FUNCTION 'ISSR_RE_FLOW_SAVE_IN_MEMORY_NW' EXPORTING i_out_sum = lt_out_sum.

ISSR_OP_TEXT_R59708 CALL FUNCTION 'ISSR_OP_TEXT_R59708' EXPORTING i_country_var = wa_out_sum-country_var i_spras = sy-langu i_r59708 = h_r59708 IMPORTING e_s_text_r5978t = text_r5978t EXCEPTIONS * NO_DATA = 1 OTHERS = 0.

ISSR_READ_RPI_MFT CALL FUNCTION 'ISSR_READ_RPI_MFT' EXPORTING I_COUNTRY_VAR = out_sum-country_var I_BUKRS = out_sum-rbukrs I_PRODUCT_CATEGORY = out_sum-product_cat I_PRODUCT_TYPE = out_sum-rproduct_type I_ASSET_NR = out_sum-rasset_nr * I_SEC_ACCOUNT = I_BUDAT = out_sum-datum * I_SPARTE = * I_STOCKBAV = * I_DV = * I_DVUA = * I_ABS54AVAG = IMPORTING E_S_ISSR_RPI_MFT = e_s_issr_rpi_mft TABLES E_T_ISSR_RPI_MFT = e_t_issr_rpi_mft EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.

ISSR_READ_RPI_MFT CALL FUNCTION 'ISSR_READ_RPI_MFT' EXPORTING I_COUNTRY_VAR = wa_out_sum-country_var I_BUKRS = wa_out_sum-rbukrs I_PRODUCT_CATEGORY = wa_out_sum-product_cat I_PRODUCT_TYPE = wa_out_sum-rproduct_type I_ASSET_NR = wa_out_sum-rasset_nr * I_SEC_ACCOUNT = I_BUDAT = wa_out_sum-datum * I_SPARTE = * I_STOCKBAV = * I_DV = * I_DVUA = * I_ABS54AVAG = IMPORTING E_S_ISSR_RPI_MFT = e_s_issr_rpi_mft TABLES E_T_ISSR_RPI_MFT = e_t_issr_rpi_mft EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.

ISSR_IF_GET_BUKRS_DATA CALL FUNCTION 'ISSR_IF_GET_BUKRS_DATA' EXPORTING i_bukrs = wa_out_sum-rbukrs IMPORTING es_t001 = ls_t001 EXCEPTIONS * BUKRS_NOT_FOUND = 1 OTHERS = 0.



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