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

SR_EXIT_S_OUT_DE_BC SAP ABAP INCLUDE - SREXITSOUTDEBC







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

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 = hlp_bukrs IMPORTING es_t001 = wa_t001 EXCEPTIONS * BUKRS_NOT_FOUND = 1 OTHERS = 0.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = wa_out_sum-endda foreign_amount = wa_out_sum-nwbtr_3 foreign_currency = wa_out_sum-rtcur local_currency = wa_t001-waers type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = hlp_nwbtr_3 EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = wa_out_sum-endda foreign_amount = wa_out_sum-nwbtr_3_b foreign_currency = wa_out_sum-rtcur local_currency = wa_t001-waers type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = hlp_nwbtr_3_b EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = wa_out_sum-endda foreign_amount = wa_out_sum-nwbtr_3 foreign_currency = wa_out_sum-rtcur local_currency = wa_t001-waers type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = hlp_nwbtr_3 EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = wa_out_sum-endda foreign_amount = wa_out_sum-nwbtr_3_b foreign_currency = wa_out_sum-rtcur local_currency = wa_t001-waers type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = hlp_nwbtr_3_b EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = -datum foreign_amount = -nwbtr_3 foreign_currency = -rtcur local_currency = ls_t001-waers type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = hlp_nwbtr_3 EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = -datum foreign_amount = -nwbtr_3_b foreign_currency = -rtcur local_currency = ls_t001-waers type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = hlp_nwbtr_3_b EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = -datum foreign_amount = -nwbtr_3 foreign_currency = -rtcur local_currency = ls_t001-waers type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = hlp_nwbtr_3 EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = -datum foreign_amount = -nwbtr_3_b foreign_currency = -rtcur local_currency = ls_t001-waers type_of_rate = 'M' read_tcurr = 'X' IMPORTING local_amount = hlp_nwbtr_3_b EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

ISSR_OUT_COLLECT_BP * call function 'ISSR_OUT_COLLECT_BP' * tables * it_out_sum = out_sum.

ISSR_OUT_DE_CONSIDER_REDEMPT CALL FUNCTION 'ISSR_OUT_DE_CONSIDER_REDEMPT' EXPORTING wa_out_sum = IMPORTING tilgungsliste = tilgungsliste EXCEPTIONS condition_not_found = 1 OTHERS = 2.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = -datum IMPORTING last_day_of_month = hlp_datum EXCEPTIONS day_in_no_date = 1 OTHERS = 2.

ISSR_OUT_SUMROWS_ZUAB_DE CALL FUNCTION 'ISSR_OUT_SUMROWS_ZUAB_DE' EXPORTING it_flows_bc = lt_flows_bc[] it_flows_in_timeframe = lt_flows[] CHANGING ct_out_sum = out_sum[] EXCEPTIONS cust_error_oeffnkl = 1 OTHERS = 2.

ISSR_OUT_SUMROWS_ZUAB_O_DE CALL FUNCTION 'ISSR_OUT_SUMROWS_ZUAB_O_DE' EXPORTING it_flows_bc = lt_flows_bc[] it_flows_in_timeframe = lt_flows[] CHANGING ct_out_sum = out_sum[] EXCEPTIONS cust_error_oeffnkl = 1 OTHERS = 2.

ISSR_OUT_SUMROWS_ZUAB_DE CALL FUNCTION 'ISSR_OUT_SUMROWS_ZUAB_DE' EXPORTING it_flows_bc = lt_flows_bc[] it_flows_in_timeframe = out_sum[] CHANGING ct_out_sum = out_sum[] EXCEPTIONS cust_error_oeffnkl = 1 OTHERS = 2.

ISSR_OUT_SUMROWS_BST_DE CALL FUNCTION 'ISSR_OUT_SUMROWS_BST_DE' EXPORTING it_flows_bc = lt_flows_bc[] it_flows_in_timeframe = lt_flows[] CHANGING ct_out_sum = out_sum[] EXCEPTIONS cust_error_oeffnkl = 1 OTHERS = 2.

ISSR_OUT_SUMROWS_BST_DE CALL FUNCTION 'ISSR_OUT_SUMROWS_BST_DE' EXPORTING it_flows_bc = lt_flows_bc[] it_flows_in_timeframe = lt_flows[] CHANGING ct_out_sum = out_sum[] EXCEPTIONS cust_error_oeffnkl = 1 OTHERS = 2.

ISSR_OUT_DE_CONSIDER_REDEMPT CALL FUNCTION 'ISSR_OUT_DE_CONSIDER_REDEMPT' EXPORTING wa_out_sum = out_sum IMPORTING tilgungsliste = tilgungsliste EXCEPTIONS condition_not_found = 1 OTHERS = 2.

ISSR_OUT_DE_CONSIDER_FLOWTYPES





CALL FUNCTION 'ISSR_OUT_DE_CONSIDER_FLOWTYPES' EXPORTING i_country_var = h_out_sum-country_var * i_listtyp = h_out_sum-listtyp i_bukrs = h_out_sum-rbukrs i_rval_area = h_out_sum-rval_area i_timeframe = timeframe i_posting_type = h_out_sum-posting_type i_rsparte = h_out_sum-rsparte i_rstockbav = h_out_sum-rstockbav i_rdv = h_out_sum-rdv i_rdvua = h_out_sum-rdvua i_rtcur = h_out_sum-rtcur i_primanota = h_out_sum-primanota i_rsec_account = h_out_sum-rsec_account i_rflowtype = h_out_sum-rflowtype TABLES t_issr_out_de = out_sum.

ISSR_OP_DE_GET_ASSET_PARAMETER * CALL FUNCTION 'ISSR_OP_DE_GET_ASSET_PARAMETER' * EXPORTING * i_einzelposten = 'X' * i_country_var = out_sum-country_var * i_posting_type = 'B' * i_bukrs = out_sum-rbukrs * i_val_area = out_sum-rval_area ** i_begda = h_i_begda ** i_endda = h_i_endda * i_rtcur = out_sum-rtcur * i_primanota = out_sum-primanota * i_rsparte = out_sum-rsparte * i_rstockbav = out_sum-rstockbav * i_rdv = out_sum-rdv * i_rdvua = out_sum-rdvua * i_rrantyp = out_sum-rrantyp * i_rasset_nr = out_sum-rasset_nr * i_rpartner = out_sum-rpartner * IMPORTING * e_asset_nsl = nennwert * e_asset_msl = menge.

ISSR_OUT_SELECT_CF_RECORDS * CALL FUNCTION 'ISSR_OUT_SELECT_CF_RECORDS' ** EXPORTING ** IV_LDNR = '3I' ** IF_TOTAL_ASSET_LIST = ' ' * TABLES * it_out_sum = out_sum.

ISSR_OUT_SELECT_FLOW_RECORDS * CALL FUNCTION 'ISSR_OUT_SELECT_FLOW_RECORDS' ** EXPORTING ** IV_LDNR = '3I' * TABLES * it_out_sum = out_sum .

ISSR_OUT_SORT_OUT_SUM CALL FUNCTION 'ISSR_OUT_SORT_OUT_SUM' TABLES it_out_sum = out_sum.

ISSR_OUT_SELECT_CF_RECORDS * CALL FUNCTION 'ISSR_OUT_SELECT_CF_RECORDS' * EXPORTING ** IV_LDNR = '3I' * if_total_asset_list = 'X' * TABLES * it_out_sum = out_sum.

ISSR_RE_FLOWS_GET_FROM_MEMORY CALL FUNCTION 'ISSR_RE_FLOWS_GET_FROM_MEMORY' IMPORTING e_out_sum_bc = g_out_sum_bc e_out_sum_fl = g_out_sum_fl EXCEPTIONS out_sum_bc_empty = 1 out_sum_flow_empty = 2 OTHERS = 3.

ISSR_OUT_SELECT_MFT_RECORDS CALL FUNCTION 'ISSR_OUT_SELECT_MFT_RECORDS' TABLES it_out_sum = out_sum.

ISSR_OUT_SORT_OUT_SUM CALL FUNCTION 'ISSR_OUT_SORT_OUT_SUM' TABLES it_out_sum = out_sum.

ISSR_MD_ZGP_ADDRESS_BUFFER CALL FUNCTION 'ISSR_MD_ZGP_ADDRESS_BUFFER' EXPORTING i_partner = out_sum-rpartner i_budat = out_sum-endda IMPORTING e_s_adrs = ls_adrs EXCEPTIONS no_address_found = 1 OTHERS = 2.

ISSR_OUT_SELECT_MFT_RECORDS * call function 'ISSR_OUT_SELECT_MFT_RECORDS' * tables * it_out_sum = out_sum.

ISSR_OUT_SELECT_MFT_RECORDS CALL FUNCTION 'ISSR_OUT_SELECT_MFT_RECORDS' EXPORTING lf_cf_list = 'X' TABLES it_out_sum = out_sum.

ISSR_OUT_SELECT_MFT_RECORDS CALL FUNCTION 'ISSR_OUT_SELECT_MFT_RECORDS' TABLES it_out_sum = out_sum.

ISSR_RE_FLOWS_GET_FROM_MEMORY *** CALL FUNCTION 'ISSR_RE_FLOWS_GET_FROM_MEMORY' *** IMPORTING *** e_out_sum_bc = it_out_sum_bc **** e_out_sum_fl = g_out_sum_fl *** EXCEPTIONS *** out_sum_bc_empty = 1 *** out_sum_flow_empty = 2 *** OTHERS = 3.

ISSR_MD_SECUR_READ_SECURITY **** CALL FUNCTION 'ISSR_MD_SECUR_READ_SECURITY' *** CALL METHOD cl_issr_if_services_cfm=>read_security *** EXPORTING *** id_security_number = wa_out_sum-rasset_nr **** id_product_cat = *** id_product_type = wa_out_sum-rproduct_type **** id_keydate = *** IMPORTING *** es_security = e_security **** ed_sol_xlbez = **** ed_rating_date = *** EXCEPTIONS *** error = 1 *** OTHERS = 2.

ISSR_MD_ZGP_BUSINESS_DATA *** CALL FUNCTION 'ISSR_MD_ZGP_BUSINESS_DATA' *** EXPORTING *** i_partner = wa_out_sum-rpartner *** i_budat = akt_endda *** IMPORTING *** e_s_bp021 = e_s_bp021 **** E_TEXT_BP_ANN_ACC = **** E_DIVIDEND = **** E_DIV_CUR = **** E_DIV_PRNT = *** EXCEPTIONS *** no_partner = 1 *** OTHERS = 2.

CONVERT_TO_FOREIGN_CURRENCY *** CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' *** EXPORTING *** date = akt_endda *** foreign_currency = wa_out_sum-rtcur *** local_amount = grundkapital *** local_currency = bilanzwaehrung *** IMPORTING *** foreign_amount = grundkapital *** EXCEPTIONS *** no_rate_found = 1 *** OTHERS = 1.

ISSR_OP_GET_SYMBOL_RESERVE CALL FUNCTION 'ISSR_OP_GET_SYMBOL_RESERVE' EXPORTING i_country_var = country_var i_stockbav = -rstockbav * I_DV = IMPORTING e_kzr597 = -anl2_d_v_r EXCEPTIONS error = 1 OTHERS = 2.

ISSR_OUT_SUMROWS_BST_DE CALL FUNCTION 'ISSR_OUT_SUMROWS_BST_DE' EXPORTING it_flows_bc = lt_flows_bc[] it_flows_in_timeframe = lt_flows[] CHANGING ct_out_sum = out_sum[] EXCEPTIONS cust_error_oeffnkl = 1 OTHERS = 2.

ISSR_RE_FLOWS_GET_FROM_MEMORY CALL FUNCTION 'ISSR_RE_FLOWS_GET_FROM_MEMORY' IMPORTING e_out_sum_bc = g_out_sum_bc e_out_sum_fl = g_out_sum_fl EXCEPTIONS out_sum_bc_empty = 1 out_sum_flow_empty = 2 OTHERS = 3.






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