Create Delivery against multiple PO's

Abap GURU,
           I want to create delivery against a multiple PO's . How i create it? Is there any BAPI or Function module available ? That function module shuld satisfy following condition:
         Batch Split
         Partial Delivery.
  I will be very thankful to u if i will get answer.

Hi ,
Go to the tcode MIGO, select PO No. as the reference ans enter ur Po No.
and press on enter.
then enter the next Po No. and press enter.
By this way u can do the GRN for multiple PO.
Note: All the PO's must belong to the same vendor.
Hope it wud have answered ur question
Reward if useful
Aasif

Similar Messages

  • Delivery against multiple PO

    Dear all,
      I want to create delivry against PO and i am using GN_DELIVERY_CREATE . Plz tell me can i use it to create delivery against multiple PO . Plz suggest some small example.

    Hi,
    I am little bit disappointed since I did not get even a single reply for the issue that I raised. Anyways finally after couple of days debugging VL10d and going thru SAP support website I found couple of solutions. Here it is in case anybody else needs it in the future.
    I am using solution 2 below.
    Solution 1.
    From SAP portal website u2013 Apply SAP note 386340 (Grouping purchase orders into one delivery using VL10*)
    Note- This solution will affect all your plants and delivery types that is using VL10d transaction or any other transactions calling FM GN_DELIVERY_CREATE
    Solution 2.
    This is the solution that I am using and it is done by implementing BADI  u2018LE_SHP_GN_DLV_CREATEu2019 method MOVE_KOMDLGN_TO_LIKP.
    1) Here I am checking for two fields (IS_XKOMDLGN-WERKS and IS_XKOMDLGN-LFART) are equal to the plant and delivery type that I need to combine deliveries for.
    2) If step 1 above is true then I am updating the header structure CS_LIKP-LFDAT (delivery date) to todays date (sy-datlo).
    Thanks
    SHR.

  • Need to create One outbound delivery against multiple PO and Schedule lines

    Hi Experts.
    I needed your help in regards to creating one single outbound delivery for multiple PO/SA lines(in one shipment) using either FM GN_DELIVERY_CREATE or
    W_FRM_DELIVERY_CREATE_GENERAL.
    I have tried setting up the indicator XKOMDLDN-KZAZU = 'X' in the interface to combine orders in one delivery but I am still getting multiple deliveries.
    If somebody had sucess with  the above then can you please let me know what other parameters do I have to set or let me know if I have to code this in a user exit/badi which will be called inside these FM's.
    OR
    Please let me know if there are any other alternatives to the above FM's to post one single delivery against mupltiple PO's.
    Thanks
    Raj

    Hi,
    I am little bit disappointed since I did not get even a single reply for the issue that I raised. Anyways finally after couple of days debugging VL10d and going thru SAP support website I found couple of solutions. Here it is in case anybody else needs it in the future.
    I am using solution 2 below.
    Solution 1.
    From SAP portal website u2013 Apply SAP note 386340 (Grouping purchase orders into one delivery using VL10*)
    Note- This solution will affect all your plants and delivery types that is using VL10d transaction or any other transactions calling FM GN_DELIVERY_CREATE
    Solution 2.
    This is the solution that I am using and it is done by implementing BADI  u2018LE_SHP_GN_DLV_CREATEu2019 method MOVE_KOMDLGN_TO_LIKP.
    1) Here I am checking for two fields (IS_XKOMDLGN-WERKS and IS_XKOMDLGN-LFART) are equal to the plant and delivery type that I need to combine deliveries for.
    2) If step 1 above is true then I am updating the header structure CS_LIKP-LFDAT (delivery date) to todays date (sy-datlo).
    Thanks
    SHR.

  • Auto-create delivery for multiple sales orders

    I would like to ask how to create auto-create 'single' delivery
    for multiple sales order during release sales order in R11i.
    It is found in my example during release sales order, multiple
    sales orders fulfill release sales order criteria, a single pick
    slip is generated but it is found that each sales order have
    individual delivery with it. It will casue multiple pack slips
    for a singles pick slip. Is it normal feature for auto-create
    delivery, or any setup to solve it?
    Thanks in advance.

    Am not able to do Single Delivery for Muktiple sales orders
    Have you searched the forum for this question as to why you were not able to generate ??  It could be due to multiple reasons.  Please search the forum and update here what steps you have taken after taking the inputs from here, if the problem is still not resolved.
    thanks
    G. Lakshmipathi

  • Looking to create delivery with multiple batch line items

    Hi,
       Can you please suggest me BAPI / FM to create a delivery with multiple batches. like ... i have 1 mail line item in the delivery and n sub line items. If possible can you please post req parameters too. Thanks in advance.

    solved my own

  • Create Delivery against STO  define overdelivery tolerance

    Hello,
    Can anyone please suggest if there is a way to create Delivery More Than Open STO Quantity?
    My scenario goes like this lets say I have STO with Quantity 100 KG. I am creating delivery with 60 Quantity and system is allowing me to create delivery.
    now  I have 40 KG open so system is still allowing create delivery and Its allowing me to create of any amount although I dont have any Overdelivery Tolerance set up in STO or in Material Master.
    but If I try to create delivery again its says its not able to find the STO and hence does not create delivery so my requirement is to define over delivery tolerance and allow SAP to create delivery on STO over STO Quantity.
    I am using BAPI_OUTB_DELIVERY_CREATE_STO to create delivery.
    putting my requirement as example
    STO- 100 KG
    first delivery - 40 KG - as of now sap create delivery
    second delivery - 50 kg - here as well
    third delivery - 45 Kg - here as well
    fourth delivery - 50 kg -  does not create
    I know this seems bit confusing I tried to explain Please let me know if need more details.
    Thanks
    Shail

    Thanks Jurgen,
    One of my friend suggested me to try the copy control setting against delivery and changing the Quantity is calculated positively, negatively or not at all to zero which explains
    Indicates whether, during copying, the quantity or value in the target document has a negative effect, positive effect, or no effect at all on the quantity still to be completed in the source document."
    I tried using this but still not working.
    I guess this may work if I create delivery from SO and not STO.
    for now I have requested User to Bump up the STO Quantity.
    but I want to find out which field and where the system check and determine if STO is fully delivered or does not have open quantity
    Thanks
    Shail

  • Wrong VL-367 error while creating delivery from multiple sales orders

    Hi,
    We have a Z program* that runs BAPI_OUTB_DELIVERY_CREATE_SLS with multiple sales order items to create one delivery.
    The program runs as a job. The problem is sometimes Bupi turns "VL367 - an item with no delivery quantity..." error for some of the items. But actually we have no availability problem, after a minute in the next job the delivery is being created for those items.
    We couldnt find the the state that causes this wrong error. Have any ideas, is there any problem with the bapi ?

    Hi,
    You should check if you got other Sales Order that might be have items with quantities confirmed. Quantities confirmed in a sales order will be appear as unrestricted stock, although is reserved, and therefore for example:
    Sales Order A: item 10, quantity 10
    Unrestricted stock: 10
    Sales Order B: item 10 (Same material as Sales Order A), quantity 2
    Creating outbound delivery for Sales Order B will generate the message, because that stock is being taken for the Sales Order A already.
    Hope it helps.

  • Creating Dashboard against multiple bqy files

    Does anyone know of a way to use multiple bqy files as data sources for a single dashboard?

    Can you be a little more explicit?
    1.) Do you want to display another BQY inside the "master" bqy? Are these BQY's on the Server (HPS9, Foundation, etc...)
    2.) Do you want to use/share BQY Sections across documents?
    Ans 1 - Embed a browser into the master BQY & call the smartcut for the second document.
    Ans 2 - If using the Desktop client, all Objects/Sections are available (shared) amongst BQY's that are OPEN. Be careful, if the BQY is not open, then the Object you were using will not be available to the other BQY. Easy enough to script opening a set of BQY's
    Rick

  • Create delivery in VL10B

    Hi Experts,
    Please tell me the procedure to create delivery against to Stock transfer PO in VL10B.

    HI,
    T-Code VL10B.
    Choose the Shipping Point of suppling plant.
    Confirm the delivery Date
    In Purchase Order tab enter the STO number.
    choose enter --: in item details enter the Pick Qty.
    Save it.
    Go to VL02N --> enter the Outbound delivery number --> select Post goods issue.
    SAM

  • How to create one inbound delivery for multiple purchase order?

    Hi Experts,
    Please let me know how can I create one inbound delivery for multiple purchasing documents(PO or SA)? 
    Is there a configuration needed for this?  If yes, please let me know the configuration to make this happen.
    Appreciate your help on this.  Right answers will be rewarded.
    Thank you.
    with regards,
    Muthu Ganapathy.

    Hi,
    my situation is:
    - a WM managed warehouse, society A;
    - a HU managed warehouse (without WM), society B;
    - a purchasing process of HU from society A towards society B.
    Society B have a scheduling agreement; when a delivery schedule appears, in society A born a sales order and a delivery. After the registration of the delivery good issue, an idoc transfer information for inbound delivery creation.
    This process is ok without WM, but with a WM managed warehouse the idoc has the following problem:
    "V51VP - item was not found - process cancelled".
    Can you help me to transfer these HU?

  • How to create one delivery for multiple sales order

    Hi!! Friends,
    Can some one explain the steps to be followed in creating one delivery for multiple sales order in SAP SD.
    Regards
    AKASH
    Message was edited by:
            AKASH TAMBI

    Hi.,
                  You can combine different orders in to one delivery ,But for the customer Order combination should be checked in  the sales area data of the shipping tab,we can combine orders but the ship to party,Route,Inco terms,Shipping date,shipping point should be same,you can do in T.code VL04 & VL10
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • How to create a single business service against multiple Queues in OSB

    Can I create one business servcie against multiple jms queues.
    and based on content routing i want to pass the queues' JNDIname
    for example
    jms://localhost:7001/jms.cf/$variable_queueName
    and in runtime i want to provide the queue name for variable "variable_queueName" in the above endpoint URI.
    is it possible?.
    Thanks,
    Narasimha.
    Edited by: user13154768 on Jun 2, 2010 5:03 AM

    You can use routing options action to achieve this.
    see Dynamic Service Invocation sample under OSB code samples :
    http://www.oracle.com/technology/sample_code/products/osb/index.html
    Dynamic Service Invocation Sample:
    http://www.oracle.com/technology/sample_code/products/osb/samples/DYNAMIC-DISPATCH.zip

  • Urgent requirement for creating delivery and doing PGI against the PO

    Hi Guyes,
                    I have a requirement where i need to create a delivery and need to do the PGI for STO. Means against the STO we need to do the PGI.Can you please inform me using which process code I can create the delivery and can do the PGI for one STO.

    Can we Use process code DELV to create outbound delivery against the STO and also can we do the the PGI by WMMB or DESA? If any body has any idea please reply me back

  • Schedule line confirmed but unable to create delivery

    hi,
    schedule lines are confirmed but still not able to create delivery, stock is available in the storage location, no reservations are against the storage location, when i try to create a delivery, delivery quantity field is empty then when i try to enter deliver quantity and picked quantity system give error message ; only 0 ea of material XXXXX available.
    issue has high priority kindly assist me with this

    hi,
    There are so many reasons for not able to create a delivery.
    1) Check the stock in storage location In MMBE
    2) In MD04 check the requirement whether the stock is reserved for any other order
    3) In MD04 or in material master check if any safety stock is maintained.
    regards,
    balajia

  • Single Excise Invoice Posting against multiple Goods Receipt.

    Hi,
    We made a Purchase Order, say 4500000753, of 100 Qty,
    The Vendor sent us the Material in two different Challans but in same date and two created two Material Documents,say 5000000772 & 5000000773 for Goods Receipt.
    The Vendor sent us single Excise Invoice for both the Challans (goods receipt). Please advise how to post the Excise Invoice.
    We tried to capture Invoice against Purchase Order, but the system is giving the following message:
    Document 4500000753   does not contain any selectable items
    My Queries / doublts
    1. Is it possible to post excise document against multiple goods receipt documents.
    2. In what case we excise posting against Purchase Order and what is configuration required.
    3. Can we post excise invoice with two different Invoice Numbers like 123-A & 123-B
    Please guide.
    Regards,

    Hi Jeyakanthan,
    Thanks for the reply.
    I have gone thru the "Multiple Goods Receipts for a Single Excise Invoice " in Sap Help Documentation, what I have understood is that we can do multiple Goods Receipt against a Single Invoice. Here in this case we do the Goods Receipt against Purchase Order , do the Invoice Capture for first goods receipt againts Purchase Order and we enter the Invoice Number (say 745, sent by the Vendor) while capturing excise invoice. When the second shipment (against the same PO) comes, we do goods receipt and we refer the "Only Refer Excise Invoice" while doing the goods receipt. Finally after when we have entered all the shipments for the PO, we do the Excise Posting.
    Here in our case we have already posted the Goods Receipt (without entering the Invoice Number in first goods receipt) and now we want to capture & post excise invoice for a Single Excise Invoice (Invoice No. say 745,).
    Please correct me if my understanding is wrong.
    Here we have got two options:
    a. Reverse all the goods receipt & re-enter the goods receipt .
    b. post two separate excise invoice against each goods receipt mentioning dummy excise invoice number like 745-A & 745-B.
    Option a seems difficulty as we will have to reverse all the subsequent goods receipt & transfer posting documents.
    Option b seems legally wrong, as per understanding.
    Request you to please advise.
    Regards
    PK

Maybe you are looking for

  • Excise invoice print preview.

    Hi..Gurus, How we can see the print preview of the excise invoice. What the settings that are needed? regards, jyothi.

  • Acrobat 9 and Orbix2000 Issues (Crash on Acrobat API)

    I build a plugin using Acrobat 9 SDK.  The plugin starts a CORBA (Orbix2000) instance and a call back function in CORBA.  The same plugin works fine with Acrobat 8. In Acrobat 9.x (9.1 and 9.2), after the call back function in CORBA, most of the Acro

  • Having problems with networking, seems to be DHCP

    I'm having issues with networking on a newly installed Arch Linux instance. Relevanct lspci data 25:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 26:00.0 Ethernet controller: Realtek Semiconductor Co

  • 11g http2-port http2-protocol xdbconfig.xml

    Hi, I'm using 11g, I tried to configure HTTPS for my xdb. I followed "Oracle® XML DB Developer's Guide" -> "28 Using Protocols to Access the Repository" to setup "http2-port" and "http2-protocol" parameters, but it didn't work. Here's what I did: SQL

  • Calling SessionBean from Servlet

    Hi , I am using Weblogic11g server . In my application I am calling SessionBean (EJB3.0) from my servlet using MappedName#PackageName.RemoteBean Name , its working fine . But Can you please tell me if i can use @EJB in servlets for this purpose . Tha