SAP Reports / Programs | Hospital Structure | SAP Healthcare - Industry-Specific Components for Hospitals | Hospital Structure(IS-H-BD-STR) SAP IS

RN_LCL_MAPPING_MANAGER_I01 SAP ABAP INCLUDE - IS-H:Services For Mapping Table Generation







RN_LCL_MAPPING_MANAGER_I01 is a standard ABAP INCLUDE 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 RN_LCL_MAPPING_MANAGER_I01 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 RN_LCL_MAPPING_MANAGER_I01. "Basic submit
SUBMIT RN_LCL_MAPPING_MANAGER_I01 AND RETURN. "Return to original report after report execution complete
SUBMIT RN_LCL_MAPPING_MANAGER_I01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H:Services For Mapping Table Generation


INCLUDES used within this REPORT RN_LCL_MAPPING_MANAGER_I01

No INCLUDES are used within this REPORT code!


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_OM_PLVAR_GET CALL FUNCTION 'ISH_OM_PLVAR_GET' IMPORTING e_plvar = lv_plvar.

RH_FETCH_DATA CALL FUNCTION 'RH_FETCH_DATA' EXPORTING otype = gc_ot_ou plvar = lv_plvar infty = gc_it_text TABLES data = lt_sel_obj EXCEPTIONS not_found = 0 OTHERS = 0.

ISH_OM_VALIDITY_GET CALL FUNCTION 'ISH_OM_VALIDITY_GET' EXPORTING i_objid = -objid i_otype = 'O' IMPORTING e_begda = l_begda e_endda = l_endda EXCEPTIONS internal_error = 0 nothing_found = 0 OTHERS = 0.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING show_linno = space.

ISH_TN01_GET_ALL CALL FUNCTION 'ISH_TN01_GET_ALL' IMPORTING et_tn01 = gt_tn01.

ISH_OM_PLVAR_GET CALL FUNCTION 'ISH_OM_PLVAR_GET' IMPORTING e_plvar = lv_plvar.

RH_FETCH_DATA CALL FUNCTION 'RH_FETCH_DATA' EXPORTING otype = gc_ot_ou plvar = lv_plvar infty = gc_it_text TABLES data = gt_sel_obj EXCEPTIONS not_found = 0 OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon IMPORTING result = l_result EXCEPTIONS icon_not_found = 0 outputfield_too_short = 0 OTHERS = 0.

ISH_OM_NORG_SELECT CALL FUNCTION 'ISH_OM_NORG_SELECT' EXPORTING i_orgid = -ishid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 0" e_infty_ou = ls_inftyou instn_not_found = 0 internal_error = 0 OTHERS = 0.

ISH_OM_PLVAR_GET CALL FUNCTION 'ISH_OM_PLVAR_GET' IMPORTING e_plvar = lv_plvar.

RH_FETCH_DATA CALL FUNCTION 'RH_FETCH_DATA' EXPORTING otype = gc_ot_ou plvar = lv_plvar infty = gc_it_text TABLES data = gt_sel_obj EXCEPTIONS not_found = 0 OTHERS = 0.

NF_NAVSTATE_USER_STORE CALL FUNCTION 'NF_NAVSTATE_USER_STORE' EXPORTING username = sy-uname scenario = 'ISH_OM' planversion = lv_plvar save_data = ls_nfstatus.

NF_GM_CREATE CALL FUNCTION 'NF_GM_CREATE' EXPORTING transactionscode = 'NBDI'.

ISH_OM_PLVAR_GET CALL FUNCTION 'ISH_OM_PLVAR_GET' IMPORTING e_plvar = lv_plvar.

RH_FETCH_DATA CALL FUNCTION 'RH_FETCH_DATA' EXPORTING otype = gc_ot_ou plvar = lv_plvar infty = gc_it_text TABLES data = gt_sel_obj EXCEPTIONS not_found = 0 OTHERS = 0.



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