SAP Reports / Programs | Patient Accounting | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Accounting(IS-H-PA) SAP IS

RNUNICP1 SAP ABAP Report - IS-H: Determine/Delete ICPM Errored Codes







RNUNICP1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report checks the validity of all ICPM codes for the specified cases, in other words, it checks whether the specified ICPM code exists in the given catalog...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 RNUNICP1 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 RNUNICP1. "Basic submit
SUBMIT RNUNICP1 AND RETURN. "Return to original report after report execution complete
SUBMIT RNUNICP1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Determine/Delete Errored ICPM Codes
Selection Text: EINRIS = Institution
Selection Text: FALNR = Case Number
Selection Text: NOUPD = Test Mode
Title: IS-H: Determine/Delete ICPM Errored Codes
Text Symbol: 018 = Case No.
Text Symbol: 017 = Inst.
Text Symbol: 015 = No. of errored data records in NICP:
Text Symbol: 014 = Delete errored procedures
Text Symbol: 013 = Test mode, no database changes made
Text Symbol: 012 = Tables could not be updated - rollback triggered
Text Symbol: 010 = Program terminated. No DB update.
Text Symbol: 009 = Cont.
Text Symbol: 008 = Stop
Text Symbol: 007 = "Delete errored procedures (NICP)"
Text Symbol: 006 = Read the documentation first!
Text Symbol: 005 = errored procedures in NICP.
Text Symbol: 004 = Caution: This program deletes
Text Symbol: 001 = Processing Mode
Text Symbol: 020 = Catalog
Text Symbol: 034 = Case billed - deletion not possible
Text Symbol: 033 = Diagn.Code
Text Symbol: 031 = NDICZ Data
Text Symbol: 030 = Svce Code
Text Symbol: 028 = NLICZ Data
Text Symbol: 025 = NICP Mvmt
Text Symbol: 024 = Proc.Code
Text Symbol: 023 = NICP Data
Text Symbol: 021 = Proced.


INCLUDES used within this REPORT RNUNICP1

INCLUDE RNDATA00.
INCLUDE MNCOLOUR.
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'(008) text_option2 = 'Weiter'(009) textline1 = ptext1 textline2 = ptext2 textline3 = ptext3 titel = ptitel importing answer = reply.

DB_COMMIT call function 'DB_COMMIT' exceptions others = 1.

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 = 'RNUNICP1' 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 RNUNICP1 or its description.