RN1PRPAT2PRPAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report compares the patients from the local patient master of the client with the patient master of the patient register...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 RN1PRPAT2PRPAT 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: PA_VNAME = First Name
Selection Text: PA_TLNR = Participant Data
Selection Text: PA_SVNR = Social Ins. No.
Selection Text: PA_STR = Street
Selection Text: PA_R_STA = Standardized
Selection Text: PA_R_PHO = Phonetic
Selection Text: PA_REST = Transfer of Remaining Data
Selection Text: PA_PLZ = Postal Code
Selection Text: PA_ORT = City
Selection Text: PA_NAME = Name
Selection Text: PA_LAND = Country
Selection Text: PA_HAUTO = Semi-Automatic Transfer
Selection Text: PA_GSCHL = Sex
Selection Text: PA_GBDAT = Birthdate
Selection Text: PA_DIFF = Difference
Title: Compare Local Patient Master with Patient Register
Text Symbol: P10 = Processing of patient data completed
Text Symbol: P09 = &1 of &2 Processing Steps Executed
Text Symbol: P01 = Comparing...
Text Symbol: ERT = Comparison Mode
Text Symbol: ER2 = Standardized
Text Symbol: ER1 = Phonetic Transposition
Text Symbol: E17 = Rem. Data Transfer
Text Symbol: E16 = In Case of Semi-Automatic Data Transfer
Text Symbol: E15 = Maximum Deviation of Matching Attributes
Text Symbol: E14 = Differ.
Text Symbol: E09 = Ctry
Text Symbol: E08 = Street
Text Symbol: E07 = City
Text Symbol: E06 = Postal Code
Text Symbol: E05 = Social Insurance Number
Text Symbol: E04 = Birthdate
Text Symbol: E03 = Sex
Text Symbol: E02 = First Name
Text Symbol: E01 = LastName
Text Symbol: E00 = Fields Which Should Be Compared
INCLUDE MNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = g_count_long_old IMPORTING output = g_patid_from.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = g_count_long IMPORTING output = g_patid_to.
DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.
ISH_TN00_READ CALL FUNCTION 'ISH_TN00_READ' IMPORTING ss_tn00 = tn00 EXCEPTIONS OTHERS = 0.
ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = l_version EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1PRPAT2PRPAT - Compare Local Patient Master with Patient Register RN1PRPAT2PRPAT - Compare Local Patient Master with Patient Register RN1PRINITIALTOP - documentation and ABAP source code RN1PRINITIAL - documentation and ABAP source code RN1PRINITIAL - documentation and ABAP source code RN1PRFND_PRSTORN_EXISTLOCL - RN1PRFNDPRSTORNEXISTLOCL