Limit cart items split by delivery date onto PO

Hello,
We use SRM 5 in classic mode.
We find that if we create a limit cart with two items the following occurs:
1) If both items have the same delivery date, we get one PO with two lines.
2) If the items have different delivery dates, but are otherwise the same, we get two POs.
We would like to get one PO in both cases. Can anyone advise how to do that? We have looked at various Badis but not found one that will do the job.
Regards

Thanks,
I think you have pointed me to the right answer. The delivery date field entered on a limit item ends up as a header field on the ECC PO, hence you end up with different POs for different delivery dates. We have given up on this development because we can find no way to combine limit items with different delivery dates onto one ECC PO.

Similar Messages

  • Standard  report(for open PO order items) with estimated Delivery dates

    hi friends
    i would like to know if there is any standard  report(for open PO order items) with estimated Delivery dates on it.
    thanks
    alahari

    ME2M (by material)
    ME2L (by vendor)
    ME2N (by number)
    Use selection parameter WE101 for open GR
    and scope of list EINT (scheduling lines)

  • Problem updating delivery date onto quotation

    Hi All-
    We have process, After creating sales order, will convert that into purchase req and again convert purchase req into STO's..
    Problem here is, if we make change delivery date onto STO's, should be reflect onto Purchase Req and also onto sales order...
    Anyone if you know the solution, please reply to my question and also let me know if there any user-exits to the sameissue...
    Thanks,
    Sony

    Hi,
    Pass the following values...
    POACCOUNT LIKE BAPIMEPOACCOUNT...
    poaccount-TAX_CODE = ? (value)....
    That should take care of the missing field.
    Regards,
    Madan..

  • Delivery is pulling items with different delivery dates from sales order

    hi all,
    i have a sales order with two line items with different delivery dates(eg 1st and 21st). material availability date for them is different. when i tried to create the delivery on 1st it is pulling the 2nd item whose delivery date is on 21st.
    where can i control this.
    thanks in advance
    harini

    Hi,
    let us take one example>materials A and B,
    A delivery date is 22.01.2008(maintained in schedule lines in SO)
    B delivery date is 30.01.2008(maintained in schedule lines in SO)
    now i want to deliver material A on 22.01.2008
    by default system will give you only material A in the item line
    material B will not be displaced in the second line item
    now i want to deliver material B on 30.01.2008
    by default system will show me material B in delivery line item
    if in case material A is not delivered then delivery will show you two line items
    i.e., Material A and B
    i think you have understood the difference
    regards,
    US

  • Apple Watch order status says processing items. Shows delivery date of 4/24-5/8? Is this normal?

    Apple Watch order status says processing items. Shows delivery date of 4/24-5/8? Is this normal?

    I read that Sport Space Grey models (black band) are not among first to be shipped whereas Sport Aluminum White band is shipping. This could also be anecdotal. Time will tell. As said here, no one promised 4/24 delivery.
    Looking forward to it, though.

  • Condition Type for item calculated from delivery date

    Dear Experts,
    We need that the condition type MWST for PO item will be calculated from Item delivery date ,
    But we see that always in Analysis pricing the efected date is PO date and not item delivery date .
    Please advise how we should configure the condition ?
    Thanks,
    Moshe

    Hi,
    In standard configuration you cannot set item delivery date as a pricing data.
    Maybe you shoud look at SAP enchancement - in dedicated structures you can pass additional item data (structure KOKMP).
    IMG link:
    Materials Management -> Purchasing -> Conditions -> Define Price Determination Process -> System Enhancements
    hope it helps.
    regards,
    wojciech

  • Re-calculation of Shopping cart delivery date.

    Hi,
    I have a requirement wherein , i have to do some calcutaions on the delivery date of the shoppinng Cart based on the approvals.
    we are currently on SRM 5.0.
    The scenario is ,When a shopping cart is created a Delivery date is determined for the same. If an approval takes 2 days later, 2 more days should be added to the delivery date.
    Please let me know whether there is a BADI through which this can be implemented.
    Thanks & Regards
    Thamilselvan

    Hello,
    DOC_CHANGE_BADI will be triggered while creating the shopping cart.
    During its approval, you cannot change the delivery date according the date that approver is approving the cart.
    You could implement something like this in your CHANGE_BADI to change the delivery date while creating the cart:
    *item data
    loop at it_item into ls_item_import.
    ls_item_import-deliv_date = sy-datum + 2.
    move-corresponding ls_item_import to ls_item.
    append ls_item to lt_item.
    endloop.
    Then, you can change message BBP_PD 584 to warning via message control.
    Kind regards,
    Ricardo

  • Unable to change requested delivery date in the sales order at item level.

    The issue is when I create order with one material (linked to network and project is created automatically in the background), I am able to change (in change mode) req delivery date for an item, but when I create order with 2 materials (linked to network and project is created automatically in the background), I can not change (in change mode) the req delivery date of any item. Req delivery date is then copied from the header req delivery date.
    Is this a standard SAP functionality or a defect?

    Req del date is the date requested by customer and  can be changed at item level. Probably the confirmed date in the schedule line is derived from the network scheduling after ATP check. (ATP check is not activated in this case)
    I am able to change the req del date at item level if there is only one item (Linked to network) and not when there are two line items (Both are linked to 2 diff networks belonging to same project)
    I tried to change the date in the network, scheduled and saved but that didnt change the date in the sales order. On the contrary, if I run ATP check, netowrk dates get back to original dates derived from sales order.

  • Idoc to uodate delivery date of line item on Purchase order

    Hi All,
    Our vendor sends a delivery file consisting of delivery date and quantity(could be partial) for line items of a purchase order.
    I need to update the Purchase order line item with the delivery date and quantity sent from the Vendor. It should add a new confirmation line with custom confirmation category in the confirmation tab of the line item in the Purchase order.
    Each time we get a delivery file we need to add a new confirmation line in the confirmation tab of the purchase order line item.
    How can I get this working using inbound idoc processing? Which Idoc type should I use to solve my issue. Will ORDERSP work for my scenario?
    Thank you in advance!
    Sonali.

    Hi,
    I don't know about IDOCS, but since your vendor is not using EDI, but rather sends a file, you could right a small program to read the confirmations from the file, using the standard BAPI "BAPI_PO_CHANGE" to actually change the PO accordingly.
    Regards,
    Mario

  • Inbound idoc for updating delivery date of purchase order

    Hi All,
    Our vendor sends a delivery file consisting of delivery date and quantity(could be partial) for line items of a purchase order.
    I need to update the Purchase order line item with the delivery date and quantity sent from the Vendor. It should add a new confirmation line with custom confirmation category in the confirmation tab of the line item in the Purchase order.
    Each time we get a delivery file we need to add a new confirmation line in the confirmation tab of the purchase order line item.
    How can I get this working using inbound idoc processing? Which Idoc type should I use to solve my issue. Will ORDERSP work for my scenario?
    Thank you,
    Sonali.

    >
    sonali ashi wrote:
    > We have all EDI set up done for ORDERSP idoc in our system. Problem when I use this idoc type by default system is always adding confirmation catgeory 'AB' but we want our custom  category to be added instead of 'AB'.
    > Edited by: sonali ashi on Dec 23, 2010 9:47 PM
    Confirmation category used for order acknowledgement is define in configuation. You can change that from AB to your custom condition and EDI should pickup that.
    SPRO->Material Management->Purchasing->Confirmation->Define Internal Confirmation Category
    >
    sonali ashi wrote:
    > I have also noticed that 'AB' confirmation accepts only full quantity order acknowledgement through Idoc processing.
    > Manually I can add a "AB" confirmation for partial quantity but in the idoc processing it fails.
    > Edited by: sonali ashi on Dec 23, 2010 9:47 PM
    Check tolerance limit defined for confirmation category in 'Conformation Control' Node in SPRO at same level as above.
    Regards,
    Pawan.

  • I cannot Split Deliv. Date in Sale Order

    Hi expert
    Can anyone give some suggestions.
    - Sale order is MTO and have production order that generated from sale order but production order was closed by user.
    - User create new production order by tcode CO08.
    Users want to change Deliv. Date in Sale Order by refer to new production order but cannot change.
    I cannot edit and split Deliv. date because date of old production order and ATP check not found new split item.
    regards,

    Hi, Allen Qiu2010 
    Thanks for your suggestion, after check at shipping tab than Partial delivery per item is blank.
    After change type, i can split  new delivery date but it refer to the old prod.ord, which was closed.
    Clould you tell me about new item which split delivery?
    How to refer between new Deliv.date and prod.ord. that create by CO08?
       -  first item of Deliv.date, and confirmed dty. have 40 PC (refer to old prod.ord which was closed)
         ->i checked material on MB52 don't have stock of this sale order . (sale order is make to order)
         -> prod. ord which create by CO08 unfinished process.
    Sorry, if i wrong understand.
    regrads,

  • First delivery date on Sales Order

    Hallo Gurus,
    I have this problem:
    I have a sales order item which first delivery date is 10.01.2011 (the order is to be settled on a production order, which confirmed release date is 10.12.2010).
    If I try to modify first delivery date, I get this this situation:
    Del. date             Order q.ty           Conf.q.ty
    10.01.2011                  0                       3
    15.01.2011                  3                       0
    While I want confirmed quantity on 15.01.2011 (the date I enter manually).
    Can anybody help me, please?
    Thank you!

    hi mike,
    this is to inform you that,
    this is because of basing on the Material Availability Date these schedule lines splits into parts or you will get one or more schedule lines.
    try RE-ATP check and confirm the same.
    please dont enter manually because system will generate two requriments considering one automatically and manually which you have given.
    balajia

  • Delivery date in sales order

    Hello Gurus
    I have a sales order with 5 items, the requirement is suppose all the the 8 items have different delivery dates eg: item 1 - 06.01.2009, item 2 - 15.02.2009, item 3 - 03.03.2009, item 4 - 25.01.2009,
    item 5 - 03.02.2009.  The need is i want the  the last date for all the items to be based on ie for 3 rd  item 03.03.2009,  to  be the delivery date for  all the items, like this delivery date should change.
    Need for this when the entire sales order will be closed, user wants to know and he wants to delivery only on that date all the items, automatically how to do that.
    Thanks in advance
    Rajesh

    Hi
    Goto VA02 - open the sales order- in the overview screen, click the tab Shipping and in the column D (Delivery Group) next to the column Material, give value 1 for all the line items and save the order. Now if you open the order again and check the schedule lines, all the delivery dates will be rescheduled and you can see the same date for all the line items, latest date by which all the items are available.
    Thanks,
    Ravi

  • How system updating the delivery dates in sale order schedule line

    Hello
    i created a sales order with 2 line items. For the first line item the confirmed delivery date in the schedule line is 06.02.2012 and for the second line item the confirmed delivery date in the schedule line is 14.02.2012 . Both the line items are third party items and the PR created against the line items in the sales order .
    We created the PO with reference to the PR of the SO and we find there are different delivery dates coming in the PO document for the 2 line items . For the first line item the delivery date is coming as 14.11.2011 and for the second line item in the PO , the delivery date coming as 11.11.2011 . Firstly we are not understanding from where the delivery dates are picking in the PO.
    Secondly , once we saved the Purchase order and once we come back to the sales order , the schedule line dates are getting changed automatically in the sales order . For the first line item in the sales order the delivery date is changing to 22.11.2011 and for the second line item in the sales order the delivery date is changing to 22.11.2011.
    Now my question , is from where the delivery dates are updating in the Purchase order and once we save the purchase order how the delivery dates in the schedule line are getting changed .

    Now my question , is from where the delivery dates are updating in the Purchase order and once we save the purchase order how the delivery dates in the schedule line are getting changed .
    For third party processing, the delivery dates are updated in the purchase order based on the settings in the field Planned delivery time in the MRP2 view of the material master(defined in purchase info record in t.code ME11/ME12) and purchasing processing time defined in t.code OMEW. This means, since the date of PO created, it will take the days mentioned in the planned delivery time field and purchasing processing times to determine the delivery date, which will be copied into the sales order as delivery date. In your case, the purchase order delivery date is not copied into the sales order, hence you may need to check OSS note. How the PO is handled? Any confirmation control functionality is used?
    Regards,

  • Cannot reject/delete sales order line item due to del.date in 2210

    Hi all,
    not sure if anyone else had this issue already....
    Situation :
    Sales order line item entered with delivery date in 2210.    We would like to correct this order but can't....
    every time SAP issues error :
    Error determining posting period (info
    S008, variant GL, RC 3)               
    I believe this is because we haven't maintained our calendars yet for 2210 :-D
    Question : without us having to load/define the calendar...is there a utility/oss program which we can use to delete the line item, or reject it...or even update the delivery date?
    Thanks for your help!

    If the system pop ups the error message M2012, then please refer note 10891 or 37532.  If the error message number is different, please update the forum.
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • Has anyone created a site in BC where you can download coupons?

    Hi everyone As part of a site we are creating, our client wants to have a directory of offers, you can search by postcode to find offers near you, then print out coupons with unique ID numbers . Like Shopadocket. http://www.shopadocket.com.au/ Anyone

  • My iphone4 performed 2 backups, one with all my stuff on it and one without.  How do I get my stuff from the previous backup?

    In the process of updated to iOS 5, my iphone4 performed a backup, after installing IOS5 it performed ANOTHER backup (not sure why), but without all my stuff being synced from iTunes, now the backup file (and my phone) contain NOTHING! How do I get t

  • URL parameters for a Database Source in SES

    Can anyone provide us a valid url format for creating a Database Source in SES? I have followed the SES Admin documentation, and have tried a variety of options, but am not getting the results I desire. I have set up a view to my database table using

  • Scheduled page refresh

    I have developed a Portlet using JPDK that access a database. It does a select and displays the result. Everything works like a charm. I want to enable a scheduled refresh. That is to say, that I want my Portlet to be regularly re-executed, for examp

  • I can't get my iPhone to work.

    It worked fine until I updated iTunes. Now iTunes asks me to restore to factory settings.  I do that, but either it says it hasn't worked, or says it has worked but the phone isn't working.  What should I do?