How to link imported Goods REceipt (DTW) to PO

Hi, We are importing our Goods Receipt PO through DTW because the serial numbers are not sequential. In DTW, how do I link the added Goods REceipt to the original PO?
Thank you!
Jane

Hi,
Please check this thread:
http://scn.sap.com/thread/1912409
Thanks & Regards,
Nagarajan

Similar Messages

  • "Quantity falls into negative inventory" Error when importing Goods Receipt through DTW

    Hi,
    We extending the automation between our production plant an SAP Business one.
    We're using DTW import "Goods Receipt PO" currently and want to extend this to internal productions based on Production Orders.
    I've created three csv files to create the import. OIGN, IGN1 an SNRT (as we use serial number based products)
    Some remarks:
    - The stock is sufficient to do the production. No negative stock is created by this the production order.
    - The used materials are all based on "backflush", so should be handled automatically
    - Using the SAP GUI everything goes well. No errors.
    hereby the files I've used (the actual serial number file is of course longer):
    OIGN:
    DocNum;DocType;HandWritten;DocDate;PartialSupply
    DocNum;DocType;Handwrtten;DocDate;PartSupply
    1;dDocument_Items;tNO;20140402;Y
    IGN1:
    ParentKey;LineNum;BaseType;BaseEntry;BaseLine;Quantity
    DocNum;LineNum;BaseType;BaseEntry;BaseLine;Quantity
    1;0;202;92;;49
    SRNT:
    ParentKey;LineNum;InternalSerialNumber;ManufactureDate;ReceptionDate;Notes;BaseLineNumber
    DocNum;LineNum;DistNumber;MnfDate;InDate;Notes;DocLineNum
    1;0;0409001;20140331;20140402;Firmware=SD-TRPE v1.12 y13m10d16;0
    1;1;0409002;20140331;20140402;Firmware=SD-TRPE v1.12 y13m10d16;0
    1;2;0409004;20140331;20140402;Firmware=SD-TRPE v1.12 y13m10d16;0
    1;3;0409005;20140331;20140402;Firmware=SD-TRPE v1.12 y13m10d16;0
    What am I doing wrong? Do we need the handle the goods issue manually when using DTW instead of the auto backflush method in SAP?
    Looking forward to your response.
    Kind regards,
    Vincent

    Hi,
    Please check SAP note:
    841270
    - How to import serial numbers correctly via the DTW
    Please advice your decimal setting for quantity at general settings.
    Thanks & Regards,
    Nagarajan

  • How to differentiate a Goods receipt ?

    hello gurus
    how to differentiate the Goods receipts which are done only against an Inbound Deliveries  from that of direct POs.
    Is there any table to check the same ?
    Thanks in advance

    Hi,
    There is no link anywhere for this,
    You will have to refer to EKES,MSEG,EKPO or EKBE
    Diwakar

  • Goods Receipt DTW - Possible to update existing batch details?

    Hello experts,
    Using the three templates OIGE, IGE1, and BTNT I've managed to perform some Inventory Adjustments BY BATCH using DTW.
    The issue I am having is that some of the fields in BTNT are not updating in SAP despite a successful DTW instance depending on whether the batchnumber is pre-existing or is new.
    If the batch already exists, quantities are being receiving as expected but additional data such as "Notes", "InternalSerialNumber", and even some user-defined fields we have created for Appearance, Inventory Tag Number, etc. will not update.  I have checked DTW mapping and it is setup correctly.
    In fact, if the batch number defined in BTNT is NEW to the system these additional details load up as expected, only when it is a quantity update on the batch number do they not.  I thought that since the quantity of a pre-existing batch is being update successfully via this method the other "Batch Details" should update as well.
    Can anyone provide insight as to whether it is possible (and if so how) to update these batch details during a Goods Receipt or Goods Issue DTW for pre-existing batches or will it only do it for a brand new batch #?
    Thanks very much,
    Richard

    Hi Richard,
    Welcome you post on the forum.
    I am afraid you could only update batch details when you imported them as new. You may only update the existing batch details through UI.
    Thanks,
    Gordon

  • How to create Zero Goods Receipt

    Hi there world of SAP geniuses,
    How do I create a zero goods receipt order?
    My client's requirements demand that I create a zero goods receipt order.

    The client has a progress payment requirement -  every stage of GR a certificate will be issued indicating workdone.
    This is important because there are two points of information to the GR - interfaced and manual entry. Retention is involved and will be indicated at the GR stage. This has to flow into the invoice.
    E.G.
    Month        Work Done    GR         Cert
    Jan            100                 100         100
    Feb            150                 150         250
    March         0                     0*            250
    So it all boils back down to creating a ZERO QUANTITY Goods receipt!
    Thanks for all your help in advance.

  • How to block the goods receipt of items mentioned in the PO

    hi gurus,
    My functional people requirement is, when he created a purchase Order of 1000 quantity and I have also done GR for 860 quantity against this PO. he wont be receiving remaining 140 quantity. So in order to avaid that he have checked del completed indicator in PO. But still this PO is allowing me to do GR of the remaining quantity. He got some functional help but he dont want to do taht thing. My question is how should I block the receipt of that quantity which I do not want to receive.
    he want me to write exit or badi. so Is there is any EXit or badi to do that
    PS: I do not want to change the PO quantity.

    change like this .. dup will get avoided
    if required do message handling
      CALL FUNCTION 'ME_EKPO_SINGLE_READ'
        EXPORTING
          pi_ebeln                  = is_mseg-ebeln
          pi_ebelp                  = is_mseg-ebelp
    *   PI_BYPASSING_BUFFER       =
    *   PI_REFRESH_BUFFER         =
       IMPORTING
         po_ekpo                   = ls_ekpo
    EXCEPTIONS
       NO_RECORDS_FOUND          = 1
       OTHERS                    = 2
      IF sy-subrc = 0.
        CHECK ls_ekpo-elikz = 'X'.
        CONCATENATE 'Delivery Already Completed for' 'Line item:' is_mseg-ebelp '-' 'Material:' is_mseg-matnr INTO message_var.
        MESSAGE e002(sy) WITH message_var.
      ENDIF.
    About the St22 analysis i dont have much idea .. i think so roll back is happening.
    May be others can help you regarding this.Try to post it as a new thread so that you will get better answers

  • Cenvat Availment Duties Not captured Correctly during Import Goods Receipt

    For Import Procurement we follow the following cycle
    PO->Customs MIRO->Goods Receipt>J1IEX->Vendor MIRO
    While Posting the Goods Receipt we give the Customs MIRO number and system Should calculate the duties like CVD,Cess on CVD and Add duty on Imports only based on this Customs MIRO number.
    But in our case its calculating the value based on amount given in PO and not based on the Customs MIRO number.
    Uptill December the values where posted correctly.But Only from January we are facing this problem?
    Thanks & Regards
    Sentil

    Hi Senthil
    The Custom duty, CVD, Ecess on CVD, Ecess on Customs and ADC are polulated on goods receipt through the MIRO document once MIRO document is posted and referred. If MIRO is not done, then system has to copy from PO.
    You said that its calculating the value based on amount given in PO and not based on the Customs MIRO number. But lwt me know whether they are populating to excise fields in MIGO. Also check whether all these are getting loaded on material? (Whether both FI documents are accurate or not?)
    Basically, these condition types shall be marked as accruals.

  • How to avoid outputting goods receipt

    Hi,
    iam printing a goods receipt with output type WE01 thru MB90
    How to avoid outputting befor printing it??
    Regards
    Krishna

    hi Charlie,
    i dont want to assign output type to material document..
    but i want to print the goods receipt.
    i maintained condition record for Trans./Event Type,Print Version and Print item.
    But iam unable to print iT.
    Any further config required to acheive this?
    Many thanks
    Krishna

  • Standard procedure to deal import Goods receipts and LIV

    Dear Experts,
    After implementing the SAP notes to incorporate 1% Higher Education cess with Imported goods (both the cases where vendor in though local but material is imported & the case where material and vendor both are outside the country) we have have not been able to post any goods receipts & invoice correctly.
    If some one can tell us the step by step process to deal the cases in which ADC is involved.
    Hope to get a prompt response from the experts.
    Regards,
    Pawan

    Dear
    I think there is no SAP standard Txn for mass deletion of Material Documents .You can check in MBAR/MBAD .But i think you have to go for LSMW or BDC  from ABAP side .
    Check this out for arcieveing : http://help.sap.com/saphelp_47x200/helpdata/en/4d/2ba31643ad11d189410000e829fbbd/frameset.htm
    Regards
    JH

  • How to stop the goods receipt before issueing the goods for production orde

    Frndz,
    I have created a production order, now before even making the issue of rawmaterials from the inventory the system is allowing the goods receipt for that production order , kindly tell me the step by step procedure to check it.
    Regards,
    Srini

    Hi Srini,
    there are couple of ways to handle this situation..
    1. If you set all the components as Backflush relevant in Material Master or setting all Compoents tick in OPK4 will ensure that at the time of confirmation you will have all the components will be done auto GI.
    Now in your control key or Prod. scheduling profile specify that Auto GR.
    Now your GR & GI are linked.
    In OPK4, in the 2nd Tab page, termination of Goods Movements and Goods movements Ticked, so that when ever there is a problem with the components system will terminate the Confirmation.
    So there will not be any GR without GI.
    But, one can make GR with MB31 or MIGO
    (So this is an option but no fool proof method).
    2. Activating the User Satus (Status Profile) so that once the GI is done only you allow the Confirmation.
    (The settings we can discuss if required).
    3. Having the Use Exit..
    Enhancement - MBCF0002
    Functional Module - EXIT_SAPMM07M_001
    Include - ZXMBCU02
    Refer below links for further details..
    do not confirm without goods issue
    default quantity of confirmation(co11) should allowed in goods movements mb
    Revert for further discussion..
    Regards,
    Siva

  • Service entry without an entry date/not linked to goods receipt/invoice?

    Dear Gurus,
    I created a service entry against line 10 of PO. When viewing the service entryu2019s u201CAccept. Datau201D tab, there is a document date and a posting date.
    When viewing the u201CHistory tab,u201D the created dated is 01/12/11...
    When viewing the POu2019s u201CPurchase Order Historyu201D tab, the Service Entry does not have an entry date Additionally, when I go to the u201CGR/IR Assgtu201D view, the service entry is at the very top of the view But the goods receipt and invoice processing document are at the bottom, grouped together, but without the service entry.
    Please help as why is it happeing like this?

    Dear Gurus,
    I m creating service PO and later on doing service entry sheet w.r.t the PO...in service entry sheet, i m entring entry date, posting date and all other relevant informations...and saving the SES and later on releasing it...
    after this, I am going to PO history tab, there i m seeing the SES number but entry date field is missing...
    May i know the reason?
    Pls help...

  • SRM PO - how to check Shipment/Goods Receipt/Payment

    Dear Gurus,
    I have to find if there is a shipment or goods receipt or payment against a SRM PO. My question is can I get these details in SRM or I have to come to ECC to check. If they are in SRM, please let me know where. If I have to come to ECC to get these details, please let me know any standard functions for this. Appreciate all your help.
    Thanks,
    GSM

    Synchronize invoice status
    BBP_IV_UPDATE_PAYMENT_STATUS
    You can use this report to synchronize the status of invoices in SAP SRM with the status in the back-end system. If an invoice in the back-end system has the status Paid, the status in SAP SRM is adjusted; that is, the status changes from Approved to Paid.
    Note that invoices in SAP SRM with the status Paid cannot be canceled.
    Check goods receipt for XML invoices
    BBP_IV_AUTO_COMPLETE
    This report checks for XML invoices with the status Waiting for Preceding Document, and whether appropriate documents have been posted in the meantime, and then attempts to post the relevant invoice
    BBP_IV_UPDATE_PAYMENT_STATUS
    via check status , user can see his documnet whether sc status, po created or not, gr done or not, invoice made or not.
    br
    muthu

  • How to block  an Goods Receipt...for a PO not invoiced yet.

    Dear friends ,
    We have one new situation for one specific foreign vendor where we need to block the goods receipt  if no Invoice Receipt is done yet.
    we know that is possible to block invoice receipt without the GR...but we need exactly the inverse of this... block the GR while the IR is not posted..
    any help will be appreciated.
    Alessandro

    Dear Allessandro,
    There are several ways to meet your scneario.
    1. Goto ME22n and lock the line items in the PO which you o not want to receive, system will not allow to post GR untill this is unlocked. This is manual process.
    2. Go to MK05, enter the Vendor number and purchase organization. Press enter
       Under the block  for quality reasons select option 3 . This will block the system to place any further quotatoin requests, Purchase Orders and Goods receipts to be done on that particular vendor.
    Hope any of the above options will help resolve your problem
    Thanks
    Murtuza

  • How to enter / Post Goods receipt of Raw Material from subcontractor

    Dear Experts,
    As standard subcontracting procedure, Raw Material Transfer posting is made to Subcontracting Vendor
    and the Semi finished material [Assembly] is received from the subcontractor.
    If in case extra or by any reason, raw material stock is with subcontractor, he want to return the raw material stock.
    How to receive raw material stock from subcontracting vendor and how to handle subcontracting challan transactions in SAP ?
    Thanks in Advance !

    Hi,
    >>Receive the RM using MB1B / 542
    >> Reconcile using J1ifq
    >> Complete challan using J1if13
    Thanks,
    Rajoo

  • How to create a Goods receipt for Purchase order

    Hi All,
    How to create a GR for PO and then i need to invoice the PO
    Please tell me ASAP.
    Regards,
    Sagar.

    Thanks for ur reply
    I understood how to do it.
    Can u please say me how to invoice a PO.
    my mail id is:[email protected]
    Thanks

Maybe you are looking for

  • Batch Managment Activation

    Hi, friends I want to activate Batch management at plant level.but there is stock in current period as well as previous period(in marterial master plant stock view).Stock exist unresticted stock,stock at vendor ,Quality Inspection stock.How i will do

  • X6 youtube help please (urgent)

    Hi I finally bought my X6 from O2 store today. When I watch youtube videos, the video and audio are both choppy or stutter. I have tried both WiFi and 3.5G connection and they give the same result. I have tried my E63 with both WiFi and 3.5G (same si

  • Oracle Arrays support in WLS7.0

    Getting a ClassCast Exception when using Oracle.jdbc.ArrayDescriptor.createDescritor("array",conn)

  • Photoshop Key issue after System restore.

    I used to have Adobe Photoshop running perfectly on my PC until recently I restored my System and now the it always asks for a key even If I enter a Key, Really annoyed with this issue, what is the solution? [personal information removed to foil spam

  • Anyone have PDF Writer or print to PDF issues following iTunes installation?

    Since initially loading iTunes on my laptop, I can no longer print to a PDF utilizing my PDF Writer software.  I don't believe it is a coincidence, as nothing else changed around the same time frame.  Has anyone else experienced this and if so, what