Partial  Delivery to Several Ship to from Single SO

Dear all,
We have a case to create partial Delivery to several ship to from single Sales Order ,
case like this :
Sales Order #12345
Sold to : ABC, Ship to : ABC (default)
Item XYZ, Quantity 50 Pcs
Sales Order Date : 3/1/09
When creating SO, we do not know the ship to, so we make it default to ABC.
Ship to known until the truck/Customer come to take their goods.
let say 4 Partial Delivery Order created from Sales Order #12345
Delivery Order Date : 3/2/09
Delivery Order #1001
Ship to : ABC
Item XYZ, Quantity 20 Pcs
Delivery Order Date : 3/3/09
Delivery Order #1002
Ship to : DEF
Item XYZ, Quantity 15 Pcs
Delivery Order Date : 3/4/09
Delivery Order #1003
Ship to : GHI
Item XYZ, Quantity 10 Pcs
Delivery Order Date : 3/5/09
Delivery Order #1004
Ship to : ABC
Item XYZ, Quantity 5 Pcs
The problem is Ship to in TCODE VL01N disable to edit/choose ship to, it always point to "ABC" (from Sales Order).
Anyone know how to make ship to in TCODE VL01N enable for input /choose ?
or any other solution for this case ?
Thanks for response.
Iwan Budiman

Dear Budiman,
If you want do the partial deliveries to different ship to parties from single sales order you need to maintain seperate line item for each partial delivery and you need to assign 4 different ship to parties for each line item at Item data-->partners tab .
In your case you want to 4 partial deliveries so you need enter material XYZ as 4 items in the sales order.
Item 10 >XYZ>20 pc
Item 20 >XYZ>15 pc
Item 30 >XYZ>10 pc
Item 40 >XYZ>  5 pc
Now you go to Item data-->Partners tab of each item them maintain the 4 different ship to parties to each item..
Item 10 >20 pc>Ship to ABC
Item 20 >15 pc>Ship to DEF
Item 30 >10 pc>Ship to GHI
Item 40 >5 pc> Ship to ABC
Complete the sales order with all data now you can create 4 partial deliveries for 4 line items with diferent ship to party.
Note:- Make sure that all ship to parties are have master data.
I hope this will help you,
Regards,
Murali.

Similar Messages

  • Several vendor payments from single PO

    Hi experts,
    Good day to you all..
    Can anybody tell me of how to give payments to multiple vendors from a single PO (t-code ME21N)?? If it is possible then please tell me the process step by step, so that we can handle those situations smoothly.
    Warm Regards,
    Kingshuk

    Hi Antony,
    Thanks for ur reply. Actually what i'm looking for is as below:
    1. First of all we'll create a SO with reference to other SO.
    2. Then we'll directly create a PO through ME21N selecting the respective PR of that SO.
    3. In that PO, a header vendor will be there, but other than this header vendor we'll have some other condition type (Z condition types) where we need to pay some other vendors related to that SO.
    So now, how can we achieve that from a single PO.
    Warm regards,
    Kingshuk.

  • GATP wrong allocated quantity in case of partial delivery or item rejection

    Dear Experts,
    we're currently working on an gATP solution (ECC > SCM 5.0) which works fine except for following issue for which i kindly ask you for your great support:
    - When i create a sales order for 100 TO, the quantity is properly assigned in the respective CVC in APO. (Allocation shown in /SAPAPO/AC42)
    - Creating a delivery for this SO for maybe 70 TO does not influence the allocation (Allocation still shown in /SAPAPO/AC42)
    - Goods issue does not influence allocation -> so far so good ... until now i can always see the order and allocation of 100 TO in /SAPAPO/AC42. I cannot see the delivery in AC42 whereas i can see it in RRP3
    - Canceling/Rejecting the sales order item (no delivery for left qty) does release full 100 TO in APO instead of 30 TO which seems wrong as this impacts the whole product allocation (would be easy to create an order for 101, deliver 100, cancel order and have all volume available again). Same happens if partial delivery flag on shipping tab is set to B
    - If i undo the cancelation, the system allocates only 30 TO in APO again (diff. between SO qty and delivered quantity) -> seems incosistent and wrong
    For me, i would expect following behaviour:
    - release only the delta between order qty and delivered qty when rejecting the order
    or
    - when creating the delivery, it should reduce the allocated qty of the SO to 30 (rest/open qty) and create a new allocation for the order for 70 to. Doing so, the rejection of the SO would correctly release 30to
    i would really highly appreciate your input!
    Thank you,
    Martin

    Dear Maawdee,
    I know its a genuine requirement but this  funtionality is not possible with standard GATP.
    And i guess it is even un achievable with customisation.
    Regards
    Vaibhav Sareen

  • No confirmation on partial delivery during ATP from ECC

    Dear All,
    In CRM Sales Order im using ATP from ECC, when the quantity is available on the site the availability works fine, but when I order a quantity more than stock quantity the ATP confirms on Zero stock. It should confirm on the available stock no zero. any help why it didnt confirm the available stock?
    Please note that I allowed partial delivery on shipping data of the customer master and on the order with no help. I also set the maximum partial delivery to 9.
    Regards,
    Ahmed Elders

    Dear DJ,
    when I pefrom this action on ECC, the ECC pops up the screen of the availabilty confirmation, so in ECC I can choose on this screen the partial available stock.
    I mean by site = plant, because we use SAP IS Retail, sorry for this.
    This behavior is on Web UI or SAP CRM GUI transaction CRMD_Order
    note: when I set parameter APO_ATP_PARA to 5, the ECC screen appears on CRM GUI and I'm able to confirm on partial delivery only on this case
    Regards,
    Ahmed
    Edited by: Ahmed Elders on May 16, 2011 9:35 AM

  • Invoice status is "Closed" after posting from Partial Delivery Notes

    Hi everyone,
    My add-on posts PARTIAL draft documents to posted delivery notes without reference to a Sales Order up to invoices. I've noticed that after invoice posting, my document (invoice) status was closed while my delivery notes document is open. Should'nt my invoice status still open? Please tell me if I am missing something on my code below. Thanks in advance!
    public SAPbobsCOM.Documents PostDeliveryReceipts(SAPbobsCOM.Company company, SAPbobsCOM.Documents draft, ref int result)
    SAPbobsCOM.Documents delivery = (SAPbobsCOM.Documents)company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDeliveryNotes);
    delivery.HandWritten = SAPbobsCOM.BoYesNoEnum.tYES;
    delivery.DocDate = draft.ShipmentDate;
                delivery.DocDueDate = draft.ShipmentDate;
                delivery.CardCode = draft.CardCode;
                delivery.CardName = draft.CardName;
                delivery.NumAtCard = draft.NumAtCard;
                delivery.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items;
    for (int i = 0; i <= draft.Lines.Count - 1; i++)
                    draft.Lines.SetCurrentLine(i);
                    //components of a bom
                    if (draft.Lines.TreeType != SAPbobsCOM.BoItemTreeTypes.iIngredient)
    delivery.Lines.ItemCode = draft.Lines.ItemCode;
                        delivery.Lines.Quantity = draft.Lines.Quantity;
                        delivery.Lines.WarehouseCode = draft.Lines.WarehouseCode;
                        delivery.Lines.VatGroup = draft.Lines.VatGroup;
                        delivery.Lines.UnitPrice = draft.Lines.UnitPrice;
                    if (i != draft.Lines.Count)
                            delivery.Lines.Add();
    return delivery;

    hello, friend.
    in addition to what the others have said, please check your customer master, particularly in the Sales Area Data > Shipping tab.  look at the partial deliveries.  there may have been settings that tell the system if a delivery has been created with reference to the sales order, the order will be completed even if the quantity is only partially delivered.  if the entry in the 'partial delivery per item' field is 'B', then this will explain your situation.
    this can also be manually set in the sales order, so you have to take a look at the order as well, at item level.
    regards.

  • Multiple IC Billing from Single Delivery

    Hi,
    we are using SAP IS Retail ECC6 with multiple company inside it. currently, we do PO intercompany (PO Type NB) with delivery type NLCC. management need to split the Billing document from single delivery. company A create PO to company B. delivery document created by VL10B on company A. this delivery document good issued by company B and gr done by company A. for example, on delivery item X with 100 quantity already PGI. but management need company B create billing with quantity sold done company A.
    i already change on vov7 as per picture below:
    on VTFL i already configured as below:
    on V/CL, auto batch determination not active
    but when we create an invoice via VF01 > selection list. the open quantity is disabled (grayed):
    can anyone help me, why its still grayed? if there is any wrong configuration please let me know.

    Go VF01, click on selection list button (fn key - F2) and you can modify the quantity there.
    Note - you should be in the main VF01 screen and not the after you click enter or click process.

  • Mutiple performa from single delivery

    dear guru,
    i want to create one performa from one delivery in export scenario in zkb document type please tell me how to restrict it?
    regards
    debesh

    Hi,
    In the Copy control between the Proforma Invoice and Delivery document maintain the Routine 003- Single Invoice against the field Data VBRK/VBRP at the item level.
    Or you can assign the Routine 311 against the Copying Requirement.
    This should solve the problem.
    Regards,
    Karthik.

  • Copying shipping instruction from STO to Delivery

    Hi Experts ,
    My client wants to copy shipping instructions from STO to Delivery .
    I would very thankful for any help for configuration.
    I already made search , but I couldnt find for shipping instructions.
    Maaany thanks in advance.

    Resolved Thanks.

  • Combining 2 Sales Orders - 'Complete' with 'Partial'  Delivery into 1 Delv

    Hi folks,
    I have a typical requirement from my client and it is as follows:
    My client want to combine 'Sales Orders' marked with 'Complete Delivery' indicator(VBAK-AUTLF check-box is checked) at the Header -> Shipping, with Sales Orders marked for 'Partial Delivery' (VBAK-AUTLF is not checked) in the Header-> Shipping.
    Although all the other business conditions/fields values at the Header levels,like Ship-To_party, Shipping Conditions, Incoterms, etc. are same across both these Sales Orders; SAP as a standard Business Process Flow, doesnot allow <u>COMBINING</u> of  2 such orders into a <u>SINGLE Delivery</u>, since their 'Headers' seem to differ for that ONE field value.
    I have searched through all user-exits, SAP Help forums as well as OSS notes to get a solution to this problem but could not find any (bad luck).
    Will anyone of you who has come across this particular scenario or know a way to get around this problem, be able to contribute with his/her ideas? I would be
    grateful, thanks in advance.
    Regards,
    Shripad

    Hi iim nava,
    Thanks for your reply.
    However in our case, the system does throw that error, when i try to combine the second order (partial) into the delivery created for the first order (complete).Here is the log for your reference, when I try to add the second(partial so items) into the delivery created for the first (complete delivery SO):
    Diagnosis
        Item 000010 cannot be shipped in the same delivery with the
        other items in the document because the header data (AUTLF)
        is different. The field AUTLF for the item has the value &4,
        yet in the delivery it has X.
    System Response
        The system issues this message if a delivery split is
        necessary.
        This message either appears in the collective processing log
        or during creation of outbound deliveries from projects or
        for subcontracting. It informs you that the item specified
        will be shipped in a delivery other than the delivery that
        includes the other items from the same document. If there was
        a general problem with shipment of the delivery, a different
        message appears.
        If this message appears when you are creating an outbound
        delivery with reference to a sales order in the foreground,
        it indicates that the order item cannot be shipped with the
        current outbound delivery.
    By any chance, did you actually try simulating my scenario in your system. If you have and the same works fine in your system, then pls help me by sending your 'copy control' settings, to help me compare. We run SAP 4.6 and my settings for copy control are as follows:
    <u>LF <-> OR (Header)</u>:
                 Data Transfer (VBAK) = 001 [HEADER]
                 Data Transfer HU = 000 [blank]
                 Order Requirements (VBAK) = 001 [HEADER]
                 Combination Requirements = 651 [051 w/o Comp dlv]
    <u>LF <-> OR <-> TAN (Item)</u>:
                   Item Data = 101 [ITEM]
                   Order Requirements (VBAK) = 101 [ITEM]
                   Business Data = 2 [BUSINESS DATA]
                   Buss Data Reqmt = 151 [COMBINATION]
    Hope the feedback can you will help me solve my problem. Thanks once again.
    Regards,
    Shripad

  • Display Several Sales Orders from Same Business Customer TOGETHER   in MD04

    Hello
    In MD04 is it possible to display several sales orders from same business customer together?
    For instance one business customer order bikes for two times.
    The Order-No are 12912(50st by 07/08/09) and 12913(100st by 10/08/09).
    Normally after runnning of MRP(MD02), the planned orders are displayed seperately in MD04.
    I want to display  two orders together.
    The reason is if some trouble happens in Production(for Ord-no 12912) and it cannot be deliveried on schedule, however Production  (for Ord-no 12913) is going without trouble, the final-products for order 12913 should move for 12912.
    If you have some good solutions, please share it.
    Thank you for your advice.
    Regards,

    Hi Riyolshibashi,
    Lets look at the two main scenarios, MTS and MTO.
    In MTS, the general display filters are available in MD04.  Standard SAP filters do not filter on 'customer'.  I suspect this is because the concept would normally be illogical in a MTS environment.  Planned orders do not exist to serve a customer, but to serve 'stock'.  But let us not think about SAP and their logic.
    SAP allows you to create customized filters, in IMG>Production>MRP>Evaluation>Filter>Define Display filter.  Within this definition, under the  "Addnl Selections' tab, you can tick 'Define addl selections in the transaction'.  When you use this filter in MD04 display, then, one of the options available to you is to enter a specific Customer number, and then the display will only show the requirements from this customer.  Since you have excluded all other customer's orders, all orders of a single customer will be displayed consecutively.  Next to each other.
    In the case of MTO, the 'filter-by-customer' concept makes more sense (although, not for the reason you have stated.  You would have to find some manual method to convert a production order from supporting one sales order item, to supporting another sales order item.  Possible but difficult).  Anyway, the above mentioned customized filter would also work in an MTO environment.
    Regards,
    DB49

  • Forbid partial delivery of item, but allow partial delivery of sales order

    HI,
    have someone faced situation when it is required to allow partial delivery for sales order with restriction that item in sales order should be delivered fully. For example:
    SO has following items:
    Item1     MAT1     10 un
    Item2     MAT2     10 un
    Item3     MAT3     10 un
    Material MAT3 only 5 un available in storage. MAT1 and MAT2 are available.
    The system should create delivery for Items 1 and 2, but not for 3. Next time when creating delivery from SO and MAT3 is available, delivery is created por item3.
    I have found Partial delivery indicator on client data. This allows partial delivery.  Then I have found partial delivery indicator on sales order item data (Shipping).
    Is it possible to combine those two indicators to ensure client request?
    Can this requirement be covered in another way?
    Thanx in advance!
    Brucke

    You can achieve the requirment using customer-material information record.
    In t.code VD51, maintain customer-material information record. Here you can find a field called partial delivery/item field. Here you maintain value C- Only complete delivery allowed. Leave the max.Par.deliveries field blank.
    This will make sure that the partial deliveries are NOT allowed for a particular customer/material combination. If you maintain this setting at customer master level (t.code VD02), then this will apply for all materials.
    Regards,

  • Partial delivery per items always copy sold to settings

    Hello SAP Consultants,
    Currently in my clients' business process, there are scenarios where customers (sold to) can have different ship-to parties. Thus, they maintained partial delivery per item specific for ship to party under sales area shipping tab of customer master (XD01).
    However, when creating sales orders where sold to party is not equivalent to ship-to party, the partial delivery per item of the material ordered corresponds or is referenced from the sold to party settings and not the ship-to.
    How can we make it possible to reflect the ship-to settings of the partial delivery per item to be defaulted when sales order is created?  Is there configurations needed?
    Please advise.

    Standard SAP copies the Partial Del Per Item field values from Sales order - Sold to Party. If you have to change that and read the ship to instead, then you will have to go for enhancement.
    Please work with your ABAPER to get it done. Try to work on user exits MOVE_FIELD_TO_ABAP in the program MV45AFZZ.
    Regards
    Sai

  • Third party Partial Delivery by vendor

    Dear Experts,
          During third party process, if the vendor does partial delivery to the customer i.e. 50 instead of 100. now my question is can we process the remaning 50. if yes how?
    Regards...

    Hi,
    Process
    VA01 - Create sales order(Qty 100 ) >> ME52N - PR generated after save of OR >> ME21N - Convert PR in to PO >> Then vendor will ship goods to customer(qty 50 ) >> MIRO - Invoice receipt from vendor for qty 50 >> VF01 - then invoice issue to customer for qty 50
    Now again vendor will ship remaining qty 50 and will send you invoice then enter that vendor invoice and again create final invoice to customer.
    Kapil

  • Partial delivery issue

    Hi All,
    I have one issue regarding partial delivery. Here I am explaining with example.
    I have customer say 10002 he has ordered products 'X' and 'Y'.
    For product 'X' qty is 20 and Product 'Y' qty is 10. Now i have created order with this products and qty. During order creation product 'X' qty was available but product 'Y' qty was not available. When I created first time delivery I have created delivery successfully for product 'X' with qty 20.
    After this delivery I have received product 'Y' stock. So second time I created a delivery for product 'Y', where in picking I have picked qty 5 instead of qty 10 then i did PGI. But I am getting system message "Delivery has not yet been put away / picked (completely)"
    I have checked my customer master in shipping tap partial delivery allowed is there. I don’t have CM info and i don't have any values in order item line shipping tap Max.paritial delivery.
    So where is going wrong. Pls help me in this regard.
    regards
    srini

    In VL02N change the delivery quantity from 10 to 5 and then do PGI.
    There error is for incompletion procedure that you have defined in your system.

  • Partial delivery on VA01/02

    hiiii all
    i am in complete lost,
    i need to do something in VA01/02 that concern partial delivery.  i have the user exit i need to impletement some code.
    pstyv     order qty        confirm qty                                         UOM
    ZO11      100               50                                                      PC
    ZO12      100               100(which is wrong it must be 50)         PC
    ZO12      2                   2(which is worng it must be 1)              Palette
    there can ba a possibility that the pstyv(ZO11) which is a type of item can have  several ZO12 (i.e partial delivery)
    I need to retrieve detail such as matnr , pstyv from table xvbap then search if there is a relation in table MAST STOP  (i.e if for a pstyv ZO11 there is a ZO12)
    I need to take into consideration the unit of measurement is there a function module this can convert the QTY
    Title was edited by:
            Alvaro Tejada Galindo

    Hi,
    Is it STPO table?
    Please try this links for VBAP -> MAST -> STKO -> STPO.
    VBAP-MATNR = MAST-MATNR
    VBAP-WERKS = MAST-WERKS
    MAST-STLNR = STKO-STLNR
    MAST-STLAL = STKO-STLAL
    STKO-STLTY = STPO-STLTY
    STKO-STLNR = STPO-STLNR
    Regards,
    Ferry Lianto

Maybe you are looking for

  • PC no longer recognises my iPad as a device

    Since updating latest software, my PC no longer recognises my IPad . I get error message on my PC stating that my device has malfunctioned & I should replace my device ! Unable to sync. Any idea what I can try next ?

  • T420 Intel i7 with Windows 7 64 Bit Home Premium Laptop Shutting down Unexpected​ly and Restarting

    Hi ,       I purchased the Lenovo Think Pad T420 in May 2011, I am facing the problem windows unexpectedly shutting down and restarting. Can anyone suggest me whether any SP needs to be applied or what is causing the issue. Please find the error mess

  • What is the difference between the two?

    Hi Friends, Though I know it would be a strange one for many of you,I would like to clarify myself with this. 1) select * from scott.emp order by 8Execution plan for 1) Execution Plan    0      SELECT STATEMENT Optimizer=ALL_ROWS (Cost=3 Card=14 Byte

  • Opening an Outline File

    I have Essbase 9.3.1. I was given an outline file created by a colleague created in 9.3.1. When I try to open that outline in my EAS Console - launched via Web Browser and Desktop Client, it just sits and shows hour glass and nothing happens. Could s

  • Disk Utility doesn't offer sparse images

    I want to make disk images of hard drives, but Disk Utility no longer offers the "sparse image" format. Why is this? iMac (27-inch Mid 2011), OS X Mountain Lion (10.8.2)