SAP Reports / Programs

RNILKO01 SAP ABAP Report - IS-H: Generate Insurance Verification Requests (Outpat. Cases)







RNILKO01 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!) You can use this report to generate insurance verification requests automatically for outpatient 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 RNILKO01 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

NK22 - IS-H: Generate outpatient ins.verif.


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 RNILKO01. "Basic submit
SUBMIT RNILKO01 AND RETURN. "Return to original report after report execution complete
SUBMIT RNILKO01 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: BISDT = Visit Date To
Selection Text: BOTH = All Cases
Selection Text: BWART = Visit Type
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: SEL_BEW = By Visit Date
Selection Text: SEL_NIL = By Case Numbers
Selection Text: SE_EINRI = Institution
Selection Text: TMODUS = Test Mode
Selection Text: TXTEINRI = Institution Text
Selection Text: VONDT = Visit Date From
Title: IS-H: Generate Insurance Verification Requests (Outpat. Cases)
Text Symbol: VON = of
Text Symbol: TST = Test Mode
Text Symbol: T03 = ********** List of Errors ********
Text Symbol: T02 = ********** Test Mode ***********
Text Symbol: T01 = Generate Ins. Verif. Requests for Outp.Cases
Text Symbol: SOF = Start Immed.
Text Symbol: S09 = Case Selection
Text Symbol: S08 = By Case Selection
Text Symbol: S07 = By Visit Date
Text Symbol: S06 = By Case
Text Symbol: S01 = Institution
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: 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: R00 = Processing Type
Text Symbol: R01 = Cases with Services only
Text Symbol: R02 = Cases w/o Services only
Text Symbol: R03 = All Cases
Text Symbol: REP = RNILKO01


INCLUDES used within this REPORT RNILKO01

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


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:

No SAP FUNCTION MODULES are executed within this report code!



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