RNUNPAPIX0_INIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program reorganizes the table containing the patient search names...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 RNUNPAPIX0_INIT 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: R_PATNR = Patient Number
Selection Text: TESTM = Test Mode
Title: IS-H: Reorganize Patient Name Table NPAPIX
Text Symbol: 001 = No data found for your selection criteria
Text Symbol: 005 = No. of patients not updated:
Text Symbol: 022 = Numbe of NPAP records found:
Text Symbol: 033 = Number of NPAPIX records found:
Text Symbol: 044 = Number of NPAPIX records created:
Text Symbol: F01 = Error Log
Text Symbol: S04 = Delete Records of Cncld Patients
Text Symbol: S05 = Test Mode
INCLUDE RNSSTABL.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_HELP_REQUEST * CALL FUNCTION 'ISH_HELP_REQUEST' * EXPORTING * SS_OBJECT = 'ISH_RNUNpapix0_DEL' * SS_POPUP = ON * EXCEPTIONS * OTHERS = 1.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
ISH_USER_EXIT_GET CALL FUNCTION 'ISH_USER_EXIT_GET' EXPORTING ss_event = 'PHON' IMPORTING ss_fbname = fbname EXCEPTIONS no_user_exit = 01.
ISH_SPLIT_NAME CALL FUNCTION 'ISH_SPLIT_NAME' EXPORTING ss_namestring = waakt_pattab-nname TABLES ss_npixitab = names.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = waakt_pattab-vname IMPORTING string_stand = npapix_tab-vnams.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
ISH_PRINT_PROTOCOL_BATCH CALL FUNCTION 'ISH_PRINT_PROTOCOL_BATCH' EXPORTING line_size = rnstat-line_size minutes_title = text-f01 repid = rnstat-repid EXCEPTIONS no_messages = 1.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING repid = rnstat-repid title_lin1 = rnstat-title_lin1 line_size = rnstat-line_size uline = off.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUNPAPIX0_INIT - IS-H: Reorganize Patient Name Table NPAPIX RNUNPAPIX0_INIT - IS-H: Reorganize Patient Name Table NPAPIX RNUNO2K0 - IS-H: Copy NOEK To NO2K RNUNO2K0 - IS-H: Copy NOEK To NO2K RNUNLOPM - IS-H: Migrate Table NLOP to NICP - NLICZ - NDICZ RNUNLOPM - IS-H: Migrate Table NLOP to NICP - NLICZ - NDICZ