SAP Reports / Programs

RNUNFALS SAP ABAP Report - IS-H: Select Canceled Cases with Active Services







RNUNFALS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables you to find canceled cases for which there are still active, non-canceled services or procedures in the system...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 RNUNFALS 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 RNUNFALS. "Basic submit
SUBMIT RNUNFALS AND RETURN. "Return to original report after report execution complete
SUBMIT RNUNFALS 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: Cancel Services / Procedures for Canceled Cases
Selection Text: NOUPD = Test Mode
Selection Text: FALNR = Case Number
Selection Text: EINRIS = Institution
Title: IS-H: Select Canceled Cases with Active Services
Text Symbol: 040 = Cancellation not possible - services
Text Symbol: 039 = Comment Procedure
Text Symbol: 038 = Cancellation proced. not possible
Text Symbol: 037 = Cancellation proced. ok
Text Symbol: 036 = Number of modified NICP records:
Text Symbol: 035 = Number of errored NICP records:
Text Symbol: 034 = Program terminated. No DB update.
Text Symbol: 033 = Cont.
Text Symbol: 032 = Stop
Text Symbol: 031 = "Cancel dependent objects for the case"
Text Symbol: 030 = Read the documentation first!
Text Symbol: 029 = services or procedures.
Text Symbol: 028 = Caution: This program cancels
Text Symbol: 027 = P.Entrd By
Text Symbol: 026 = P.Entd On
Text Symbol: 024 = Proced.
Text Symbol: 023 = Cancellation not possible - procedures
Text Symbol: 022 = Cancellation not posible - physicians
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 Service
Text Symbol: 017 = S. Entrd by
Text Symbol: 016 = S.Entd on
Text Symbol: 015 = End
Text Symbol: 014 = Start
Text Symbol: 013 = Service
Text Symbol: 012 = Cncld by
Text Symbol: 011 = CancelDate
Text Symbol: 010 = Case Crd by
Text Symbol: 009 = C.Crd on
Text Symbol: 008 = Case No.
Text Symbol: 007 = Correct Canceled Cases





Text Symbol: 006 = TEST RUN: No Database Changes Made!
Text Symbol: 005 = Cancellation not possible - invoices
Text Symbol: 004 = Cancel. ok
Text Symbol: 001 = Processing Mode


INCLUDES used within this REPORT RNUNFALS

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:

ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = repid einri = '*' * NO_MESSAGE = ' ' messagetype = 'E' * AUTO_LEAVE = ' ' exceptions others = 1.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting text_option1 = 'Stop'(032) text_option2 = 'Weiter'(033) textline1 = ptext1 textline2 = ptext2 textline3 = ptext3 titel = ptitel importing answer = reply.

ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = cv_version exceptions others = 1.

ISH_SHOW_SERVICES_INSURERS call function 'ISH_SHOW_SERVICES_INSURERS' exporting einri = einris falnr = infal-falnr lnrls = inlei-lnrls zeitr = inlei-zeitr i_nlei = inlei tables irnabi1 = irnabi1 exceptions others = 1.

ISH_SHOW_SERVICES_INSURERS call function 'ISH_SHOW_SERVICES_INSURERS' exporting einri = einris 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.

ENQUEUE_ENTS00 call function 'ENQUEUE_ENTS00' exporting progname = 'RNUNFALS' exceptions foreign_lock = 1 system_failure = 2.



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