MEV_CREATE_WL_PTASK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report during period-end valuation...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter MEV_CREATE_WL_PTASK 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.
Selection Text: P_LOGDIS = Display Log
Selection Text: P_PSIZE = D .
Selection Text: P_PUR = D .
Selection Text: P_RECREA = D .
Selection Text: P_SIM = D .
Selection Text: P_SLS = D .
Selection Text: P_VDATE = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_EKGRP = D .
Selection Text: SO_EKORG = D .
Selection Text: SO_OBJID = D .
Selection Text: SO_SPART = D .
Selection Text: SO_VKORG = D .
Selection Text: SO_VTWEG = D .
Title: Period-End Valuation: Creation of Worklist in Background
Text Symbol: 001 = Purchasing
Text Symbol: 002 = Sales
Text Symbol: 003 = Processing
MEV_CREATE_WL_TOP ##INCL_OK,
MEV_CREATE_WL_S01 ##INCL_OK,
MEV_CREATE_WL_S02,
MEV_CREATE_WL_D01 ##INCL_OK,
MEV_CREATE_WL_P01 ##INCL_OK.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEV_CREATE_WL_PTASK - Period-End Valuation: Creation of Worklist in Background MEV_CREATE_WL_PTASK - Period-End Valuation: Creation of Worklist in Background MEV_CREATE_WL_P01 - Include MEV_CREATE_WL_P01 MEV_CREATE_WL_D01 - Include MEV_CREATE_WL_D01 MEV_CREATE_WL - Period-End Valuation: Creation of Worklist MEV_CREATE_WL - Period-End Valuation: Creation of Worklist