SAP Reports / Programs

/CEEIS/RU_FSCD_RI_PAYM SAP ABAP Report - FS-CD: Form 10, Appendix 1, Rep.: 2.1, 3.1 - Reinsurance operations







/CEEIS/RU_FSCD_RI_PAYM is a standard Executable ABAP Report 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 /CEEIS/RU_FSCD_RI_PAYM 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 /CEEIS/RU_FSCD_RI_PAYM. "Basic submit
SUBMIT /CEEIS/RU_FSCD_RI_PAYM AND RETURN. "Return to original report after report execution complete
SUBMIT /CEEIS/RU_FSCD_RI_PAYM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_VAR = D .
Selection Text: P_HKONT = D .
Selection Text: P_GJAHR = D .
Selection Text: P_BUKRS = D .
Selection Text: P_BUDAT = D .
Title: FS-CD: Form 10, Appendix 1, Rep.: 2.1, 3.1 - Reinsurance operations
Text Symbol: 115 = RepPeriod
Text Symbol: 116 = Same period of previous year
Text Symbol: 118 = SPPY, total
Text Symbol: 120 = SPPY, in Russia
Text Symbol: 122 = SPPY, outside of
Text Symbol: 126 = Full name
Text Symbol: 128 = Total amount in reporting period
Text Symbol: 129 = Amount in reporting period (in Russia)
Text Symbol: 130 = Amount in reporting period (outside of)
Text Symbol: 131 = Total amount in same period of previous year
Text Symbol: 132 = Amount in same period of previous year, in Russia
Text Symbol: 133 = Amount in same period of previous year, ounside of
Text Symbol: 142 = Reinsurant's code
Text Symbol: 143 = Reinsurant's name
Text Symbol: 144 = Reinsurance code
Text Symbol: 200 = Incorrect repoorting period !
Text Symbol: 201 = Enter the range of value of posting date !
Text Symbol: 300 = Version :
Text Symbol: 301 = Date :
Text Symbol: 302 = Request :
Text Symbol: 303 = Owner :
Text Symbol: 114 = Reporting period
Text Symbol: 001 = About
Text Symbol: 002 = Further Selections
Text Symbol: 003 = Report group
Text Symbol: 004 = By ReInsurer
Text Symbol: 005 = By ReInsurant
Text Symbol: 010 = Insurances, transferred to reinsurers
Text Symbol: 011 = Insurances from contracts, accepted to reinsurance
Text Symbol: 012 = Company code:
Text Symbol: 013 = Fiscal year:
Text Symbol: 014 = Reporting period:





Text Symbol: 015 = to
Text Symbol: 016 = Date:
Text Symbol: 017 = Time:
Text Symbol: 018 = User:
Text Symbol: 100 = BP num.
Text Symbol: 101 = Business Partner number
Text Symbol: 102 = Reinsurer's code
Text Symbol: 103 = ReInsNum
Text Symbol: 104 = Reinsurer's name
Text Symbol: 105 = Name
Text Symbol: 106 = Reinsurer's code
Text Symbol: 107 = ReInsCod
Text Symbol: 108 = RP, total
Text Symbol: 109 = CurKey
Text Symbol: 110 = RP, in Russia
Text Symbol: 111 = Currency Key
Text Symbol: 112 = RP, outside of


INCLUDES used within this REPORT /CEEIS/RU_FSCD_RI_PAYM

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:

SCP_GET_CODEPAGE_NUMBER * CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' * EXPORTING * database_also = 'X' * IMPORTING * appl_codepage = code_page * EXCEPTIONS * internal_error = 1 * OTHERS = 2.

/GSINS/DECODE_KONTL CALL FUNCTION '/GSINS/DECODE_KONTL' EXPORTING i_kontt = it_dfkkopk-kontt i_kontl = it_dfkkopk-kontl IMPORTING e_vlxx_mwtot = st_mwtot.

REUSE_ALV_LIST(GRID)_DISPLAY * Call function 'REUSE_ALV_LIST(GRID)_DISPLAY' *----------------------------------------------------------------------* FORM alv_call_func.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command i_structure_name = '/CEEIS/RU_PAYM' i_save = 'A' it_fieldcat = gt_fieldcat[] is_variant = g_variant it_events = gt_events[] is_layout = gs_layout is_print = gs_print it_sort = it_sort[] TABLES t_outtab = ot_paym.

REUSE_ALV_VARIANT_SELECT CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' EXPORTING i_dialog = ' ' * I_USER_SPECIFIC = ' ' * I_DEFAULT = 'X' * I_TABNAME_HEADER = * i_tabname_item = it_default_fieldcat = gt_fieldcat[] i_layout = gs_layout IMPORTING * E_EXIT = * ET_FIELDCAT = et_sort = it_sort[] " Info about sort, filters * ET_FILTER = CHANGING cs_variant = gx_variant EXCEPTIONS wrong_input = 1 fc_not_complete = 2 not_found = 3 program_error = 4 OTHERS = 5.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.



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 /CEEIS/RU_FSCD_RI_PAYM or its description.