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
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.
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.
INCLUDE RNDATA00.
INCLUDE MNCOLOUR.
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'(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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUNICP1 - IS-H: Determine/Delete ICPM Errored Codes RNUNICP1 - IS-H: Determine/Delete ICPM Errored Codes 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