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
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: 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
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUNFALS - IS-H: Select Canceled Cases with Active Services RNUNFALS - IS-H: Select Canceled Cases with Active Services RNUNFALCHILD - IS-H: Alpha Conversion for Field "Number of Children" of Case RNUNFALCHILD - IS-H: Alpha Conversion for Field "Number of Children" of Case RNUNFALBEKAT - IS-H: Set Treatment Category for Case RNUNFALBEKAT - IS-H: Set Treatment Category for Case