SAP Reports / Programs

/GSINS/OLR_DISPLAY_PTERM SAP ABAP Report - Display Insurance Premiums (Russia)







/GSINS/OLR_DISPLAY_PTERM 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 /GSINS/OLR_DISPLAY_PTERM into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/GSINS/PTERM_DISPLAY - Display Insurance Premium


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 /GSINS/OLR_DISPLAY_PTERM. "Basic submit
SUBMIT /GSINS/OLR_DISPLAY_PTERM AND RETURN. "Return to original report after report execution complete
SUBMIT /GSINS/OLR_DISPLAY_PTERM 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_LAYOUT = D .
Selection Text: P_MAXREC = D .
Selection Text: P_VALID = Display only Valid Rows
Selection Text: S_ACGRP = Accounting Group
Selection Text: S_CCODE = D .
Selection Text: S_CURKY = D .
Selection Text: S_DYEAR = D .
Selection Text: S_QUART = D .
Selection Text: S_VDATE = D .
Title: Display Insurance Premiums (Russia)
Text Symbol: T01 = General Selections
Text Symbol: T02 = Output Control
Text Symbol: T03 = Display Insurance Premiums


INCLUDES used within this REPORT /GSINS/OLR_DISPLAY_PTERM

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:

LVC_TRANSFER_TO_SLIS CALL FUNCTION 'LVC_TRANSFER_TO_SLIS' EXPORTING it_fieldcat_lvc = lt_fcat[] it_sort_lvc = lt_sort[] is_layout_lvc = ls_layo IMPORTING et_fieldcat_alv = lt_slis_fcat[] et_sort_alv = lt_slis_sort[] es_layout_alv = ls_slis_layo EXCEPTIONS it_data_missing = 1 it_fieldcat_lvc_missing = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_slis_layo it_fieldcat = lt_slis_fcat[] it_sort = lt_slis_sort[] i_save = gc_layo_save_all is_variant = ls_vari TABLES t_outtab = ct_tab_data EXCEPTIONS program_error = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_tabname i_client_never_display = 'X' CHANGING ct_fieldcat = pt_fcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = gc_layo_save_all IMPORTING e_exit = l_exit es_variant = ls_variant EXCEPTIONS not_found = 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 /GSINS/OLR_DISPLAY_PTERM or its description.