RNUNLEIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lets you determine all canceled services with active, non-canceled invoices for the selected 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 RNUNLEIS into the relevant SAP transactions such as SE38 or SE80
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.
IS-H: Select Canceled Services with Active Billing Documents
Selection Text: NOUPD = Test Mode
Selection Text: FALNR = Case Number
Selection Text: EINRI = Institution
Title: IS-H: Select Canceled Services with Active Billing Documents
Text Symbol: 026 = BllInd
Text Symbol: 025 = CaseTyp
Text Symbol: 021 = No. of NLEI records modified:
Text Symbol: 020 = No. of NLEI records with errors:
Text Symbol: 019 = No. of cases with errors :
Text Symbol: 018 = Comment
Text Symbol: 017 = End
Text Symbol: 016 = Start
Text Symbol: 015 = by
Text Symbol: 014 = Cncld On
Text Symbol: 013 = Seq. No.
Text Symbol: 011 = Patient
Text Symbol: 010 = Case Crd by
Text Symbol: 009 = C.Crd on
Text Symbol: 008 = Case No.
Text Symbol: 007 = Correct Canceled Services
Text Symbol: 006 = TEST RUN: No Database Changes Made!
Text Symbol: 004 = Billing Docs. Exist - Clear Cancellation
Text Symbol: 002 = Service
Text Symbol: 001 = Processing Mode
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SHOW_SERVICES_INSURERS call function 'ISH_SHOW_SERVICES_INSURERS' exporting einri = einri falnr = infal-falnr lnrls = inlei-lnrls zeitr = inlei-zeitr i_nlei = inlei tables irnabi1 = irnabi1 exceptions others = 1.
DB_COMMIT call function 'DB_COMMIT'.
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = rnstat-uline ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt exceptions invalid_einri = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUNLEIS - IS-H: Select Canceled Services with Active Billing Documents RNUNLEIS - IS-H: Select Canceled Services with Active Billing Documents RNUNLEII - IS-H: Initializes all New Character Fields in NLEI RNUNLEII - IS-H: Initializes all New Character Fields in NLEI RNUNLEID - IS-H: Delete Canceled Services RNUNLEID - IS-H: Delete Canceled Services