Creation of virtual outbound delivery from MIGO.

Hi All,
Scenario - Material, packing material, virtual Goods receipt and virtual outbound delivery and PGI, and final billing.
We have a scenario wherein we have a Sales Scheduling Agreement for a material is created. The requirement will be generated and send to a vendor.
The vendor will send goods with packing material directly to the customer ( as it happens in third party ). Packaging material will be added in MIGO as non order item. Packing material will have unique identifiers numbers which the vendor will send and will be updated in MIGO ( as text ).
At the same time vendor will also send the data to SAP and on that basis MM guys will do a inbound delivery and Goods Receipt ( MIGO ).
This is the place where I need help.
As per requirement, we want to create an Outbound Delivery from the MIGO transaction. As soon as MIGO is saved, a outbound delivery should be created for already existing sales scheduling agreement. Delivery should have the main material and the packing materials and the Text ( to be copied from MIGO ).
I want to know how this can be acheived. Plz sugegst User Exits / BADI's etc.
Regards,
Danny.

Thanks for your valuable replies. I need some more help as the requirement is changed a bit.
We will get an ASN with only one line item as main material with packaging material text ( no line item for packaging material ). In MM side they will create n inbound delivery with only one item - main material with text in text field.
We want to create a outbound delivery on Post Goods Receipt save action.
The outbound delivery should have 2 line items, 1st  for main material referencing the sales scheduling agreement, and 2nd needs to be programmatically added which will have Packaging material with text saved in text tab.
As suggested by Lakshmipathi Sir, I check include MV50AFZ1, USEREXIT_SAVE_DOCUMENT. But I am bit confused if this can be used for triggering Outbound delivery from PGR.
Request Gurus to suggest the best option for this requirement.
Regards,
Danny.

Similar Messages

  • Creation of outbound delivery from ASN

    We have an issue while developing EDI interface with our subcontractor.  The requirement is to create an outbound delivery in R/3 system based on the Advanced Shipping Notification (ASN) received from the subcontractor.  In this business scenario subcontractor tells us how much quantity of component is required by them and when (based on their capacity). So we need to create outbound delivery from the ASN to dispatch the components. Kindly suggest how this can be done ?

    Hi,
    Please check the below links
    http://help.sap.com/bp_bblibrary/500/html/W41_EN_DE.htm
    http://help.sap.com/bp_cpwsd604/BBLibrary/HTML/298_EN_CO.htm
    Kuber

  • BAPI or FM to create outbound delivery from Sales order

    Hello All,
    My requirement is to create a outbound delivery from sales order. Also i need the batch number and texts to be updated in the delivery.
    For this i need a single FM. The catch is that we don't have the batch number and texts in the sales order. That i have to take from some other delivery. I can get all the information .
    The problem is that i can not find a FM through which i can create the delivery from the order and update the same.
    I should not use two FM.
    Could you please tell me some FM which does both in one go?
    Thanks and Regards,
    Rahul Sinha

    Hi
    Hi,
    You can use the BAPI BAPI_DELIVERYPROCESSING_EXEC.
    Check this sample code..
    PARAMETERS: p_vbeln LIKE vbak-vbeln.
    DATA: BEGIN OF t_vbap OCCURS 0,
    vbeln LIKE vbap-vbeln,
    posnr LIKE vbap-posnr,
    kwmeng LIKE vbap-kwmeng,
    matnr LIKE vbap-matnr,
    werks LIKE vbap-werks,
    END OF t_vbap.
    DATA: t_request TYPE STANDARD TABLE OF bapideliciousrequest
    WITH HEADER LINE.
    DATA: t_created TYPE STANDARD TABLE OF bapideliciouscreateditems
    WITH HEADER LINE.
    DATA: t_return TYPE STANDARD TABLE OF bapiret2 WITH HEADER LINE.
    SELECT vbeln posnr kwmeng matnr werks
    INTO TABLE t_vbap
    FROM vbap
    WHERE vbeln = p_vbeln.
    LOOP AT t_vbap.
    t_request-document_numb = t_vbap-vbeln.
    t_request-document_item = t_vbap-posnr.
    t_request-quantity_sales_uom = t_vbap-kwmeng.
    t_request-id = 1.
    t_request-document_type = 'A'.
    t_request-delivery_date = sy-datum.
    t_request-material = t_vbap-matnr.
    t_request-plant = t_vbap-werks.
    t_request-date = sy-datum.
    t_request-goods_issue_date = sy-datum.
    t_request-goods_issue_time = sy-uzeit.
    APPEND t_request.
    ENDLOOP.
    CALL FUNCTION 'BAPI_DELIVERYPROCESSING_EXEC'
    TABLES
    request = t_request
    createditems = t_created
    return = t_return
    READ TABLE t_return WITH KEY type = 'E'.
    IF sy-subrc = 0.
    MESSAGE e208(00) WITH 'Delivery creation error'.
    ENDIF.
    COMMIT WORK.
    READ TABLE t_created INDEX 1.
    Write: / 'Delivery ', t_created-document_numb.
    Regards,
    Sreeram

  • Help! how to create an outbound delivery from a project using a FM/BAPI?

    Hi,
    I need help to find a BAPI or FM which can be used to create an outbound delivery from a project similar to tcode CNS0?
    The following data will be used in creating the outbound delivery from a project:
      Project definition
      WBS Element
      Network
      Shipping Point
      Ship_To_Party
      Plant
      Storage Location
      Planned Goods Movement Date
      Delivery Type  : LP
      Sales Organization
      Distribution Channel
      Division
      Item Number
    Please help me find the appropriate BAPI or FM to create the delivery from project.
    Any help on this would be greatly appreciated.
    Thank you.
    with regards,
    Muthu Ganapathy.

    Hi Ferry Lianto,
    Thank you for your response.  Do you have a sample code to call this FM? Or can you please provide me what all parameters I need to pass to create delivery from project?    My input parameters are as given below:
    Project definition
    WBS Element
    Network
    Shipping Point
    Ship_To_Party
    Plant
    Storage Location
    Planned Goods Movement Date
    Delivery Type : LP
    Sales Organization
    Distribution Channel
    Division
    Item Number
    Please help me on this.
    Thank you.
    with regards,
    Muthu Ganapathy.

  • Goods Issue against outbound delivery from blocked stock

    Dear All
    I want to do goods issue against outbound delivery created without any reference from blocked stock of my storage location. Is there any way I can achieve this? I know normally SAP allows goods issue from unrestricted stock but my business scenario requires goods issue to be done from blocked stock against outbound delivery.
    Please let me know any solution for this.
    Thanks and Regards
    Satish Kumar

    Hi
    Check this link where similar issue has discussed and its resolved as well. Please try this and update the findings. If possible could you share the background of this strange requirement.
    http://scn.sap.com/thread/1541911
    Thank$

  • Create outbound delivery from IDOC

    i want to create outboud delivery from incomming idoc..is DELVRY02 idoc type and shpcom message type will do this ..after crating the delivery i aslo need to do PGI..
    please tell me this idopc type and message type will do this or not?
    Thanks,

    Hi,
    I also have the same issue - I would like to be able to create an outbound delivery via IDOC/BAPI although cannot find the means to accomplish this.  Is there a standard process available to generate an outbound delivery without reference (VL01NO)?  I would like to avoid writing custom code if possible.
    Thanks!

  • Is it possible to add item in Outbound delivery from a different STO

    Hi experts
    I have a question regarding adding an item in delivery from different STO.
    we create outbound deliveries from STOs and at times we have all conditions same for shipping and we need to add another item in delivery from a different STO.
    I am not getting an option in VL02 to ad another item with reference to STO, is it possible to create delivery by adding another item from STO?
    Thanks & Regards
    Anand

    You can combine STOS in to one OB delivery if they are all from teh same plant. You could use the customer master >> order combination indicator

  • IDOC to create from outbound delivery from sales order as INBOUND process

    Hi Experts,
    We have third party interface for sales processing. Sales order, Outbound delivery and PGI will be done in Third party software and XML files will be send to SAP.
    We have to process this XML file into SAP with IDOC.
    Sales order processing is done but i am not able to find correct IDOC type for creating outbound delivery.
    Can you suggest Basic IDOC type / Message type and process code for the same.
    Regards,
    Sahadev Abhyankar

    Good morning !
    In the transaction WE20 to create the customer EDI  KU with EM function.
    Output parameter: message type DESADV and basic IDOC DESADV01.
    I associate the IDoc message type to LAVA, you should link it to the XML file, that is not how.
    Please : Could you please explain how you linked the XML file to IDOCS to create sales order ?
    Sorry for my poor English
    A greeting.

  • Create Outbound Delivery from STO/PO

    Hi,
    I need to create a Outbound Delivery with respect to STO. Did anybody worked on this, Please pass which FM/BAPI used?
    Thanks in advance,

    try BAPI_OUTB_DELIVERY_CREATE_STO.
    anya

  • Creation of multiple outbound delivery

    Hi experts,
                     I have done inbound delivery having 3 line items (materials).    For 3 line items system has created as per requirement single inbound delivery document.  A single material document & single inbound delivery is created.  When I am cancelling the material document through T code MIGO system is creating 3 outbound deliveries.   But single inbound delivey is required.  Kindly suggest any settings or configuration for the same.
    Regards
    Maria

    Hello Maria,
    If you have done the post goods reciept and then trying to reverse or cancel the document, you shall get only one material document for cancellation with movement type 102.
    Please check the purchase order history tab where you will get the details.
    Also while doing cancellation of material document you need to ensure that you tick mark the item OK FLAG and then do the posting.
    BR,
    Tushar

  • Outbound Delivery

    Hi,
    During creation of an Outbound Delivery from Stock Transfer, I am getting delivery quantities in decimals... Is there a way to round these decimal values?
    For example, I have a material with the UOM defined for Delivery/Goods Issuance as Case of 24's. The Base Unit is PC. The Unit of issue is maintained as Case. Due to availability, the system only sees an available stock of 20. So when I process the Outbound Delivery...i am getting the value 20/24 which is .833
    Business process for delivery is to only issue in Case. How can I maintain this?
    Regards,
    Lee

    Hi,
    I have the same requirement.
    The function exit EXIT_SAPLATPC_002 has been suggested to me by the funtional person, where in this can be done.
    Have you succeeded in achieveing this?
    If yes, Please share how you have done this.
    Regards,
    Darpana.A

  • Create ORDRSP Idoc on creation, change or deletion of outbound delivery

    We have ORDRSP Idocs being created when a sales order is created or modified.  Now our customer would like an ORDRSP Idoc sent to them when the outbound delivery is created for the sales order.    The reason that the customer would like an additional ORDRSP sent is because the time between the entry of the sales order and the creation of the outbound delivery may be a few weeks or more and the actual delivery may not be able to satisfy the quantity ordered.  The customer is not set up to allow partial deliveries.
    The customer uses the ORDRSP to feed into their billing system and would like updated quantities at delivery time.  They do not want an ASN record.
    Does anyone have any ideas or suggestions on how to trigger the ORDRSP Idoc when the delivery is created, modified or deleted?  We are on SAP release ECC 6.0
    Thanks for any help,
    Russell

    Vinit and Abhishek,
    Thanks for your replies and information.  Sorry I was not clear in my question.  The ORDRSP Idoc is already being created when the order is created or changed.  ORDRSP works fine.  The partner profile is set up, NACE is already configured for ORDRSP, change pointer is working properly, output determination is configured and working, the ORDRSP Idoc is being created. 
    What I would additionally like to do is trigger the creation of an ORDRSP Idoc when the delivery for the order is created or modified.  I suspect this will require using a user exit in the delivery program to trigger the ORDRSP Idoc and not standard SAP configuration.   This is what I would like help on (trigger the creation of an ORDRSP Idoc when the delivery for the order is created or modified).
    Also this site is a small shop.  I am the ABAP programmer, the functional consultant and the EDI consultant for all SAP modules.  There is no one else on the team here other than one person that does transports and security for SAP.
    Thanks,
    Russell

  • Goods Receipt using Inbound Delivery with reference to Outbound Delivery

    Here is our scenario that we need help finding a solution:
    1.  Multiple Intracompany POs created
    2.  On the confirmations tab of the POs, we have u201CInbound Deliveryu201D Selected because the items need to be received in with Handling Unit management.
    3.  We have the Order Combination box checked on the shipping tab to allow 1 delivery to be created for multiple purchase orders.
    4.  We create only 1 Outbound Delivery for only available items on various purchase orders.
    5.  Due to being handling unit managed, we need to receive the items using an inbound delivery.
    Problem:  We need to find a solution to easily enter an outbound delivery number which will allow us to receive only the parts that were shipped (issued), via the inbound delivery process. 
    If we remove the confirmation control key, we can complete a Goods Receipt for Outbound Delivery in MIGO u2013 but is there a way to complete a goods receipt using an inbound delivery with reference to an Outbound Delivery?
    Thank you for the help.

    Hi,
    You can work with Inbound delivery created via IDOC Triggered from Outbound Delivery, this will carry the HU Data as well. Please refer this wonderful note, which will explain you a lot of things,  Note 1119073 - FAQ: Automatic inbound delivery creation for stock transfers
    There are other notes also available for Inbound delivery creation with HU in STO, please browse the notes, if you find any difficulty.
    Regards
    Chandra Shekhar

  • LSMW for Outbound Delivery

    Hi,
    I am not able to find an LSMW for creating GR for outbound delivery. I tried using recording in MIGO but it did not work. Also MB1C is not working for outbound delivery. Please help.
    Regards,
    Anubhav

    Hi
    I think it is better to write a Z program/ BDC to have a mass GR creation of an outbound delivery.
    or
    You have an Auto Goods receipt using confimations. If we activate Auto GR in customizing for Confirmation control key. Once confirmations(ASN) is created a GR will be created automatically.
    Hope this helps
    Regards,
    Sasi

  • Outbound Deliveries from Collective STO with SLS

    Hi all,
    Has anyone ever successfully created an outbound delivery from a collective STO with SLS sub items?
    All documentation states this is possible and that during delivery creation the SLS items are copied from the collective order to the delivery.
    We have all config setup correctly to create collective orders with SLS, as when we run WF10 we get the correct results in the collective document.
    When we run VL10G from the collective document it creates only with the main item, no sub items are copied over.
    We today found and applied a note which was meant to resolve this exact problem, but it's made no difference at all.  We've double checked the note and all appears to have been applied correctly.   However still got the same issue.
    From what I can see the item categories NLSH is used for the main item and NLSU is for the sub items, as standard for deliveries fro collectives with subitems.
    By debugging  delivery create we found it excluded the subitems due to the fact they were set to delivery completed. This however is how they seem to be created as standard.
    We did manage to "work around" the problem to prove it was possible to have SLS items in a delivery, where the sub items referenced the higher level item in the delivery and that additionals created for it also. 
    We did this by manually unsetting the delivery completed indicator of the SLS subitems in the collective STO by directly editing the record (SE16N) as PO change transactions would not allow subitems to not be set for del complete.
    This created exactly how we expected, with all associated additionals data in WTADAB.
    Problem is in standard code WF10 sets the sub items as delivery complete, so it would appears that either I've got some config incorrect somewhere (possibly in shipping) or this functionality just conflicts with each other and that nobody has reported it before.
    Any help would be great as we've spent a lot of time on this now and getting nowhere fast.
    Many thanks of the support.
    Dave
    Edited by: David King on Feb 27, 2012 9:42 PM

    Hello,
    Using tcode SM13 check if the update task has terminated for the user. From the error, you can see why the update failed.
    Cheers !

Maybe you are looking for

  • Not showing up in devices

    Hi people, I have problems getting my AppleTV to show up under "Devices" on my early 2007 MBP. Most interesting part: It shows up without a hitch on my wife's early 2008 MB as well as on my totally new Mac Mini. I have made sure they are NOT associat

  • PDF's attached to my emails to HP ePrintCenter are not printing to my HP6500A Plus

    PDF's attached to my emails to HP ePrintCenter are not printing to my HP6500A Plus.  The tagline in my email prints, but not the attached PDF.  These are unsecured PDF's created by printing to PDFCreator, saving the PDF, then attaching and emailing t

  • Apple VGA adaptor

    Hi all, I bought the apple VGA adapter to connect my iPad 1 to projector and tv.  It does not let me see the Internet.  Any ideas?

  • Exception: Can't call commit when autocommit=true

    Hello, I'm trying to use WebLogic 7.0 with MySQL 3.23.49 and MySQL Connector/J JDBC driver 2.0.14. Everything has been working just fine but now I keep getting exception: java.rmi.RemoteException: EJB Exception:; nested exception is:      javax.ejb.E

  • Authorization on Query Creation

    Hi Experts, I have a requirement wherein a poweruser is allowed to edit or create a query but can only save the created query in a prescribed naming convention of technical name (for example, a poweruser can only save a query if the technical name st