MIOLSF20 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 MIOLSF20 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!
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = ITEM_TEXT1 IMPORTING OUTPUT = ITEM_TEXTH EXCEPTIONS OTHERS = 0.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = AVG_TAB-AVG2-ARBID IMPORTING ARBPL = RIHMHIS-ARBPL.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = GEWCODE IMPORTING ARBPL = ARBPL.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = OBJNR SPRAS = SY-LANGU IMPORTING LINE = VSTTXT.
GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING LANGU = SY-LANGU TABNAME = TABNAME2 WITHTEXT = 'X' TABLES FIELDTAB = H_FIELDTAB EXCEPTIONS NO_TEXTS_FOUND = 01.
CR_WORKCENTER_PRE_READ CALL FUNCTION 'CR_WORKCENTER_PRE_READ' TABLES TARBID = L_TARBID.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = OBJ_TAB-PPSID MSGTY = 'S' IMPORTING ARBPL = OBJ_TAB-PPAPL EXCEPTIONS NOT_FOUND = 01.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = OBJ_TAB-GEWRK MSGTY = 'S' IMPORTING ARBPL = OBJ_TAB-ARBPL EXCEPTIONS NOT_FOUND = 01.
EQUIPMENT_CHECK CALL FUNCTION 'EQUIPMENT_CHECK' EXPORTING EQUNR = OBJ_TAB-EQUNR IMPORTING KTX01 = EQKTX EXCEPTIONS EQUI_NOT_FOUND = 01 EQKT_NOT_FOUND = 02.
MATERIAL_PRE_READ_MAKT CALL FUNCTION 'MATERIAL_PRE_READ_MAKT' EXPORTING KZRFB = 'X' TABLES IPRE03 = HIPRE03.
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING RETURN = MTCOR MATDATEN = MINST TABLES SEQMAT01 = H_DUMMYTAB.
FUNC_LOCATION_ARRAY CALL FUNCTION 'FUNC_LOCATION_ARRAY' EXPORTING TABSTRUCTURE = 'IFLOTX' TABLES IFLO_SEL = H_IFLO_SEL IFLO_TAB = H_IFLO_TAB EXCEPTIONS NO_ENTRY_FOUND = 01.
FIND_BASE_DIMENSION CALL FUNCTION 'FIND_BASE_DIMENSION' EXPORTING TIMEX = H_LTIMEX IMPORTING DIMID = H_DIMID.
FIND_BASE_UNIT CALL FUNCTION 'FIND_BASE_UNIT' EXPORTING DIMID = H_DIMID NENNR = H_LNENNR ZAEHL = H_LZAEHL IMPORTING MSEHI = D_EINH EXCEPTIONS UNIT_NOT_FOUND = 4.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = GEWN_TAB-ARBID IMPORTING ARBPL = GEWTEXT.
CI03_READ_PLAS_TIME_INTERVAL CALL FUNCTION 'CI03_READ_PLAS_TIME_INTERVAL' EXPORTING I_PLNTY = APLAN_TAB-PLNTY I_PLNNR = APLAN_TAB-PLNNR I_PLNAL = APLAN_TAB-PLNAL I_DATE_BEGIN = DATUV "N1643509 I_DATE_END = DATUB "N1643509 IMPORTING E_PLAS_TAB = PLAS_TAB[].
CI_DB_PLWP_READ_EXPORT CALL FUNCTION 'CI_DB_PLWP_READ_EXPORT' EXPORTING PLNAL = APLAN_TAB-PLNAL PLNNR = APLAN_TAB-PLNNR PLNTY = APLAN_TAB-PLNTY STTAG = OBJ_TAB-SDATE TABLES PLWP_EXP = PLWPB_TAB EXCEPTIONS OTHERS = 1.
WPOS_AUTHORITY_CHECK CALL FUNCTION 'WPOS_AUTHORITY_CHECK' EXPORTING I_WA_MPOS = H_MPOS I_TCODE = H_TCODE EXCEPTIONS OTHERS = 01.
CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'IP' MSGNR = '629' MSGTY = 'I' MSGV1 = IMPOS_TAB-WAPOS.
IREP1_LOCATION_CONVERSION_OUTP CALL FUNCTION 'IREP1_LOCATION_CONVERSION_OUTP' TABLES I_TPLNR_TAB = P_TPLNR E_STRNO_TAB = P_STRNO.
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 MIOLSF20 or its description.