MV45AO0W_WMITX_SELECT 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 MV45AO0W_WMITX_SELECT 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!
ADV_MED_READ CALL FUNCTION 'ADV_MED_READ' EXPORTING PI_ADV_MED = VBKD-WMINR PI_WITH_TEXT = 'X' PI_LANGUAGE = SY-LANGU * TABLES * PE_T_WWMIT = CHANGING PE_WWMI = DA_WWMI PE_WWMIT = DA_WWMIT EXCEPTIONS ADV_MED_NOT_FOUND = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV45AO0W_WMITX_SELECT - MV45AO0WWMITXSELECT MV45AO0W - documentation and ABAP source code MV45AO0V_VBAP_MATNR_DYN_FUELL - MV45AO0VVBAPMATNRDYNFUELL MV45AO0V_VBAP-PMATN_MAKT_SEL - MV45AO0VVBAP-PMATNMAKTSEL MV45AO0V_VBAK_STATUS_LESEN - MV45AO0VVBAKSTATUSLESEN MV45AO0V_VBAK-AWAHR_ERMITTELN - MV45AO0VVBAK-AWAHRERMITTELN