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
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.
Title: IS-H:Services For Mapping Table Generation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN_LCL_MAPPING_MANAGER_I01 - IS-H:Services For Mapping Table Generation RN_LCL_MAPPING_MANAGER_D01 - IS-H: Mapping Table for ISH and OM RN_INCLUDE_WPOCCUPANCY - IS-H: Include for RNWPOCCUPANCY* RN_DWS_DETAIL_POPUP_SERVICE - Report RN_DWS_DETAIL_POPUP_SERVICE RN_DWS_DETAIL_POPUP_SERVICE - Report RN_DWS_DETAIL_POPUP_SERVICE RN_DELSCRPT - Delete Migrated Entries from Customizing Tables