RNUKTR01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The list of the above-mentioned check tables is complete only in as far as it is assumed that additional existing dependencies are checked or ensured by other modules...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 RNUKTR01 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.
Selection Text: TESTMODE = Test Mode (w/o Deletion)
Selection Text: SE_KTART = Insurance Provider Type
Selection Text: SE_KOSTR = Insurance Provider
Selection Text: NGPAFLAG = Delete Business Partner?
Selection Text: FIBUFLAG = Delete Customer?
Selection Text: DETAILS = Display Details
Title: IS-H: Delete Insurance Providers
Text Symbol: P03 = Display Details?
Text Symbol: P04 = Test Mode (Do Not Delete)
Text Symbol: S01 = Ins.provider deleted.
Text Symbol: S02 = Customer deleted
Text Symbol: S03 = Business partner deleted
Text Symbol: T01 = NVVP (pat-rel. IR)
Text Symbol: T02 = NKIP (pre-appr. insurance - items)
Text Symbol: T03 = NKLP (outpatient single srvs / IP)
Text Symbol: T04 = NNAU (pre-appr. insurance info from IP)
Text Symbol: T05 = NNK1 (add. table for IP)
Text Symbol: T06 = NNTF (Catalog Detn)
Text Symbol: T08 = NPTW (charge factor value detn rules)
Text Symbol: T09 = NTFI (Catalog Detn Rules)
Text Symbol: T10 = TN21A (billing type determination)
Text Symbol: T11 = TNA21A (flat rate type determination)
Text Symbol: T12 = TNF31 (work organizer by IP)
Text Symbol: T13 = NGPZ (business partner assignments)
Text Symbol: T14 = NPIR (Pat.-Rel. IR)
Text Symbol: P02 = Delete Customer?
Text Symbol: 001 = Delete Ins. Providers Flagged for Deletion
Text Symbol: 002 = Insurance Provider
Text Symbol: 003 = Ins.providers could be deleted
Text Symbol: 004 = No insurance providers flagged for deletion found
Text Symbol: 005 = Insurance providers were selected.
Text Symbol: 006 = Summary
Text Symbol: 008 = Check Table
Text Symbol: 010 = Could not delete the insurance provider
Text Symbol: 011 = Pat. no.
Text Symbol: 013 = Case no.
Text Symbol: 06A = do not contain references to tables and
Text Symbol: 06B = could therefore be deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_CALL_LIST_HEAD * CALL FUNCTION 'ISH_CALL_LIST_HEAD' * EXPORTING ** AUSBEGDT = AUSBEGDT ** AUSENDDT = AUSENDDT ** EINRI = SE_EINRI * LINE_SIZE = LSIZE * REPID = REPID * TITLE_LIN1 = * 'Löschen zum-Löschen-vorgemerkter Kostenträger'(001) ** TITLE_LIN2 = TASPA * ULINE = 'X' ** VERBEGDT = '00000000' ** VERENDDT = '00000000' * EXCEPTIONS * INVALID_EINRI = 01. " Einrichtung wurde bereits geprüft
ISH_SAP_BP_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' EXCEPTIONS NOT_ACTIVE = 1 OTHERS = 2.
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting * AUSBEGDT = AUSBEGDT * AUSENDDT = AUSENDDT * EINRI = SE_EINRI line_size = lsize repid = repid title_lin1 = 'Löschen zum-Löschen-vorgemerkter Kostenträger'(001) * TITLE_LIN2 = TASPA uline = space * VERBEGDT = '00000000' * VERENDDT = '00000000' exceptions invalid_einri = 01. " Einrichtung wurde bereits geprüft
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUKTR01 - IS-H: Delete Insurance Providers RNUKTR01 - IS-H: Delete Insurance Providers RNUKORKO - IS-H: Report for correcting IV requests regarding the total amount RNUKORKO - IS-H: Report for correcting IV requests regarding the total amount RNUKNKZ0 - IS-H: Aux. Program for Quick or Emergency Admissions of Norm. Patients RNUKNKZ0 - IS-H: Aux. Program for Quick or Emergency Admissions of Norm. Patients