Problem related to Outbound Delivery creation via Background Job

Hi ,
We are using the program RVV50R10C for creating OBD incase of STO .
Z variant is created to take care of selection parameters which inlcudes Shipping Point , Delivery creation date , Calc Rule, Delivery priority and shipping conditions.
The job is scheduled to run for every 10 minutes .
As planned the job is running for every 10 minutes but the OBD are created after 1 hour .
What are possible causes of this error.?
Please note that there exists enough stock.
Regards
Ramesh Ch

I think you will have the same problem when doing it manually with VL10B.
The creation is based on entries in an index. there is a userexit where you can influence how and when an entry goes into the index.  E.g. you can speed up the overall performance if you do not update the index all the time, instead you are doing this with a background job from time to time.
Check if this is the case in your system.
this note may give you some hints:
Note 356061 - Incorrect index compilation caused by own checks

Similar Messages

  • Help required regarding the outbound delivery creation by batch job

    Hi Gurus,
    We are facing one problem in the outbound delivery creation.
    The deliveries will be created automatically (using program RVV50R10C) from the existing open sales orders through the run of a batch program for every 5 minutes.
    The program RVV50R10C is scheduled to run for every 5 minutes, which picks up all the open sales orders and creates outbound deliveries. However, during one run we have found an error.
    The error had message class V50R, message no: 024 and message type : I. The error message reads as follows : u201CAt least one order was blocked and could not be deliveredu201D.
    When we have checked the VBFS table, it showed the sales document line items with the Message type : E, Message no: 24 and message id : V50R.
    Can anybody decipher what could be the reason why this error message is appearing?
    Thanks in advance,
    Krishna

    Hi Friend,
    to clearly identify the issue,
    Goto SE38 and give the program which you are using as Back ground job to create the deliveries and  give the sales order number as mltiple entries and execute the program in back ground.
    In most of the cases we can identify the issue behind the job while doing this.
    please revert me if you need more clarification
    regards,
    santosh

  • Issue in Outbound Delivery Creation w/o order reference & w/o sale order

    Hi ,
    I have an issue in outbound delivery creation without order reference and without sale order through
    BAPI_OUTB_DELIVERY_CREATENOREF . I am getting an error like
    1. Copying is not poss.because an entry is missing in Table TVCPL:  ZLR (Checked entries are there in the Table TVCPL)
    2. No instance of object type OutboundDelivery has been created. External reference.
    But I can able to create an outbound delivery through VL01NO txn.
    Pls help me where I am gng wrong.
    Regards
    Rupachandran

    hi,
    this is to inform you that,
    1. Copying is not poss.because an entry is missing in Table TVCPL: ZLR (Checked entries are there in the Table TVCPL)
    1.a. sorry for sending the link
    Re: can't create DN for sales return order
    balajia
    Edited by: balaji timmampalli achari on Dec 9, 2010 3:15 PM

  • BAPI for Outbound Delivery Creation with reference to Sales Order - VL01N

    Hi Everybody,
           We are in ECC 5.0 version.
           I want to create a enhancement for Outbound Delivery Creation with reference to a Sales Order.
           Is any BAPI available for this ?
           Any input on this will be very much helpfull.
           Please suggest any BAPI available for this, or should I go for BDC using VL01N or VL04 ?
           Thanks in advance.
    regards,
    Nagarajan.J

    Hi Nagarajan,
    The BAPI BAPI_DELIVERYPROCESSING_EXEC meets your requirement. You can create delivery with reference to sales order.
    The below is the sample code...
      data:lt_request      like bapideliciousrequest
                                    occurs 0 with header line,
           lt_createditems like bapideliciouscreateditems
                                    occurs 0 with header line,
           lt_return       like bapiret2
                                    occurs 0 with header line.
        lt_request-document_type      = 'A'.
        lt_request-document_numb      = vbeln.
        lt_request-document_item      = posnr.
      lt_request-material           = matnr.
      lt_request-plant              = werks.
      lt_request-stge_loc           = lgort.
      lt_request-quantity_base__uom = base_uom_qty.
      lt_request-delivery_date      = sy-datum.
      append lt_request.
      call function 'BAPI_DELIVERYPROCESSING_EXEC'
      EXPORTING
        DELIVERY_EXTEND       =
        TECHN_CONTROL         =
        tables
          request               = lt_request
          createditems          = lt_createditems
          return                = lt_return.
      loop at lt_return where type = 'A'
                          or  type = 'E'.
        exit.
      endloop.
      if sy-subrc <> 0.
    Use the BAPI for Commit
        call function 'BAPI_TRANSACTION_COMMIT'
             exporting
                  wait = 'H'.
      endif.
    Thanks
    Ramakrishna

  • BAPI for Outbound Delivery Creation with reference to Sales Order

    Dear all,
    I'm on R/3 4.6B platform and to develop an RFC for outbound Delivery creation instead of using the standard VL01N transaction.
    I've review BAPI for Outbound Delivery Creation with reference to Sales Order - VL01N thread which suggest BAPI_DELIVERYPROCESSING_EXEC .
    However, in 4.6B, that function module doesn't exist. Appreciate any suggestion and or workaround.
    Thanks.
    Steven
    Edited by: Steven Khoo on Mar 25, 2010 7:13 AM
    Edited by: Steven Khoo on Mar 25, 2010 7:14 AM

    Not required anymore

  • Prevent Outbound Delivery creation against Purchase Order

    Hi All,
    we have a Intecompany (IC) process composed as following:
    1) IC purchase order
    2) Outbound delivery
    3) Good Issue
    4) Good Receipt
    5) Invoice and billing
    I'd like to prevent the outbound delivery creation in the purchase order as the delivery block does in the Sales order.
    I thought that using the confirmation control with control key  for order acknwledge was made for this purpose but my  tests was unsuccessful.
    Is there any standard way to achieve this goal?
    Thanks

    Applying a release strategy is not a bad idea but it would mean a more complex process as:
    1) the delivery block would based on a complex logic implemented on a user exit that would be not easily implemented with characteristics on which the release strat would be based
    2)  also the release process itsel would be more complex and different from the sales order unblock
    Even though I appreciate I'd prefer somthing easier like confirmation control or something similar that could be unset with just modifing the purchase order.
    Thanks again for the answer

  • Sales order delivery creation in background

    Hi,
    my requirement is i want to create create sales order delivery creation  in background . how to do it.
    any sample code plz .
    with regards
    sri.

    hi,
    use this function module.
    WS_DELIVERY_UPDATE_TO_CREATE

  • Reg: File Extraction from SAP Queries via background job

    Hi ,
    Is it possible to Extract a file to the presentation Server by running the ABAP Query's through SQ01 as a back ground job to generate a file automatically without running it manually.
    I have tried recording the query's thru SQ01 with the File store Option to download it to Excel on the Presentation server.I have used CAll Transaction for SQ01 in the Zprg and submitted that Query to be able to download that Query in the mentioned path .The Zprg was executed via Background job.The file is extracted to the presentation server when the Zprg was executed via Foreground,but its not getting Downloaded to Excel Via Back ground job.
    Please provide me the solution.
    Thanks in advance,
    Prem

    Hi
    u cannot get file in presentation server.. in background..
    if you are scheduling any background jobs it should be out of any gui interface.. like gui_dowload , gui_upload// ur need to replace then with cl_gui_fronend_services Class
    or u have a option of writing file to application server in background using open dataset syntax.

  • Outbound delivery creation with inbound IDOC transfer from Java system

    Dear Experts,
           The scenario we are having is really very interesting. Hopefully its a good learning for me and also for others also.
    The scenario is,
                   After sales order creation the details will be sent to one Non SAP system (Java) for performing some tasks related to forwarding agent decision, shipping date and etc. Once the details are finalized in that Java system then, the details needs to be transferred to SAP as "Inbound IDOC" process. For this proposed to use the SAP Jco middle ware.
                 Once the details transfered from Java system to SAP then, the outbound IDOC needs to get generated automatically. Assuming the stock for that sales order line item is available. Also one more complexity is, our client is using custom transaction (ZVl10C) for delivery creation.
    Now Query is,
                   1. Which IDOC, message type and Functional module needs to be used for creating the delivery automatically..??
                   2. As per assumption, stock of that sales order line item should be available. Due to some business reason the stock was removed during inbound IDOC transfer then, what will happen to the IDOC..?. How to avoid this situation..??
                   3. As we told we are re going to use SAP Jco b/w SAP & Java system. In this case, how the data will get transfered from Java system to SAP..?
    Thanks in advance for the replies I am going to get
    Regards,
    VEL

    Didn't get any feedback from experts for long time. So we are closing the question

  • Prevent Outbound delivery creation in sales orders with delivery block

    Hi gurus
         We are facing the following issue:
         Some sales orders have delivery block header and once they are saved an outbound delivery document is created; we want SAP system creates outbound deliveries only in those cases were sales orders have not a delivery block in header, is there any option or configuration we can use in order to prevent the creation of these documents?
    Regards,
    Edgar.

    Well Edgar,
    let's see then in spro
    Logistics Execution->Shipping->Deliveries->Define Reasons for Blocking in Shipping
    Check out the configuration of your delivery block reason and pay special attention to this instruction:
    "In sales documents, you can either enter delivery blocks manually at header level (business data in the sales document header) or they can be proposed automatically by the system. In the latter case, the delivery block must be entered in the respective sales document type (see chapter
    "Define sales document types"). In addition, the delivery block in the sales document header is only effective if the delivery block has been assigned to the respective delivery type."
    It must be something in the configuration of the delivery block reason you're using.
    Regards,
    Edgar

  • Outbound delivery creation

    Hello Experts,
    i am getting error when creating outboun delivery using transaction vl01no , after entering all the parameter when i click on the save it is giviing error ' Material Zmaterial does not exist in the warhouse EW3'.
    Please help me in resolving this problem.
    Thanks in advance.
    Best Regards,
    zubera

    Hi Zubera,
    You did not extend that material to the designated warehouse "EW3".
    1. Go to t-code MM01.
    2. Key in the material number that you want to use. Hit ENTER.
    3. You will get an information msg stating, "Material Type XXX and industry YYY copied from master record.
    4. Hit ENTER and proceed.
    5. You will be prompted to select the view(s) you want.
    6. For your problem, make sure you select "Warehouse Management 1 & 2"
    7. Hit ENTER and proceed. Key in the Plant number and the Warehouse number (i.e. EW3) for that Plant you want to extend the material to.
    8. Confirm the data is correct and make the necessary infomation change for this material extended to Warehouse number "EW3" and hit ENTER, then Save.
    9. You will get a confirmation that the material has been extended.
    After that, you can try to perform the Outbound Delivery again.
    Hope it helps!
    Preethi.
    Edited by: preethi R on Dec 1, 2008 11:32 AM

  • Automatic PGI after outbound delivery creation and shipment

    Hi,
    I am working on LES part.
    Could you please explain me how to do Automatic post goods issue for shipments.
    (in our scenario where after outbound delivery, picking, packing shipment takes place.)
    Can we use VL23 for automatic goods issue for shipments? (or igoods issue is only for outbound deliveries?)
    If so what is the selection criteria for background scheduling-Variants?
    Please explain me in detail
    Thanks a lot.

    Hi,
    You can use report RV56ABST for this. Create a variant and in this variant, you can set auto PGI. Then add this variant to an activity profile in SPRO:
    Log.execution -> transport -> activity profile.
    There you can add your variant to any transportation status.
    Regards,
    MdZ

  • Outbound delivery creation in case of stock transfer scheduling agreement.

    Dear All,
    We are creating the Scheduling Agreement for the stock transfer between the 2 plants .
    and for the stock transfer we are following the outbound delivery route (641 movement type)
    Issue is as below:-
    suppose in the scheduling Agreement I have given the schedule starting from 1/12/2009 to 10/12/2009 . so while doing VL10B ,
    1. ) System creates one outbound delivery by clubing the qty from date 1/12/2009 to todays date.
    2.) and createds 5 more outbound deliveries 1 for each date after 5/12/2009 starting from 06/12/2009 to 10/12/2009
    But the system should not create the OBD for the future date schedule.
    What needs to be done.
    Please Advice.
    Thanks & Regards
    Nitin

    Not solved

  • Outbound Delivery Creation without OPEN quantity in SD scheduling agreement

    hi,
    We have a customer requirement, where user 's should be able to create
    outbound delivery irrepective of open quantity in Sales document.
    In Vendor Direct Ship scenario where vendor ships goods to customer directly and sends Inbound 856 EDI message which creates Inbound Delivery, GR, Outbound Delivery, picking, Goods Issue automatically and outbound ASN is sent to Customer. At times, when there is open quantity in SDSA, the I/B IDOC fails in status "51". In such cases, user needs to update the open quantity in SDSA manually and then reprocess the IDOC. In order to avoid manual intervention, business wants to create outbound delivery even though there is no open quanity.
    Please provide your valuable inputs.
    Thanks
    Sudheer

    Not solved

  • Outbound delivery creation - one sales order

    Hi,
    We have an issue on locking of delivery processing of sales orders with two plants.  Is it possible for the two plants to create/change the outbound delivery at the same time? If yes, how?

    Hi,
    This is because plant 2 is processing delivery -2 with reference to sales order.
    So when you want to process deliver -1 then same already created with reference to sales order. it means both delivery cant be accessed one time because reference is sales order, so it lock
    If you want to pick both at same time,
    Then assign one shipping point to both plants, so when you create delivery both item will copy in delivery,then pick both at same time.
    kapil

Maybe you are looking for

  • OneDrive for Business - split with on prem

    Right now the company has the MySite running On-prem But can I split it so that OneDrive for Business is in the cloud and the rest of the users MySite (newsfeed etc.)  is on the SharePoint 2013 on prem?  or is it a "All-or-Nothing" MySite in the Clou

  • IMac 24"  Performance/Ram

    Hi. I'm running a G5 2.0 w/2 gigs of Ram, ALS version about 11/2 yrs old and still runs great. Though totally solid and smooth in its operation, Its starting to feel a little slow now, especially since I like to use both Aperture and CS2. I also use

  • Printing with CSS

    How do I setup a specific area to print using CSS. Currently, I have a certain table with misc. info that I assigned a CSS class: <table.SingleListing> I would like to have visitors print this table (area) only and not the rest of the webpage.

  • Two reports's entries to the same form, the DELETE button works unproperly.

    I have two reports refrencing one form in which I have one item whose value is set by the refrencing report. In the form I build two branches back to the two resports by the item's value(conditional branch). when press the SAVE or CREATE button all w

  • IPhone4 shuts down all by itself

    My iPhone 4 shuts down all by itself , even though battery is more than 50% ? How to get this fix this ? I have tried resetting this phone, but still did not work.