SAP Reports / Programs

RNILKO00 SAP ABAP Report - IS-H: Generate Insurance Verification Requests (Inpat. Cases)







RNILKO00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for NEW: Selection via case selection (otherwise unchanged!) This report enables you to generate insurance verification requests for inpatient and day patient cases...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RNILKO00 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

NK23 - IS-H: Generate IV f. inpatients


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 RNILKO00. "Basic submit
SUBMIT RNILKO00 AND RETURN. "Return to original report after report execution complete
SUBMIT RNILKO00 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: BEGDT = From Admission Date
Selection Text: BOTH = All Cases
Selection Text: ENDDT = To Admission Date
Selection Text: E_BEGDT = From Discharge Date
Selection Text: E_ENDDT = To Discharge Date
Selection Text: FALNR = Case
Selection Text: FEHLER = Errored Only
Selection Text: MNAME = Session Name
Selection Text: NK01 = Cases w/o Services only
Selection Text: NL10 = Cases with Services only
Selection Text: ONLINE = Start Immediately
Selection Text: ORGFA = Departmental Org. Unit
Selection Text: PRTKOLL = Log
Selection Text: SELKZ = Case Selection
Selection Text: SEL_AUFN = By Admission Date
Selection Text: SEL_ENTL = By Discharge Date
Selection Text: SEL_NIL = By Case
Selection Text: SEL_SEL = By Case Selection
Selection Text: SE_EINRI = Institution
Selection Text: TMODUS = Test Mode
Title: IS-H: Generate Insurance Verification Requests (Inpat. Cases)
Text Symbol: TST = Test Mode
Text Symbol: T03 = ********** List of Errors ********
Text Symbol: T02 = ********** Test Mode ***********
Text Symbol: T01 = Generate Ins. Verif.Requests for Inpat. Cases
Text Symbol: SOF = Start Immediately
Text Symbol: S08 = By Case Selection
Text Symbol: S07 = By Admission Date
Text Symbol: S06 = By Case
Text Symbol: S05 = By Discharge Date
Text Symbol: 001 = Select Cases
Text Symbol: 002 = IV Service View Executed
Text Symbol: 003 = IV Service View (&%)
Text Symbol: 004 = Number of Entries in BI Session for Extended IV
Text Symbol: 005 = Number of Entries in BI Session for IV Service View
Text Symbol: 006 = Function
Text Symbol: 007 = Ext. Ins. Verif. (&%)
Text Symbol: BIS = To





Text Symbol: BL1 = Processing Mode
Text Symbol: BL2 = Select Cases
Text Symbol: BL3 = Further Restrictions (Optional)
Text Symbol: BL4 = Case-Rel. Service
Text Symbol: ER1 = Ext. Insurance Verification for
Text Symbol: ERR = Errored Only
Text Symbol: ERW = Ext. Insurance Verification Executed
Text Symbol: L01 = Case
Text Symbol: L02 = Message
Text Symbol: L03 = Dynpro
Text Symbol: L04 = Field Name
Text Symbol: L05 = Content
Text Symbol: P01 = IV service view executed for
Text Symbol: P02 = cases, including
Text Symbol: P03 = errored.
Text Symbol: PRT = Full Log
Text Symbol: R01 = Cases with Services only
Text Symbol: R02 = Cases w/o Services only
Text Symbol: R03 = All Cases
Text Symbol: REP = RNILKO00
Text Symbol: S01 = Institution


INCLUDES used within this REPORT RNILKO00

INCLUDE RNSSEINR.
INCLUDE RNILKO03.
INCLUDE RNSSIEIN.
INCLUDE RNSSSEIN.
INCLUDE RNSSSPBO.


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:

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_eventtab is_keyinfo = ls_key it_sort = lt_sort i_save = lc_variant_save i_tabname_header = ic_strnameh i_tabname_item = ic_strnamei TABLES t_outtab_header = xt_tableheader t_outtab_item = xt_tableitem EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_internal_tabname = iv_strnamehead i_inclname = repid CHANGING ct_fieldcat = xt_fcat_master EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_internal_tabname = iv_strnameitem i_inclname = repid CHANGING ct_fieldcat = xt_fcat_slave EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_eventtab i_save = lc_variant_save TABLES t_outtab = it_table EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE





CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_internal_tabname = iv_strname i_inclname = repid CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 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 RNILKO00 or its description.