Auto WT creation while doing partial GR in inbound delivery

Hi All,
We need auto WT creation once GR got completed. It is working fine using PPF if entire item GR got completed. But if we are doing partial GR , WT is not getting created.
We do GR partially with HU and WT need to create for that HU only.
Please help me if you have any idea about this.
Thanks,
Srikanth.A

Hi experts,
I have the same problem.
We have deliveries with several items and we are using Tx /SCWM/GR for the partial GR (for each item).
The partial posting to the ERP works fine.
After the posting we want to create the putaway warehouse task only for the item for which we posted the GR. Unfortunatley the creation only starts (by PPF) if the GR is posted for whole delivery and for all items.
Is there a way (by PPF) to initiate the creation of the WT only for the item for which the GR is posted?
Thanks
Ralf 

Similar Messages

  • Automatic po creation while doing GR?

    Dear Gurus,
    I have completed all the relevant settings for automatic po creation while doing GR.But in MIGO, in vendor tab(header), i m not able to see the vendor field.How ill i proceed so that i can able to complete GR and get the PO.
    I am choosing "A01 Goods Receipt" and "R01 Purch Order" and "Mvt type : 101"

    Hi,
    Pl. check the following once again:
    1) In Vendor master record -- purchasing view -- check the automatic PO option
    2) In material master record -- Purchasing view -- check the automatic PO option , maintain a Purchaing Group
    3) Now goto IMG --> Materials Management --> Inventory Management and Physical Inventory --> Goods Receipt --> Create Purchase Order Automatically --> Check the automatic PO option against 101 MVT
    4) Goto MIGO --> Settings --> Default values --> In the NON ORDERED ITEMS AT GOODS RECEIPT FOR PURCHASE ORDER tab , in material field give MVT 101 --> click on adopt
    5)You have to maintain a Standard Purchasing Org.
    Goto IMG -->Enterprise Structure >Assignment>Materials Management->Assign standard purchasing organization to plant
    6)Create a PIR for that standard P.ord , Pgroup maintained in MMR ( make sure that you have only created one PIR for that material , Vendor , Plant , Porg , Pgroup combination)
    7) Now create the GR following the exact steps what you do generally when you create a GR without PO
    At the time of GR, maintain Vendor code in Partner tab
    Regards,
    Vikas
    Edited by: Vikas Mayekar on Aug 13, 2009 10:27 AM

  • UoM error while doing partial loading in O4G1- TD Transport

    Hi experts,
    while doing partial loading error pops up which says UoM not set in customizing..
    Have checked all settings for Uom its ok..
    what else could be the issue..pls help.
    regards,
    VP

    Hi,
    Data records for package 39 selected in PSA - 2 error(s). Record 5129 :No SID found for value 'EMN ' of characteristic 0BASE_UOM . Record 5132 :No SID found for value 'EMN ' of characteristic 0BASE_UOM
    The issue with record no. 5129 and 5132.
    In PSA check errorneous records and it will display only the error records, you just edit as per the require and try reloading into cube.
    Deleting single record is not possible.
    Let us know if you still have any issues.
    Reg
    Pra

  • Error while getting shipment cost from inbound delivery

    Hi all, I already make the setting according to sapnote 427944.
    I made PO with condition type FRB1 and value 0.
    Then we made the inbound delivery and shipment documents
    next while we makin shipment cost using VI01 the net value field is grey and the value is 0.
    can anyone please explain to me how can i get the value for the shipment cost? Thanks

    Hi
    On double clicking on the item level, respective item details of the material is displayed and then click SHIFT+ F6 to see the COSTCENTER in the shipement cost document.
    Configuration:
    1) In Item category configuration account assigment category is Cost Center.
    Logistics Execution>Transportation>Shipment Costs>Shipment Cost Document>Shipment Cost Types and Item Categories-->Define item categories
    2) In the Transaction code OKB9 Costcenter is assigned to the company code , in order to automate the determination of CO assignments in case of Shipment cost document creation
    Logistics Execution>Transportation>Shipment Costs>Settlement>Automatic Determination of CO Assignments
    Edited by: Bhaskar C.R on Jun 17, 2010 10:13 AM

  • Error while posting MIGO for HU-Inbound Delivery

    Hi All
    When am trying to post the MIGO for HU Inbound Delivery Creation, am getting an error saying "Required parameters missing when calling up module MARV_SINGLE_READ". 
    Following areas I have verifed:
    The posting periods in MMRV shows current period.
    The Number range for HU ID and Delivery type HID is maintained.
    Now am looking for your expert opinion to resolve this issue.
    Regards
    K. Viswanathan

    Are you getting the same error in  transaction MB1C to create the delivery.Try in MB1C

  • Control GR Qty while posting with ref. to Inbound delivery

    Hi,
    We have an inbound delivery process where Inbound delivery is made against the PO and subsequently GR is made against the inbound delivery.
    While posting GR via MB0A with ref. to inbound delivery, the qty can be modified at GR Stage. We want to ensure that GR Qty is always equal to Inbound Deliery Quantity.
    Is there any customisation available?? Or it can only be controlled using User Exit only.
    Kindly suggest.
    Regards
    C.A. Shankar

    Hi Shankar,
    For this you have to go for seperate Doc. type for Inbound based GR.
    In the document type you can control the field as display maode in Qty field. this will not possible to change.
    SAM

  • BAPI_GOODSMVT_CREATE short dump while posting a GR for inbound delivery

    Dear Experts,
    I am using BAPI_GOODSMVT_CREATE to post a goods receipt for a PO using Inbound Delivery
    here is how I am populating bapi input parameters:
      lw_goodsmvt_code-gm_code = '01'.
      lw_goodsmvt_item-deliv_numb =  lw_inb_delivery_items-delivery.
      lw_goodsmvt_item-quantity = lw_inb_delivery_items-deliv_qty.
      lw_goodsmvt_item-entry_qnt = lw_goodsmvt_item-quantity
      lw_goodsmvt_item-no_more_gr = ''.
      lw_goodsmvt_item-move_type = '101'.
      lw_goodsmvt_item-mvt_ind = 'B'.
      lw_goodsmvt_item-STGE_LOC = '0001'.
        lw_goodsmvt_item-po_number and   lw_goodsmvt_item-po_item are populated as well.
    When I execute the BAPI I get the short dump
    Message Class: 'VL'
    Number = 143
    in the module MB_POST_GOODS_MVT and a reference to 385830 note.
    Would you please help me how to solve this problem?

    from the dump the error orrcurs here:
    CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
            EXCEPTIONS
              error_message = 4.
    As soon as we have started to put things into UPDATE TASK, we must
    ensure that errors definitely terminate the transaction.
    MESSAGE A is not sufficient because it can be catched from
    external callers which COMMIT WORK afterwards, resulting in
    incomplete updates. Read note 385830 for the full story.
       IF NOT sy-subrc IS INITIAL.
    >      MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
                     sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        MESSAGE A263.
       ENDIF.
    The short text of the error is: Cannot be processed with this transaction.
    Can you tell me if my BAPI Call is correct to post GR in Inbound Delivery?

  • Disabling the auto rotation while doing OCR

    how can i disable the auto rotation function while doing OCR?

    It does this to improve the OCR but if you can choose Searchable Image (Exact) under the PDF Output Style in the Recognize Text - General Settings dialog it won't deskew the image.

  • Problem while doing vl10d ....

    Hi experts  ,
    I'm facing a peculiar problem . While doing VL10D / vl10g , the outbound delivery document no. is not generated - and it's showing like this ... I don't know why it behaves as such ?? ....
    During creation of purchase order it behaves properly , shows the shipping tab - properly filled the shipping data and others inputs .
    Please help me to get the problem is resolved ...
    regards
    arghya .

    Hi Arghya,
    Couple of thing which you need to check
    1. Can You post the screenshot of the STO number in VETVG table
    2. Check the delivery date on the STO.
    3.Also in the item level check the chipping table route is populated.
    4. Also check the STO has been released
    Arun Prasad

  • Getting error while TO creation wrt to inbound delivery`

    A Purchase has two Inb. delv we are getting error for the second inb. delivery.
    While creating a TO using  inbound delivery getting an error.(Del does not allow the required change)
    There is a Function(ME_CONFIRMATION_CHECK_QUANTITY) used in ABAP from which exception is getting trigger,
    Could somebody let me know what is the role of this function because there is no any documentation maintained in SAP.

    HI,
    Use ST22 for ABAP runtime error.
    =-=
    SAP Community
    Pradip Gawande

  • While doing LSMW standard method for Customer master creation..

    while doing LSMW standard method for Customer master creation.....
    In 13th step I am getting this king of error
    FB012                    Session 1 : Special character for 'empty field' is /
    FB007                    Session 1 session name ZPROJ was opened
    FB109                    Trans. 1 : Transaction xd01 is not supported
    FB016                    ... Last header record ...
    FB014                    ... BKN00-STYPE 1
    FB014                    ... BKN00-TCODE xd01
    FB014                    ... BKN00-KUNNR
    FB014                    ... BKN00-BUKRS
    FB014                    ... BKN00-VKORG A1
    FB014                    ... BKN00-VTWEG 00
    FB014                    ... BKN00-SPART 0
    FB014                    ... BKN00-KTOKD
    FB014                    ... BKN00-KKBER BP01
    FB013                    ....Editing was terminated
    Can anyone help how to solve this?

    Hello TJK,
    <b>FB012 Session 1 : Special character for 'empty field' is /</b>
    This is the special function in LSMW, for empty field system will put / sign automatically, so you need not to worry about that.
    <b>FB007 Session 1 session name ZPROJ was opened</b> It is opening session ZPROJ which is your project name/object name.
    <b>FB109 Trans. 1 : Transaction xd01 is not supported</b>
    Check out your field mapping and conversion rule for object.
    <b>FB013 ....Editing was terminated</b>
    It is not finding proper field mapping rule / file inputs so the sytem terminates the LSMW object.
    Check your field mapping and conversion rule, check your source fields, save the file in tab delimited format.
    Hope this helps.
    Regards
    Arif Mansuri

  • How to make auto recovery from error while doing project in Adobe Photoshop cc?

    i got error from from Photoshop CC while doing work unable recover,back if it open again

    Could you please elaborate?
    Is there a file in the Folder "PSAutoRecover" on your scratch disk?

  • Auto check number pick while doing the F110

    HI All,
    Mentioned error message shown while doing the F110.
    Check number status at beginning of processing:
    My object is to pick the cheque numbers automatically ,while making the payments through F110.
    System is not consuming the numbers.
    Rgds
    Mani Kumar

    4 Possibilities -
    > Check if you have the RFFOUS_C program defined for the payment method in Country settings - FBZP.
    > Check if your variant for RFFOUS_C has the right payment method for printing checks.
    > Check if yo have any other proposal for same vendor already created but not finished the payment run for that. It might be due to duplication of entries.
    > Check your check-lot. Hope its not exhausted.
    Please search forums for more.
    Regards,
    Zubin

  • Auto PO creation from PR

    Dear All,
    I have done all process required for Auto PO creation from PR. With TCode Me59 i am able to create a PO also but some field in PO are blank like in header level Additional  tab - Validity Start and Validity End, in Communication tab - Your Reference and Our Reference.
    And while using ME59N, its shows error
    "PO cannot be created
    PO header data still faulty
    Enter Our Reference
    Enter Validity End
    Enter Validity Start
    Enter Your Reference
    Requisition could not be converted"
    How will i fill these field. Any link from info record or source list. These field are necessary in PO.
    Please anybody help me to solve this issue.

    Yes Sir. You have said the right thing. At first i have done the same that make these fields optional. but here as per our business these fields are mandatory for PO. Is there any other way that we forcefully enter data in these fields.
    And one more thing i want to ask, i have created PR through MRP run, in this how could i maintain fixed vendor, valuation type, purch org, info record. These all things are necessary to create auto PO creation. Now what are we doing that we create PR through MRP run and then go to change PR enter all these thing and then run ME59N. After that the same problem some fields are blank in PO.
    Please suggest me any other way to maintain this....

  • How can we change delivery document while doing shipment

    Hi all,
    How can we change delivery document in background while changing shipment document.My requirement is to change the netweight in delivery while doing shipment.Actually it gets blocked when we open the shipment.
    Thank You,
    Regards,

    Hi,
    if you have done the PGI(Post Goods Issue), you can't change the delivery.
    If you want to change the devlivery Qty, you should create the delivery with Partial Split (= X) and you can deliver the splitted qty with a new delivery.
    Regards,
    Baburaj

Maybe you are looking for