SAP Reports / Programs

RNBPMIG_LREP SAP ABAP Report - IS-H: Migration of Legal Representatives' Next of Kin







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RNBPMIG_LREP - Migrate Legal Rep's Next of Kin


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


INCLUDES used within this REPORT RNBPMIG_LREP

INCLUDE: MNDATA_BOOL,
MNDATA_BP_CONST,
MNDATA_BPROLES,
RNBPMIG_LREP_TOP,
RNBPMIG_LREP_F01,
RNBPMIG_LREP_ALV,
RNLALV00.


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_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.



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