RNBPMIG_PAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RNBPMIG_PAT 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: BLK_SIZE = Block Size for Commit
Selection Text: FRM_PAT = From Patient No.
Selection Text: NOK_GPNG = Next of Kin No. Range Grouping
Selection Text: NUM_PROC = No. of Parallel Processors
Selection Text: PAT_GPNG = Patient Number Range Grouping
Selection Text: SERV_GRP = Name of Server Group
Selection Text: TEST_RUN = TEST ( No DB Changes)
Selection Text: TO_PAT = To Patient No.
Title: IS-H: Migrate Patient
Text Symbol: 001 = Mode
Text Symbol: 002 = Migration Information
Text Symbol: 003 = BP already exists in grouping specified. Do you want to continue?
Text Symbol: 004 = for migrating customizing
Text Symbol: 005 = Confirm setting of Mig status to Phase 2
Text Symbol: 006 = Confirm setting of Mig status to Phase 3
Text Symbol: 007 = Parallel Processing Information
Text Symbol: 008 = Test Mode
Text Symbol: 009 = Productive Mode
INCLUDE: MNDATA_BOOL,
RNBPMIG_PAT_TOP.
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.
RNBPMIG_PAT - IS-H: Migrate Patient RNBPMIG_PAT - IS-H: Migrate Patient RNBPMIG_PARAMS - Maintain parameters for BP migration RNBPMIG_PARAMS - Maintain parameters for BP migration RNBPMIG_NPATRFPAT_INCLUDE - Include RNBPMIG_NPATRFPAT_INCLUDE RNBPMIG_MIGR_BP_INCLUDE_TOP - Include RNBPMIG_MIGR_BP_INCLUDE_DATA