Deactivating Delivery Group Creation in VL10c

Hi,
We are using VL10c for creating deliveries for a list of sales orders. I choose background option in VL10c. When we do this, system is creating group numbers for the deliveries which we don't want. We actually do create the groups in VL06o before we do picking. So we don't want the group numbers to be created twice.
So how can I prevent VL10c from creating the group numbers for the outbound deliveries? Is there a setting to make?
Thanks

Rahul,
Under VOV7, check the item category that you have configured . Under Bills of Material / Configuration
Create delivery group = X Form delivery group with one delivery date   OR
                                  A -Delivery group with correlated schedule lines under Bill Of Material / Configuration tab
In va02 Screen, Click the "Shipping tab" in the main screen,
Activate Complete dlv. indicator.
Next to the "Material" Column you have "Delivery Group" Column in that you specify the delivery group you want the item to be asscociated with.
Acording to your need enter like this
SNo  Material          Delivery Group
10     150000/01           1
20     150000/01           1
30     150040/01           2
40     150040/01           2
30     150040/01           2
Proceed as follows.
Regards
Sathya

Similar Messages

  • Automatically creation of delivery group in the sales order

    Hi Can u please tell me how do i create automatically delivery group in the sales order.

    Hi,
    You can maintain the complete delivery indicator in your Customer Master(Ship to Party ) record shipping tab(Partial deliveries).
    As per SAP ,This indicator
    Indicates whether a sales order must be delivered completely in a single delivery or whether the order can be partially delivered and completed over a number of deliveries.
    There by it can form a Delivery group.
    Have a Nice Day.
    Regards,
    Ravi

  • Using Delivery group in TP/VS

    Hi All,
    I want to know how a delivery group can be configured in TP/VS.
    We have a group of materials which are supposed to go together during shipment creation otherwise deilvery for those materials would not get created in ECC system as delivery group has been assigned to it. Now i have the following questioons...
    1. Is there any configuration, we need to change in ECC / APO systems to get delivery group working?
    2. Otherwise, can we restrict these materials to go togethere i.e. planned in shipment?
    3. Is there a way to restrict no of materials go in a single resource?
    Note that we are now in SCM5.0 version.
    Any help would be appreciated.
    Thanks & Regards,
    Jagadeesh

    Dear Jagadeesh,
    you can find the required informations for Transportation Management here:
    http://help.sap.com/download/documentation/businesssuite/scm/scm50/SCM_50_Add_on_TM_EN_270906.pdf
    and here:
    http://help.sap.com/saphelp_scm50/helpdata/en/50/0751465f2163438e478889b1e52794/frameset.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/43/0f223b992f2bece10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/15/91b07e22ad11d5b4010050dadf0791/frameset.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/ec/ee7f4214700d53e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/43/902b28130e7102e10000000a1553f7/frameset.htm
    I hope these informations will help you further.
    Regards,
    Tibor

  • Create Delivery Groups in ABAP

    Hi,
    I need to create delivery groups for aslected records in a ALV.
    Is there a BAPI or FM that can be called?
    How can this be done
    regards
    Karen

    Hi Mihai,
    Maybe you can try to use /SAPSLL/BADI_IFMAP_CON_CDOC.
    Very interesting solution.. i guess you have a very good reason for going this custom Z way.
    Also you can consider creation of the cusdec via automated invoice transfer, that can be automated from delivery output..
    Hope this helps,
    Branio
    Branislav Petricek

  • Delivery group problem

    Dear SAP Gurus,
    I have created sales order with 20 items.In that some items are assigned to delivery group "0" and some items are assinged "2" and the remaining items "3".These are maintained manually in the sales order.All items have same ship to party,shipping point and delivery date.But the system genereated delivery documents only for items which is having delivery group "0" and rest of the items are not delivered in this document.For that I have created another delivery document.What could be the reason.Please help me on this.
    Thanks and regards,
    Hari Challa.

    Hi Hari,
    To my understanding, single delivery happens only for items belonging to teh same delivery group. Even in Glynn Williams, it is mentioned, (Page103 to 105)
    It has nothign to do with copy controls or stock availability, When processing deliveries or deliverydue list, the items  having similar delivery groups are grouped together for creation of single delivery. But a single delivery is possible if all other conditions are also satisfied as per the combination criteria for combined delivery of multiple orders.
    Pls reward points if this helps you

  • Why some times delivery  will created through vl10c even sale order stock is not available?

    Hi,
    why some times delivery  will created through vl10c in batchmode even sale order stock is not available?
    Thanks,
    Kalyan.

    the correct english name is : Replenishment leadtime
    Check with Replenishment lead time - Supply Chain Management (SCM) - SCN Wiki

  • Issue with Delivery Grouping in Sales Order

    Hello Gurus,
    I have a problem in Sales Order (VA01 & VA02). The issue is as follows.
    We have created a material called “FREIGHT” to calculate the Shipping & Handling cost in a Sales Order. This material has no ATP CHECK, so the Material Av. Date (MAD) is determined as immediate or the current date.
    But the business process we want to implement is, the FREIGHT material should not be delivered separately, but should be grouped with one the line items in the sales order which has the earliest material available date and copy the corresponding dates to FREIGHT line item and delivery grouping should be done.
    1. Say 1st line item is a BOM Material, next item is a standalone material (Non-BOM), and 3rd item is FREIGHT material.
    POSNR   Matnr           Qty     DlvGrp  DlvDt  MAD  LoadingDt
    10     BOM (Parent)     1    1   x-date   09/11/2006    x-date
    11     SKU1 (Child)     x        x-date   09/11/2006    x-date
    12     SKU2 (Child)     x        x-date   09/11/2006    x-date
    20     Non BOM    1     2        x-date   09/06/2006    x-date  
    30     FREIGHT      1      2        x-date   09/06/2006    x-date  
    I know the above example may not be that clear, but this is the space available when you post your topic.
    Based on the above example, the earliest material available date is for Line item 20 i.e. 09/06/2006 and assume FREIGHT is also tied to the above line item (20) i.e. line item 20 & 30 are delivery grouped.
    Say if I delete line item 20, now FREIGHT should be tied to line item 10 and delivery grouping should also take place get changed to 1 for FREIGHT item.
    I need to achieve this using user-exits, but HOW?
    Appreciate your views and the solution for the scenario.
    Thanks.
    Regards,
    Suresh Ganti

    Hi Suresh,
    I guess you can accomplish this using SAVE_DOCUMENT_PREPARE in MV45AFZZ. In table xvbap you will find all order items with an update indicator. If an item has indicator 'D' (deleted) and field GRKOR (delivery group) filled you should find the corresponding FREIGHT line having the same value for GRKOR. Then find the remaining non-FREIGHT item with the earliest material availability date and set the value of GRKOR for this item to the same value as the FREIGHT item.
    Regards,
    John.

  • Delivery group 001: Item 000020 contains no confirmed schedule lines

    Hi,
    I am getting following error message when i try to save sale order
    "Delivery group 001: Item 000020 contains no confirmed schedule lines"
    The item is a BOM itam and when i checked Deliverygroup for all items in BOM, it is the same for all.
    Pls let me know how can i save sale order??
    Thanks in Advance
    Srikky

    hi srikky,
    delivery group stands for:
    for example you have entered a BOM item in line item 20.
    and it contains plenty of components in that BOM
    then if you assign these delivery group at transaction level then it will combine all the components material available dates and gives one single Material availability date basing on the components feasibility.
    so coming to your issue, here that delivery group's 001 is not having confirmed material availabilit date so it is throwing an error on schedule lines.
    i think you should go to OVZJ and check FIXED DATE AND QUANTITY against the salesarea.
    test and confirm the forum
    balajia

  • Delivery Group

    Hai,
    1. One of the prerequisite for the delivery group to perform is {It can only contain items that can be atleast partially delivered?)
    What is the meaning of this prerequisite? we are creating delivery group to ensure that all items should be deliverd together.
    2.can we maintain partial delivery indicator at item level?
    3. can we have items that more than one schedule lines?
    Regards,
    Keyur.p

    hi,
    atleast partially delivered, i understand as say a bom x is order 5 units containing a,b,c each say 1, 2,3 and that make up one unit of X.
    now when we want to deliver this bom x, at one complete unit ie.
    a-1
    b-2
    c-3 must be there. but however we delivering only one unit of x against an order 5 units.
    we can check the <b>item status</b> if it is competely delivered or not.
    we can have items with more than one schedule line. Assumig an order of 50 units is placed for product P, and we have only 20 units. The system automatically confirms that 20 today and for the rest 30 it will calculate the required time to get the stock based on availability check, and gives a second schedule line date.
    Hope i answered your queries. Pl reward if helpful.
    Thanks,
    Sadhu Kishore

  • Supplier Group Creation Error  in SRM 7.0

    Hello,
      We are on SRM 7.0, SP 9. When creating a root supplier group using tcode PPOCV_BBP in SRM, we are  getting a "DATA_LENGTH_0", "CX_SY_RANGE_OUT_OF_BOUNDS" error in the program "SAPLRHOMDETAIL_PP01".
    This error happens during the new supplier group creation process, when we change the default name of the vendor group with a custom name and try to save the new supplier group.
    Please let me know if any one has come across this issue.
    Thanks,
    Raj

    HI Raj,
    you have to implement the note 1572049  to resolve this issue.
    Regards
    Ajay
    Edited by: ajay ch on Aug 15, 2011 10:57 AM

  • Automatic Profile Set / Target Group Creation in SAP CRM

    Hi,
    Need some help on the listed process.
    Is there any procedure to create Profile Ser/Target group automatically based on certain criteria? We want to reduce the manual work of Profile/Target group creation for the users.
    We are currently using SAP CRM 5.0 and looking at options of creating Target Groups automatically based on infoset. The criteria used to model is below mentioned.
    - New Customers  & Head Office (They are the customer specific Z-fields in BP Master Data)
    - Relationship Data: Has contact person Relationship. This is based on the assignment of Contact person to the BP (i.e. Day when the Relationship assignment done to the respective BP Master Data --> under Relationship tab page.
    We are not using Attribute Set (that we assign to Marketing Attribute tab page of BP Master), for your information.
    Appreciate, if you could let us know whethe this is possible by Standard feature/ any work around on this.
    Kindly do the needful.
    Thanks,
    Rahul

    Hello Rahul,
    it is possible to create a target group from an external list as far as i am aware. Maybe have a look at
    http://help.sap.com/saphelp_crm50/helpdata/en/57/d7de42777c2978e10000000a155106/frameset.htm
    Regards
    Mark

  • Screen become blank during the Manual Target Group creation

    Hi SAP,
    In the Marketing Segmentation, there is an option to allow the manual Target Group creation. I have a list of 5000 BP and I upload it via "Import Business Partner". It is just 5krecords and the screen goes blank. We have tried several times and encountering the same thing which there is no enhancement applied. Any idea if there is limit on BP to be uploaded?

    Hi Subhashish,
    High Volume Segmentation is recommended for segmentation activities for more than 500.000 BPs. In  your case Classic Segmentation fits perfectly.
    Please read the SAP documentation for more information:
    Segmentation - SAP Library
    Furthermore since the Import Business Partner functionality is not Java based this cannot be a Java problem.
    Do you receive a dump in transaction "st22" after trying the import?
    Regards,
    Markus

  • How to clear the delivery group in sales order?

    Dear All: 
          My sales order is auto created from CRM by BAPI, but in vbap table, the GRKOR field is 001, only one order ,  how to clear the delivery group in the sales order ?
    Regards
    Peter.

    Thread Locked - Reason Duplicate Post
    How to clear the delivery group in sales order?
    Please dont post the same query twice.  Continue all your queries in one thread
    G. Lakshmipathi

  • Purchase group creation details

    Hi Gurus,
    Can we know when the purchase group was created from SPRO or from any table..
    Please suggest how to know the purchase group creation date details
    regards
    subbu

    Hi,
    To Know the purchase group creation date, please ask your Basis team to check the all logs for the transaction code  OME4.
    I hope it will help
    Regards,
    Manish

  • There's an error while delivery note creation for STO order

    There's an error while delivery note creation for STO order  even stock available in unrestricted stock
    Edited by: sharma aman on Nov 8, 2011 9:00 AM

    Dear Sharma Aman,
    Check whether the following link helps you.
    Mesaage : while creation of delivery : An item with no delivery quantity .)
    Please search in google with the error message and definitely you will get some older posts in SDN which is solved.
    In that case , you need not wait for the solution as it is already available.
    If the solution provided do not suit you, then post it in SDN so that it will be a learning for others.
    Try to search in the forum or in google before posting further queries
    Thanks & Regards,
    Hegal K Charles

Maybe you are looking for