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
Below is a list of transaction codes which are relevant to this SAP report
NK23 - IS-H: Generate IV f. inpatients
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.
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
INCLUDE RNSSEINR.
INCLUDE RNILKO03.
INCLUDE RNSSIEIN.
INCLUDE RNSSSEIN.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
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.
RNILKO00 - IS-H: Generate Insurance Verification Requests (Inpat. Cases) RNILKO00 - IS-H: Generate Insurance Verification Requests (Inpat. Cases) RNIKUV00 - documentation and ABAP source code RNIKUE10 - FDÜ: Zusatzinfo zu FDÜ-Typ ermitteln: Z.B: Ergebnis- oder RM-Bereich RNIKUE00 - FDÜ: Zusatzinfo zu FDÜ-Typ ermitteln: Z.B: Ergebnis- oder RM-Bereich RNIKRH01 - IS-H: Transfer Data to Create Hospital (NG16)