Convert sales orders to deliveries based on a release date

We are needing a way to control the launch date of a material in SAP.  We want to be able to enter the order, but do not want the orders to drop until a specific launch date.  For example, we may be entering orders for 2012 product in January but do not want them to drop until November 1st.  We want the ATP to be confirmed for November 1st.  We have had many ideas including the ones below.  I am not a big fan of using blocks because they have to be added and removed manually.  Have any of you experts ran across this issue before, and do you have any suggestions.  Is it as simple as using the requested delivery date on the order.
1. Use the Distribution chain specific material status located in the material master, Sales 1 view.
2. Use the Exclusion (Listing/Exclusion) functionality with a validity date. This one will prevent the use of the material up to a specified date. No manual maintenance is required after setting it up. Once the specified end date is reached, the exclusion no longer applies.
3. Create a new Schedule Line Category for these materials with an automatic delivery block. This won't prevent the material to be entered into the order, but it will be blocked for delivery. When time comes, mass maintenance at sales orders having this specific SLC changed to the standard one, and re-ATP.
4. Set up a new Checking Group for Availability Check, similar to 02, but not taking into account the replenishment lead time (RLT), so the material won't be available until it is released and procured. This won't prevent the material to be entered into the order, but it won't be available for delivery.
Thanks,
Mark

I suggest to go with option 3, schedule line category with delivery block to tie with an item category. When the sales order is created, the user can select the item category, so the relevant schedule line will be automatically populated with delivery block. When there is a release, the item categories of the line items can be changed to regular item category, thereby the quantities will be confirmed. Of course as an one item settings, the item category and schedule line categories needs to be configured at the backend.
Regards,

Similar Messages

  • Avoid combination of sales orders in deliveries

    Hi people. The users needs to do a delivery for each sales order. But they work with the VL10* trx. I tried to do it, changing the copy control between sales orders and deliveries, but doesn't work. Reading the SAP documentation, I noticed than maybe its not possible avoid this, because the mass transacctions (VL10*) had its own routines of combination and always will try to combine if its possible.
    It's this true? Can I avoid this combination? How?
    Thanks in advance.

    Hi,
    If this scenario is not a regular scenario and used for few customers,
    you can use 'VL01N' transaction to create a delivery for a single SO.
    other wise you need to develop a user exit for the specific customers need to have a single deliveries and include it in the proper location of delivery creation program.
    hope this helps you
    Thanks
    Venkat Cheedalla

  • Find Sales orders or Deliveries with the reference of Credit account

    Find Sales orders or Deliveries with the reference of Credit account
    Edited by: aqeeliqbal2008 on Feb 28, 2012 8:48 PM

    Hello,
    I doubt Material & Quantities will not be avaialbe in any SAP Standard Report for Credit Account.
    I feel you will have to go for a Z-Report Development for your requirement.
    Thanks,
    Jignesh Mehta

  • Data Validation for SD Sales order and Deliveries

    Hello All,
    We activated the data flow for SD sales Order and Deliveries for Infocubes 0sd_co4 and 0sd_c05 and there correspoding datasources.
    I have 2 queries
    1. How to validate data for BI SD sales order with ECC.
    2. How to validate data for BI SD Deliveries data with ECC.
    Kindly help, <removed by moderator>.
    Thanks,
    Rakesh.
    Edited by: Siegfried Szameitat on Jun 21, 2011 12:51 PM

    Hi Rakesh,
    You have to check the tables in R3 and then compare with the Datasources in BW.
    For Examples
    VBAK table in R3 for Sales Order on BW-2LIS_11_VAITM
    VBRK table in R3 for Billing iin BW-2LS_13*
    Check for that day how many sales order were there in VBAK table and there in BW.
    Rgds
    SVU123
    Edited by: svu123 on Jun 21, 2011 8:19 PM

  • Fullfil sales order and deliveries are still appearing in MD04.

    Hello Experts
    After an upgrade Ehp6.4 to Ehp6.6 the fullfil sales order and deliveries are still appearing in MD04.
    We runned SDRQCR21 and released the documents from MD04 but when the users create new sales orders and deliveries and completed them the reservation does not disappear from MD04.
    My Availability Check is CH
    Check.rule (SD order) and (SD delivery)
    Somebody could tell me how can I solve this issue. 
    Thanks for you help

    Please check the document status in VBUK or VBUP table may some of the documents partially PGI'id
    Also please refer the below document which is very helpful.
    MD04: Problems with sales orders
    thanks,
    srinu.

  • ALD stop working during a preview of sales order or deliveries

    Good morning
    I have a problem in printing sales orders or deliveries :
    I can run correctly the add-on ALD on every client but after I launch some previews of sales orders or deliveries I received, an ALD error, which stops working, and i have to exit from SAP and then enter again and  run ALD  if i want to use it.
    Our system details are:
    SAP BO 2005A sp01 PL39
    Advance Layout Designer PL 103
    Windows Server 2003 std ed. sp2
    Clients with Windows XP PRO sp03
    The issue happens when print preview all Deliveries/ Sales Orders.
    I also created a new simple ALD template and I set it as
    default. The issue didn't happen so frequently as with the old template.
    Anyway these problems with ALD started after we began using Zfax.
    So i decided to uninstall it, but the problem appeared again.
    Now i'm asking if anyone could help me about this.
    Thanks in advance

    Hi ,
    Pls install ALD gain if u can .
    This addon takes near about 300 mb of space and little bit slower the b1.
    rgds,
    Ansu
    Edited by: anshu srivastava on Feb 26, 2009 9:40 AM

  • SALES ORDER CAN NOT BE LESSER THEN POSTING DATE

    Hi everyone
    Can any one tell how can I restrict sales delivery date less then posting date. Like if user create a sales order on 22,03.14 then delivery date should not be before 22.03.14. I saw in system if I enter sales delivery date before 22.03.14 then system accept the date

    Hi,
    Try this:
    IF @transaction_type in ('A') AND (@OBJECT_TYPE='17')
    BEGIN
    If exists (SELECT t0.docentry FROM ORDR T0 WHERE T0.[DocDueDate] < T0.[DocDate] and  T0.DocEntry =  @list_of_cols_val_tab_del)
    Begin
    SET @error = 10
    SET @error_message = 'Not allowed to enter delivery date less than posting date'
    End
    End
    Thanks & Regards,
    Nagarajan

  • Sales order cannot be created  for the delivery date before 20.10.2008

    when i create a sales order today (18102008) sales order cannot be created  for the delivery date before 20.10.2008
    how the system is checking the 2 days duration for delivery date - which table is having this duration days.
    is it dependent on sales order type.....
    actually i checkeup in V0V8 - even then i couldn't  solve this error when i am creating the sales order.
    Pls suggest

    Dear Selvamuthu
    In normal circumstances, you can create as many as sale orders as you can irrespective of delivery date, and system will not  prevent to create unless you apply some user exit for some reason.
    Check any user exit is applied for that sale document type where some logic would have been written in such a way that if stock is available, sale order can be created.
    thanks
    G. Lakshmipathi

  • Convert Sale order to Planned order in PPDS

    I have nearly 400 Open sale orders to be uploaded in R/3 with some 6000-7000 line items,which needs to be converted to Planned order and subsequently to Production order in APO-PPDS .
    I tried using tcode RRP3 at all stages(Multi Level ), which is manual and time taking job.Is there any way to automate RRP3??
    I also tried via RRP2 by Sale order which is again a manual job.
    Can anybody suggest the correct method with FM/BAPI sequence.I also tried CDPSB0 and then RRP7, BUT because there is no field for quantity, the planned orders are created based on PDS, which does not match my requirement.
    Awaiting for the reply...

    Nawal,
    Sales orders are not 'converted' to planned or production orders.  Sales orders are demand, planned orders are supply.  They are different objects with different purposes.
    You mention that your PDS is not suitable.  Creating large numbers of orders using non-PDS compliant master data can cause future consistency problems for these orders.
    Exactly what do you wish to do, that cannot be done with the standard tools /SAPAPO/CDPS80 and /SAPAPO/RRP7?
    Best Regards,
    DB49

  • Splitting sales ord line items to diff deliveries based on sched ln date

    Hi,
       We are trying to split sales order line items to different deliveries based on the schedule line date. I have copied routine FV50C001( vofm -> data transfer -> deliveries -> routine 1)into a custom routine and added the schedule line date xvbep-edatu to the split criteria likp-zukrl. However the split does not work as expected. Does anyone have any ideas ?
    Regards.

    Hi Aravind,
    u said u ve copied the routine into a customised one..but did u chk whether ur customised routine is getting called from the transcation or not?? the routine has to be assigned in config so tbat it is triggered appropriately.. try putting a BP in ur routine n doin the transaction...
    Regards

  • Copy Control between Sales Orders and Deliveries

    Hi Gurus,
    please can you tell me why copy control between Sales Order and Delivery doesn't work?
    At header level, into copy control, we can set 2 requirement routines, one as general requirement for copying (TVCPL-AUBED) and the other one as requirement for grouping orders into deliveries (TVCPL-AUZUS).
    At header level we can also set a routine for data transfer to define how data are passed from Sales Order header to Delivery header (TVCPL-GRUAK).
    Then we can set routines at item level, one as requirement (TVCPL-AUBED) and one as data transfer (TVCPL-GRUAP).
    When delivery is created with VL10A transaction, at header level only the first  general requirement routine is used (FV50B***). Grouping requirement is not used (we also set a break point and the program is not passing into this routine).
    Then it is used the requirement routine at item level (FV50B***).
    Please can you tel me how we camake working the routine for grouping requirement at header level?
    Thank you very much.
    Kind Regards
    Andrea

    Hi, we used standard routine even if to be sure we run also the generation report you mentioned.
    Please any other suggestions?
    Thank you very much.
    Kind Regards
    Andrea

  • Function Module to retrieve ALL Sales Orders in SAP based from a UserStatus

    Can someone know a function module to give me a set of Sales Documents
    of a specifc type and a specific System Status.
    For example:
    CALL FUNCTION '?????'
        EXPORTING
            txt04    =    'INAC'    "specfic status text not the 'E0001' JEST-STAT value.
            inact    =    ' '           "for ACTIVE statuses only.
            auart    =    'ZMAG'   "specifc document type
        TABLES
            t_vbeln    = i_vbeln   "result is a list of sales orders based from criteria above
    I am thinking it is not as simple as the above. But 2 - 3 FMs will do.
    Note: I am not given a choice to SELECT from DB tables VBAK and JEST. They want pure FM calls only. Please reply ASAP.

    Hi,
    i dont think there is any FM as such ..
    but in VA05,,, u will get the all the information
    reward points if it is useful...
    thanks,
    Manjunath MS

  • Generate Sales Orders in mass based on Marketing Campaign (CRM 6.0)

    Hi Support,
    I want to generate sales orders in mass through marketing campaign
    I have done the following customizing :
    - create a new transaction type used for the Template : sales order template ZSOT and assign to it template type "D"
    - assign item categories to this new transaction type ZSOT
    - enter as communication medium for the channel : the sales order ZSOM that I want to be created in mass (based on the Template)
    - copy control between the 2 transactions : ZSOT and ZSOM
    - copy control between the item categories
    - Then I create in the Web Client UI, a sales order template ZSOT with material and quantity
    - Then I create a marketing campaign and choose as communication medium the sales order and assign the sales order template ZSOT previously created
    - I assign a Target Group to the Campaign
    - I release the campaign
    - I start it to execute it
    => I obtain the message : "To generate sales orders products and quantities have to be assigned."
    However the Sales Order Template contains a product and a product quantity
    Any idea how to solve the issue ? Is there any step missing on my customizing
    Thanks for your help !

    Dear Thomas,
    I have the same problem which you have explained in your thread and i have done the same settings that are mentioned by you.
    Even i have tried all the possibilities to get rid of this error but i am unable to resolve this problem.
    As per your inputs i have inputted the product in a Campaign but there is no option for entering quantity.
    The error i am repeatedly getting is "*To generate sales orders products and quantities have to be assigned* upon executing the campaign.
    I appreciate your earliest reply.
    Many many thanks in advance.
    Rajendra

  • Is it possible inter division transfer purchase order to convert Sale order

    Hi
    PLease help me,
    In my company, I want to define a new process for inter division purchase order to convert a inter division sale order. This process we call IDT process.
    Regards,
    Ratnesh

    Are the divisions in separate company codes?
    If so you should use Intercompany Purchase order. It is not SAP standard process to convert this to a sales order as the Interco PO creates demand directly in the supplying Plant.  If you want simply to report the Intercompany sales, then you can do that via the Intercompany Invoice, no need to have a sales order.
    If same company code, then it is not possible to make sales withing the same company, as sales are made at company code level (financially) and you logically can't sell to yourself.
    Rgds
    Richard

  • Userexit for updating sales order user status based on PO

    Hi.
    My clients requirent is
    Sales order user status should get updated based on production order creation,GR for PO creation etc.
    Basically depending on PO & GR For PO,various user stauts in sales order should get updated.
    Can you please suggest me some userexits in PP for this requirement?
    I am a SD Consultant and not having much idaes about PP
    Thanks
    Nisha

    hi,
    if you are not going to update it in the SO..
    then you need different exits as those are different transactions.

Maybe you are looking for

  • Unable to start any of the creative suite

    Got a odd problem with the creative suite 3 on some of our laptops. Basicly the install goes threw without any error or problems, but the user(s) are unable to start any of the software. When trying to start a program like as a example Adobe Photosho

  • Error: Unable to Sync Files

    My LR Catalog is about 1.45GB.  I thought I would try backing it up to the Creative Cloud Files - but after an hour of uploading, just as it was finishing - it reported this message.  "Unable to syc files".  Sorry, no other error message or status co

  • Robohelp 5 vs robohelp 6

    Hi, I have to decide if my company should buy Robohelp 6. At this moment we using Robohelp 5. What are the differences between Robohelp 5 and Robohelp 6? What are the advantages of Robohelp 6?

  • Blank mail - Yahoo

    Hello, Since 2 weeks I experience a strange problem with the email app. 3/4 of emails i have in my inbox have no title and no content. I cannot open them and I cannot delete them. When I check my yahoo mail box I don't see those juck emails. Does any

  • Navigation bar not showing in IE browser?!!

    The navigation bar is not showing in Internet Explorer at all! It is just fine, of course, in Safari. Firefox shows the nav bar but in two lines, and another info box appears for a second then vanishes. www.thestudio33.com