SAP Reports / Programs

RNUNPAPIX0_INIT SAP ABAP Report - IS-H: Reorganize Patient Name Table NPAPIX







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


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 RNUNPAPIX0_INIT. "Basic submit
SUBMIT RNUNPAPIX0_INIT AND RETURN. "Return to original report after report execution complete
SUBMIT RNUNPAPIX0_INIT 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: 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


INCLUDES used within this REPORT RNUNPAPIX0_INIT

INCLUDE RNSSTABL.
INCLUDE RNSSSPBO.


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:

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.



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 RNUNPAPIX0_INIT or its description.