RNBPMIG_LREP 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_LREP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RNBPMIG_LREP - Migrate Legal Rep's Next of Kin
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: TEST_RUN = TEST (No Changes to DB)
Selection Text: SE_EINRI = Institution
Selection Text: SE_DATTO = Interval To
Selection Text: SE_DATFR = Interval From
Title: IS-H: Migration of Legal Representatives' Next of Kin
Text Symbol: L15 = Message Text
Text Symbol: L14 = Message Text
Text Symbol: L13 = Message
Text Symbol: L12 = Message Number
Text Symbol: L11 = Message Number
Text Symbol: L10 = Number
Text Symbol: L09 = Message Class
Text Symbol: L08 = Message Class
Text Symbol: L07 = Class
Text Symbol: L06 = Name of Next of Kin
Text Symbol: L05 = Next of Kin - Name
Text Symbol: L04 = Kin Name
Text Symbol: L03 = Patient Name
Text Symbol: L02 = Patient Name
Text Symbol: L01 = Pat. Name
Text Symbol: F01 = Legal Representatives' Next of Kin Not Transferred
Text Symbol: 006 = Business partner does not have a first or last name
Text Symbol: 005 = Legal Representatives Activated
Text Symbol: 004 = In Production Mode, Successful
Text Symbol: 003 = In Test Mode, Successful
Text Symbol: 002 = Migration Information
Text Symbol: 001 = Mode
INCLUDE: MNDATA_BOOL,
MNDATA_BP_CONST,
MNDATA_BPROLES,
RNBPMIG_LREP_TOP,
RNBPMIG_LREP_F01,
RNBPMIG_LREP_ALV,
RNLALV00.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SAP_BP_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' IMPORTING e_status = g_sap_bp_active EXCEPTIONS OTHERS = 0.
ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = se_einri EXCEPTIONS OTHERS = 1.
ISH_TN00_READ CALL FUNCTION 'ISH_TN00_READ' IMPORTING ss_tn00 = ls_tn00 EXCEPTIONS OTHERS = 0.
ISH_TN01_GET_ALL CALL FUNCTION 'ISH_TN01_GET_ALL' IMPORTING et_tn01 = lt_tn01.
ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = se_einri 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.
RNBPMIG_LREP - IS-H: Migration of Legal Representatives' Next of Kin RNBPMIG_LREP - IS-H: Migration of Legal Representatives' Next of Kin RNBPMIG_LINK_TOP - Include RNBPMIG_LINK_TOP RNBPMIG_FINAL_STEPS_TOP - Include RNBPMIG_FINAL_CUST_CHECK_TOP RNBPMIG_FINAL_STEPS_F01 - Include RNBPMIG_FINAL_CUST_CHECK_F01 RNBPMIG_FINAL_STEPS - Program RNBPMIG_FINAL_CUST_CHECK