RNUKTRD2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this utility program, you can set the field "Diagnosis required" for selected insurance providers...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 RNUKTRD2 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: GPART = Insurance Provider
Selection Text: KNAME = Short Name
Selection Text: KTART = Insurance Provider Type
Selection Text: KUEVS = Diagnosis Required (New)
Selection Text: KVALT = Diagnosis Required (Old)
Selection Text: NAME1 = Insurance Provider Name
Selection Text: PROT = Log
Selection Text: TEST = Test Mode
Title: IS-H: Set "Diagnosis Required" Flag for Insurance Provider
Text Symbol: 001 = No. of ins. providers changed:
Text Symbol: 002 = Test mode, no database changes made
Text Symbol: 025 = Stop
Text Symbol: 026 = Continue
Text Symbol: 027 = Caution: This program changes data
Text Symbol: 028 = of many insurance providers.
Text Symbol: 029 = Please read the documentation first!
Text Symbol: 030 = "Diagn. req." Maintain ins. provider
Text Symbol: 031 = Program terminated. No DB update.
Text Symbol: BL1 = Processing mode
Text Symbol: BL2 = Select Insurance Providers
001 Ins.Prov. IPTy ShortName Name Diagn.Req. Diagn.Req. New
INCLUDE RNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = sy-repid einri = '*' * NO_MESSAGE = ' ' messagetype = 'E' * AUTO_LEAVE = ' ' EXCEPTIONS OTHERS = 1.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING text_option1 = 'Stop'(025) text_option2 = 'Weiter'(026) textline1 = ptext1 textline2 = ptext2 textline3 = ptext3 titel = ptitel IMPORTING answer = reply.
ISH_READ_NKTR CALL FUNCTION 'ISH_READ_NKTR' EXPORTING kostr = ls_nktr-kostr with_ngpa = off IMPORTING nktr_e = nktr EXCEPTIONS ngpa_not_found = 1 ngpa_no_authority = 2 not_found = 3 no_authority = 4 missing_institution = 5 OTHERS = 6.
ISH_READ_NKTR CALL FUNCTION 'ISH_READ_NKTR' EXPORTING kostr = ls_nktr-kostr with_ngpa = off IMPORTING nktr_e = nktr EXCEPTIONS ngpa_not_found = 1 ngpa_no_authority = 2 not_found = 3 no_authority = 4 missing_institution = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUKTRD2 - IS-H: Set "Diagnosis Required" Flag for Insurance Provider RNUKTRD2 - IS-H: Set "Diagnosis Required" Flag for Insurance Provider 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