RNUDIAGUPPER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program modifies the entries in database table NKDI by changing all lower case letters in the diagnoses code (dkey) into upper case letters...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 RNUDIAGUPPER 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: CATALOG = Catalog to be processed
Selection Text: LETTER = Apply upper case for
Title: IS-H: Change Lower Case Letters in Diagnosis Code to Upper Case
INCLUDE RNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUDIAGUPPER - IS-H: Change Lower Case Letters in Diagnosis Code to Upper Case RNUDIAGUPPER - IS-H: Change Lower Case Letters in Diagnosis Code to Upper Case RNUDIAGFIX - Program RNUDIAGFIX RNUDIAGFIX - Program RNUDIAGFIX RNUDIAGC - IS-H: Copy Diagnosis Coding Catalog RNUDIAGC - IS-H: Copy Diagnosis Coding Catalog