SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1PRPAT2PRPAT SAP ABAP Report - Compare Local Patient Master with Patient Register







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RN1PRPAT2PRPAT. "Basic submit
SUBMIT RN1PRPAT2PRPAT AND RETURN. "Return to original report after report execution complete
SUBMIT RN1PRPAT2PRPAT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RN1PRPAT2PRPAT

INCLUDE MNDATA00.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RN1PRPAT2PRPAT or its description.