How to create a warehouse task in EWM

Hi Experts,
In Extended Ware house management(EWM), how to create a Warehouse Task against inbound delivery order,
if there any standard method's is available, if not any custom methods, plz let me know.
my issue :
am retrieving a Productid, batch, location from various tables.
now along with this i have to find the inbound delivery order,
for this inbound delivery order , i need to create a warehouse task.
please let me share.
Regards,
Nag.

from PFTC itself. Same.

Similar Messages

  • BAPI/FM to create Warehouse Task in EWM

    HI  all,
    i need to create Warehouse Task in EWM system, i find a FM: /SCWM/TO_CREATE, there are so many fileds need to be filled, and i tried to test these FM so many times, but i still can not create WT. please give me a sample to show me which fields need to be filled to create a WT successfully by this FM.
    or any other FM/BAPI.
    Thanks a lot.

    Sample:
    * Create warehouse task
      clear st_create. refresh it_create.
      move: v_procty        to st_create-procty,
            p_cs_admin-rsrc to st_create-prsrc,
            p_cs_ptwy-matid to st_create-matid,
            1               to st_create-anfme,
            p_cs_ptwy-altme to st_create-altme,
            p_cs_ptwy-vlpla to st_create-vlpla,
            v_owner         to st_create-owner,
            'BP'            to st_create-owner_role,
            v_entitled      to st_create-entitled,
            'BP'            to st_create-entitled_role,
            abap_true       to st_create-single_to,
            v_cat           to st_create-cat.
      append st_create to it_create.
      CALL FUNCTION '/SCWM/TO_CREATE'
        EXPORTING
          IV_LGNUM   = p_cs_admin-lgnum
          IT_CREATE  = it_create
        IMPORTING
          EV_TANUM   = v_tanum
          ET_LTAP_VB = it_ltap_vb
          ET_BAPIRET = it_bapiret.
    Cheers,
    Koen

  • BAPI/FM create warehouse task in EWM

    HI all,
    i need to create Warehouse Task in EWM system, i find a FM: /SCWM/TO_CREATE, there are so many fileds need to be filled, and i tried to test these FM so many times, but i still can not create WT. please give me a sample to show me which fields need to be filled to create a WT successfully by this FM.
    or any other FM/BAPI.
    Thanks a lot.

    Sample:
    * Create warehouse task
      clear st_create. refresh it_create.
      move: v_procty        to st_create-procty,
            p_cs_admin-rsrc to st_create-prsrc,
            p_cs_ptwy-matid to st_create-matid,
            1               to st_create-anfme,
            p_cs_ptwy-altme to st_create-altme,
            p_cs_ptwy-vlpla to st_create-vlpla,
            v_owner         to st_create-owner,
            'BP'            to st_create-owner_role,
            v_entitled      to st_create-entitled,
            'BP'            to st_create-entitled_role,
            abap_true       to st_create-single_to,
            v_cat           to st_create-cat.
      append st_create to it_create.
      CALL FUNCTION '/SCWM/TO_CREATE'
        EXPORTING
          IV_LGNUM   = p_cs_admin-lgnum
          IT_CREATE  = it_create
        IMPORTING
          EV_TANUM   = v_tanum
          ET_LTAP_VB = it_ltap_vb
          ET_BAPIRET = it_bapiret.
    Cheers,
    Koen

  • Automatic Creation and Confirmation of Warehouse Task in EWM 5.1

    Hello,
    We want an automatic creation and confirmation of the warehouse task in EWM 5.1 on the based of a delivery type and warehouse number.
    The scenario goes in this way... As soon as the inbound delivery is created/replicated in EWM, the creation and confimartion of warehouse request, warehouse task and warehouse order (all the transactions) should be called automatically. And the goods receipt should be posted.
    Can someone throw more light on the customizing/BADI/enhancements etc required??
    Thanks and Regards..

    Hi koen,
    I tried with the FM that you suggested...
    But somehow with the process type 'stock removal' gives an error...
    Is that that this FM will help to create a pick task for a particular outbound delivery--Tcode:/SCWM/TODLV_TO.
    how will this FM take the outbound delivery as an input?or it will be on the corresponding sales order number and item number as input?
    Being new EWM i require help on this..about how to go about creating the pick task for an outbound delivery which wil be equal to the warehouse request.
    Thanks in advance,
    Rashmi.

  • How to create a custom task in SRM for the standard task

    Hi Gurus,
    How to create a custom task in SRM for the standard task  eg: TS10407929
    regards,
    George.

    from PFTC itself. Same.

  • Two step confirmation for warehouse tasks in EWM

    Hello everybody,
    I am working on an internal prototyp to evaluate SAP EWM. Therefore it is essential that we use "two step confirmation" for warehouse tasks. Step one: confirm pick up of a pallet; Step two: confirm transportation of a pallet. Like it is used in SAP WM (Parameter I_QUKNZ in function module L_TO_CONFIRM and in standard SAP).
    I haven't found anything similar to that in EWM so far. I searched in the official EWM SAP Press book and also in google. But right no I don't have any idea.
    Do you guys have any hints on how to achieve two step confirmation somehow?
    Many thanks in advance!
    Stef

    Hi Jürgen.
    Thanks for your input! You are right, it works with RF!
    But it works kind of strange. Deleting source storage bin, creating another position etc.
    I will have a look how to adapt this.
    Thanks!

  • How to create the new task without time through WCAP

    Hi
    I am trying to create the new task by using WCAP commands. I want to create the task with out time, that is "no time" option that u see in the web access. If I set the duedate without time its putting 12:00 AM as default. Is there any option that I need to set for WCAP command in order to set the "no time" option. Any help is appreciated.
    Thanks
    Hari

    Hi Anusha,
    This code correct for your requirement, only thing is you are not able to modify it as per your requirement.
    What you have to do is:
    1. Copy queried row into into new row, change primary key values(but don't commit your changes here).
    2. Now you have two rows in your VO(OLD as well as New)
    3. Make any changes if you want using User Interface.
    4. At the save button first compare OLD and NEW row, if any value is differing then commit the chnages(it will insert new row in corresponding database table), if no changes are there I mean to say OLD value and NEW rows are same then rollback(it will remove copied row from VO and no row will be inserted in database.)
    While comparing rows please note that Primary keys will not be same so don't compare Primary keys while comparing rows.
    I hope it will help you.
    Regards,
    Reetesh Sharma

  • How to create Popups in task flows

    Hi,
    Can any one help how can we create popup in taskflow. My requirement is i need to do create/edit operation on a table using task flows i have followed the "http://www.oracle.com/technology/obe/obe11jdev/11/btf/bounded_task_flow.html#t6" for create/edit operations in this it's navigating to new page, my case i need to invoke a popup instead of page.
    can any one help me.

    You need to create a separate tf for the edit and use that as a region in your search page.

  • How to create a DAQmx task in LabVIEW ?

    I want to create a new DAQmx task in LV. I've used 'create new task' VI in LV. Bt I want to see the created task in MAX task list also.
    There is no hardware device connected. Its just simulation.
    Solved!
    Go to Solution.

    Here's a driver we use.  The design intent is to make sure the software provides the tasks that we need so it's not dependant on resources already existing.
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
    Attachments:
    DAQDIO_InitializePorts.vi ‏34 KB

  • Business Contact Manager 2013 and Business Project Tasks / How to create sequential project tasks

    I would like to know if there is a way to create a custom template for sequential project task list / check list. I have created a template for a custom project with standard tasks for the template, however I 'am unable to keep them in order. Is there
    a way to customize the list sequentially rather than by start and end date ?
    Thanks,
    Peter

    Dear fr
    Have u already created a project?
    select the same in solar01 and click the structure tab
    On the left side select business scenarios and on the right side select the structure tab
    Press F4 here and check the Busines process repository is selected
    Nw you hav all the standard business process
    For non-standard just type there name and press save button.
    Add the relevant one's
    Once added here in solar01 reflected in solar02 automatically with relevant data for standard business process.
    you hav to add manually for non stand scean you have added.
    Hope it clarifies.
    Pls assign pts.

  • How to create Threads or Tasks in ABAP OO

    Hi,
    I would like to know if it is possible to run a method of an ABAP class in background. I know that it is possible to run Function modules in background.
    Does something similar exists in ABAP OO like Threads in Java or for example .Net?
    Kind regards
    Michael

    No, this is not supported in ABAP OO, as you know it is supported by funciton modules.  At some point I would think that SAP will bring this functionality to classes, but we will have to wait and see.
    Regards,
    RIch Heilman

  • Error message When creating Warehuse Task in EWM

    Hi,
    I am working in the SCM EWM system .When I am creating the Warehouse task in EWM for the Warehouse Request.I am getting the error message "HU type check (storage type 2001): HU type is initial".
    System is not alowing to create the Warehouse task.
    Regards
    Govind

    Hello Peter,
    I set the my personalized view back to standard, and created personalized it once more - now its working!
    Thank you very much for your support! 100 times faster than the SAP support!
    Regards
    Andreas

  • Error while creating warehouse task

    Hello,
    While creating a Warehouse Task, i am getting following errors. Kindly suggest what settings need to be done to successfully create a warehouse Task.
    First Error:
    Could not determine ERP stock data for: AYYB 0000000101 F1
    Message no. /SCWM/ERPINTEGRATION105
    Diagnosis
    The transaction you executed causes a stock posting in the ERP system. For this, the system must determine the stock data for the ERP system (such as material, plant, storage location) from the EWM data (such as material, party entitled to dispose, stock type).
    For the following field, the system could not determine any ERP data: AYYB 0000000101 F1
    Second Error
    System could not determine source storage bin
    Message no. /SCWM/L3008
    Diagnosis
    The system was not able to determine a source storage bin for this product.
    This problem can be caused for several reasons:
    1. The product no longer exists in your warehouse.
    2. The product is in your warehouse, but currently cannot be reached by the system (for example, the product is just being transferred by one of the conveyor machines).
    3. The product is in your warehouse, but not in the storage type and storage areas that are defined in your system for the product search.
    Procedure
    Check to see if the product really exists in your warehouse.
    If the reason for the error is the third one mentioned above, contact your system administrator.
    Regards,
    Raju
    Edited by: Jonnakuti Raju on Apr 27, 2011 5:49 PM

    verify the following settings:
    1. mapping of ECC plant and storage location and logical system number with the appropriate availability group code since this links the stock types in EWM to ECC org elements (SPRO -> EWM -> Interfaces -> ERP Integration -> Goods movement)
    2. ensure the availability group configuration is correct (SPRO -> EWM -> GR Process -> Configure availability group for putaway) - check all applicable nodes in this configuration since the availability group code is assigned in the pertinent storage types

  • Warehouse task not being created : Handling unit was not locked

    Hi,
    I am trying to create a warehouse task w.r.t to an o/b delivery in EWM. While doing so when I try and create the Warehouse task from the Warehouse Req an error comes up : Warehouse Task cannot be created. Handling unit was not locked.
    What is the resolution for this? is there some way we can lock the individual handling units?
    Arup

    Hi,
    I am not using HUM at the warehouse level. The storage type used is 0010 (High Rack Storage) and it is defined to behave as a standard storage type.
    Arup

  • UWL Help - How can i create my own task within the Enterprise Portal

    Dear all,
    I am currently working with UWL .
    I have tried the customization and those stuffs associated with UWL , and it is working properly.
    My current issue is , how can create my own task within the Portal ( not using Ad Hoc  Workflow , which is present in Portal) ?.
    If i can create my own task within portal by API or using another method , then How can i add that task link within the drop down box that is present in the Collaboration launch pad and Mytask Workset.?
    Is there any API regarding  UWL (which is useful for creation of custom tasks in Portal using Developer Studio by means of Portal Application Creation) ?
    How can i add that custom task in the drop down ?.
    I have tried the customization of existing UWL.
    I shall be grateful to those who can help me to solve this issue with links regarding the  solution of my problem's.
    with regards
    Kishor Gopinathan

    Hi Kishore,
    I am trying to do the same thing. When i am creating Collaboration Task, it has standard templates in the dropdown like "Single Step" and "Multi-Step" etc., If i want to create my own Custom Task Template and display in that dropdown, how can i do that? Your help is really appreciated.
    Thanks
    Vijay

Maybe you are looking for