SAP Reports / Programs

RNUNLEIS SAP ABAP Report - IS-H: Select Canceled Services with Active Billing Documents







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


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


Text pool values


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


INCLUDES used within this REPORT RNUNLEIS

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:

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.



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