MIOLALVD 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 MIOLALVD 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WPLAN_AUTHORITY_CHECK CALL FUNCTION 'WPLAN_AUTHORITY_CHECK' EXPORTING i_wa_mpla = mpla i_tcode = 'IP10' EXCEPTIONS benutzerstamm_fehlerhaft = 1 keine_berechtigung = 2 keine_berechtigung_anz = 3 keine_berechtigung_hinz = 4 keine_berechtigung_ver = 5 kein_profil_im_bstamm = 6 objekt_nicht_in_bstamm = 7 OTHERS = 8.
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING arbgb = 'IP' msgnr = '622' msgty = 'I' msgv1 = mpla-warpl.
DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = wa_alv-nplda IMPORTING week = lv_cal_week EXCEPTIONS date_invalid = 1 OTHERS = 2.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = avg_tab-avg2-arbid IMPORTING arbpl = wa_alv-vrg_arbpl EXCEPTIONS not_found = 01.
CI03_READ_PLKO CALL FUNCTION 'CI03_READ_PLKO' EXPORTING i_plnty = wa_alv-plnty i_plnnr = wa_alv-plnnr i_plnal = wa_alv-plnal i_date = sy-datum IMPORTING e_plko = ls_plko.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = wa_aplid IMPORTING arbpl = wa_gewrk.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MIOLALVD - documentation and ABAP source code MIOLALV - documentation and ABAP source code MIO1XF10 - Customizing Include for RIMHIS00 MIO1ET01 - User-Related Data Definitions for View Cluster Maintenance MIO1EF01 - User-specific subroutines MIO10T01 - User-Related Data Definitions for View Cluster Maintenance