MIOLSF10 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 MIOLSF10 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: Subprograms for RIMHIS00
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CI03_READ_PLPO * CALL FUNCTION 'CI03_READ_PLPO' * EXPORTING * i_plnty = obj_tab-plnty * i_plnnr = obj_tab-plnnr * i_plnal = obj_tab-plnal * i_date = imhis_tab-nplda * IMPORTING * e_plpo_tab = l_t_plpo[].
IWP1_PACKAGES_SET_IND_VALIDITY * CALL FUNCTION 'IWP1_PACKAGES_SET_IND_VALIDITY' * EXPORTING * i_date = imhis_tab-nplda * i_call_object = obj_tab-call_type * i_item = obj_tab-wapos * TABLES * t_package_data_st_tl = g_t_package_data_st_tl.
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING arbgb = 'IP' msgnr = '604' msgty = 'I' msgv1 = imhis_tab-warpl.
DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = datfeld IMPORTING week = woche.
WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = woche IMPORTING date = datfeld1. "1. Wochentag der Woche
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = work_time unit_in = avg_tab-avg2-arbeh unit_out = d_einh IMPORTING output = siwert.
GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING program = 'RIMHIS00' status = 'WPOS '.
GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING program = 'RIMHIS00' status = 'WPLAN '.
GRAPH_MATRIX CALL FUNCTION 'GRAPH_MATRIX' EXPORTING stat = busg_stat titl = titel valt = einhn dim1 = step dim2 = text-050 max2 = 32 "max. 32 Gewerke
GRAPH_GANTT CALL FUNCTION 'GRAPH_GANTT' EXPORTING command_ok = h_command confirm = h_confirm modif = h_modif stat = gant_stat tunit = t_unit no_sort = 'X' wheader = text-001 ttitle = text_title ttext = h_ttext legend = text-004 tlength = item_length tmbeg = beginn tmend = ende super = 'X' IMPORTING m_typ = m_typ g_typ = g_typ rwnid = rwnid cua_id = rcode akt_tunit = t_unit akt_tmbeg = beginn akt_tmend = ende TABLES item = item_tab mist = mist_tab elem = elem lgms = lgms_tab lgel = lgel msgt = msgt_tab.
CM_F_INFO CALL FUNCTION 'CM_F_INFO' IMPORTING msg_counter_pro = mess_count.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING headline = text-201.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING headline = text-200.
STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING client = sy-mandt objnr = wpk_tab-objnr only_active = 'X' TABLES status = ijstat.
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING arbgb = 'IP' msgnr = '630' msgty = 'I' msgv1 = wpk_tab-warpl.
CI03_READ_PLPO * CALL FUNCTION 'CI03_READ_PLPO' * EXPORTING * i_plnty = obj_tab-plnty * i_plnnr = obj_tab-plnnr * i_plnal = obj_tab-plnal * i_date =
-nplda * i_plas_tab = plas_tab[] * IMPORTING * e_plpo_tab = l_t_plpo[].
CI03_READ_PLPO CALL FUNCTION 'CI03_READ_PLPO' EXPORTING i_plnty = obj_tab-plnty i_plnnr = obj_tab-plnnr i_plnal = obj_tab-plnal i_date =
-nplda i_plas_tab = lt_plas_tab[] IMPORTING e_plpo_tab = l_t_plpo[].
IWP1_PACKAGES_SET_IND_VALIDITY CALL FUNCTION 'IWP1_PACKAGES_SET_IND_VALIDITY' EXPORTING i_date =
-nplda i_call_object = obj_tab-call_type i_item = obj_tab-wapos TABLES t_package_data_st_tl = g_t_package_data_st_tl.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MIOLSF10 - Subprograms for RIMHIS00 MIOLRSEL - FunctLocation Master Data Selection Criteria MIOLQSL1 - FunctLocation Master Data Selection Criteria MIOLNSL3 - FunctLocation Master Data Selection Criteria MIOLNSL2 - FunctLocation Master Data Selection Criteria MIOLNSL1 - FunctLocation Master Data Selection Criteria