SAP Reports / Programs

RICL_DISPLAY_CLAIM_NOTES SAP ABAP Report - Display Notes on Claim







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


Text pool values


Title: Display Notes on Claim
Text Symbol: 001 = No Long Text Exists
Text Symbol: 002 = Note Text


INCLUDES used within this REPORT RICL_DISPLAY_CLAIM_NOTES

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:

ALV_OPTIMIZE_OUTPUT CALL FUNCTION 'ALV_OPTIMIZE_OUTPUT' EXPORTING it_alv_data = gt_note_header it_alv_item_data = gt_note_text it_fields_no_optimization = gt_xopt is_variant = gs_variant CHANGING ch_fieldcat_old = gt_fcat EXCEPTIONS failed = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING is_layout = gs_layo it_fieldcat = gt_fcat i_save = 'A' is_variant = gs_variant i_tabname_header = 'GT_NOTE_HEADER' i_tabname_item = 'GT_NOTE_TEXT' is_keyinfo = gs_keyinfo i_buffer_active = gc_x TABLES t_outtab_header = gt_note_header t_outtab_item = gt_note_text EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_structure_name = 'ICL_NOTE_DISPLAYED_ALV_DATA' i_internal_tabname = 'GT_NOTE_HEADER' i_buffer_active = gc_x CHANGING ct_fieldcat = gt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_structure_name = 'SOLI' i_internal_tabname = 'GT_NOTE_TEXT' i_buffer_active = gc_x CHANGING ct_fieldcat = gt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = lv_save CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.



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