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

RISSR_TP_O08 SAP ABAP INCLUDE - RISSRTPO08







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

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_TP_DE_FILL_CHECK_TABLES CALL FUNCTION 'ISSR_TP_DE_FILL_CHECK_TABLES' EXPORTING iv_bukrs = wa_so_bukrs-low iv_country_var = wa_so_ctryv-low iv_country_var_old = gv_cvar_400 IMPORTING ev_table_select_error = gv_tabname_400 ev_cv_select_error = gv_cvar_400_hlp CHANGING ct_tissr_maacre = gt_tissr_maacre ct_tissr_mareco = gt_tissr_mareco ct_tcurc = gt_tcurc ct_tissr_spartet = gt_tissr_spartet ct_tissr_stockbavt = gt_tissr_stockbavt ct_tissr_stockfat = gt_tissr_stockfat ct_tissr_anlartt = gt_tissr_anlartt ct_tissr_dvt = gt_tissr_dvt ct_tissr_dv_pt = gt_tissr_dv_pt ct_tissr_dvuat = gt_tissr_dvuat ct_tissr_dvuab = gt_tissr_dvuab ct_tissr_bav_nw101t = gt_tissr_bav_nw101t ct_tissr_bav_nw102t = gt_tissr_bav_nw102t ct_tissr_bav_nw201t = gt_tissr_bav_nw201t ct_tissr_bav_nw600t = gt_tissr_bav_nw600t ct_tissr_bav_nw670t = gt_tissr_bav_nw670t ct_tissr_bav_nw671t = gt_tissr_bav_nw671t ct_tissr_bav_r5973b = gt_tissr_bav_r5973b ct_tissr_bav_r5974b = gt_tissr_bav_r5974b ct_tissr_bav_r5975b = gt_tissr_bav_r5975b ct_tissr_bav_r5976b = gt_tissr_bav_r5976b ct_v_issr_r5978_db = gt_v_issr_r5978_db ct_tissr_bav_r5973t = gt_tissr_bav_r5973t ct_tissr_bav_r5974t = gt_tissr_bav_r5974t ct_tissr_bav_r5975t = gt_tissr_bav_r5975t ct_tissr_bav_r5976t = gt_tissr_bav_r5976t ct_tissr_bav_r5978t = gt_tissr_bav_r5978t ct_tissr_bav_59710t = gt_tissr_bav_59710t ct_tissr_ifpcatt = gt_tissr_ifpcatt ct_tissr_bav_nw101 = gt_tissr_bav_nw101 ct_tissr_bav_nw102 = gt_tissr_bav_nw102 ct_tissr_bav_nw201 = gt_tissr_bav_nw201 ct_tissr_bav_nw600 = gt_tissr_bav_nw600 ct_tissr_bav_nw670b = gt_tissr_bav_nw670b ct_tissr_bav_nw671b = gt_tissr_bav_nw671b ct_tissr_anlartb = gt_tissr_anlartb ct_issr_bav_59710_k = gt_issr_bav_59710_k ct_tissr_fg = gt_tissr_fg ct_tissr_fg_field = gt_tissr_fg_field ct_tissr_investment = gt_tissr_investment ct_tissr_investmntt = gt_tissr_investmntt ct_tissr_assettypet = gt_tissr_assettypet ct_V_ISSR_R5975_DB = gt_V_ISSR_R5975_DB EXCEPTIONS no_data_selected = 1 OTHERS = 2.



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