Usage of delivery without reference to sales order

Hi ,
I want to know in which business scenarios we will create the delivery document without reference by usiing VL01NO followed by billing document.
Anticipating a positive response
Best Regards,
Goutham

Hello Sachin,
I want to make a delivery without ref to sales order. But I want to block it after saving it. How to do that ?
Use TCode VL02NO
Can I assign a block at schedule line category level. Will that block the delivery ? Will this be an item block if this is possible !
Delivery block at  schedule line category level will not block deliver doc, whereas, it will not allow you to create delivery doc with reference to that sales order with delivery block.
Now for your requirement, to block a delivery doc for further processing. Maintain or select appropriate Reason for Rejection in Delivery Doc Item.
Regards
JP

Similar Messages

  • Block in delivery without ref to sales order

    Hi,
    I want to make a delivery without ref to sales order. But I want to block it after saving it. How to do that ?
    Can I assign a block at schedule line category level. Will that block the delivery ? Will this be an item block if this is  possible !
    regards
    Sachin

    Hello Sachin,
    I want to make a delivery without ref to sales order. But I want to block it after saving it. How to do that ?
    Use TCode VL02NO
    Can I assign a block at schedule line category level. Will that block the delivery ? Will this be an item block if this is possible !
    Delivery block at  schedule line category level will not block deliver doc, whereas, it will not allow you to create delivery doc with reference to that sales order with delivery block.
    Now for your requirement, to block a delivery doc for further processing. Maintain or select appropriate Reason for Rejection in Delivery Doc Item.
    Regards
    JP

  • Creation of Sales Delivery with reference to Sales Order

    Hi SAP Team,
    I tried making a Delivery with reference to Sales Order. Though in Item Category detemination of Delivery configuration, a separate
    Item Category has been configured, but still System picks up the one in Sales Order. Is there a way to get different Item Category at Delivery level.
    Also, for Subitems a different Item Category is proposed, but still it follows the same behaviour, which is at header level.
    Is there any way to change it.
    regards

    Hi,
    Maintain the required values in the T.Code "0184".
    Or follow the path:
    SPRO>Logistics Execution>Shipping>Deliveries>Define Item Category Determination in Deliveries.
    You have maintained the similar values for your delivery type same as sales order type that were maintained in "VOV4" T.Code.
    So that it getting the item category same as the sales order.
    Change the values here,so that new item categories will be appeared in delivery.
    Regards,
    Krishna.

  • Pricing in outbound delivery without ref to sales order

    Hello,
    I am creating a delivery without ref to sales order. I need to do pricing in the delivery for the material sold.
    1 ) I have never done the above. can someone tell  what are the config steps for  the same and what is the t code to create condition records (is it same as VK11 ).
    2 ) secondly I need to carry the pricing in the delivery to the proform invoice created with ref to delivery. How to do the same.
    regards
    Pamela

    Hi
    1 ) I have never done the above. can someone tell what are the config steps for the same and what is the t code to create
    condition records (is it same as VK11 ).
    Yes You need to maintain Condition Records Through VK11 only
    2 ) secondly I need to carry the pricing in the delivery to the proform invoice created with ref to delivery. How to do the same.
    But i am not why you required pricing procedure in delivery , but most the cases Delivery level we required Freight Charges
    At the time of Pro-forma Invoice system will pick the pricing procedure and you can check
    if you still want pricing procedure in Delivery level , assign Pricing procedure to Delivery Type
    Menu Path: SPRO> Logistics Execution>Shipping>Basic Shipping Functions>Pricing--->Define Pricing Procedures for Delivery
    Regards,
    Prasanna

  • Deliveries without reference to sales orders report/extract

    Hi,
    Please assist. In our business the users are creating sales orders and then a delivery but when they create the delivery, the line items from the sales order is deleted and new line items are created on the delivery and this breaks the document flow and leave room for fraud. Can you provide a report or an extract we can run to see how many deliveries has been created without referencing to sales orders. thanks. Suzann

    Hi,
    I dont know whether there is any report for this requirement.
    However, you can restrict if the item should be added without reference or not in OVLK, select your delivery type and select 201 requirement in the field item requirement.
    System will not allow you to enter / add any item that does not refer to sales order.
    Hope you get some inputs
    regards,
    Sagar

  • Create Delivery with reference to Sales Orders

    Hi All,
    I have a requirement to create a program which extracts sales orders - schedule lines and check in hand inventory for a schedule line which is due to delivery and further create a delivery and do PGI (all the activities through the program automatically).
    Challenge is that I have to check availability in batches and the batch should not be split to meet the delivery.
    My scenario is as below.
    Sales order - 01234.
        Item 1 ----> Total Ordered quantity ---> 20
            Schedule line 1 -----> Quantity -----> 10 (delivery is due today)
            Schedule line 2 -----> Quantity -----> 10 (delivery is due today)
    E.g. In hand inventory in batches:
    Batch 1 ----> 30
    Batch 2 ----> 10
    Batch 3 ----> 50
    In this case Batch 2 is meeting my requirement, so that I can proceed to deliver Schedule line 1 with Quantity 10.
    I have referred some BAPIs and FMs but none has a provision to provide batch as the input (along with sales order and Item and quantities).
    BAPI_DELIVERYPROCESSING_EXEC
    BAPI_OUTB_DELIVERY_CREATE_SLS
    RV_DELIVERY_CREATE
    Is it possible to propose batch number while creating delivery by using any BAPI / FM. Appreciate your help
    Thanks,
    Somu

    You can pass Sales Order Batch in REQUEST -BATCH Table of BAPI BAPI_DELIVERYPROCESSING_EXEC.

  • What is Delivery without reference to Order in SD

    Please Suggest with an example how Delivery without reference to an order will occur in SD
    regards,
    Harsha M

    Take an example of Packing Materials.
    Packing Materials may not be entered in Sales Order, but they would be Entered in Delivery as Line Items independent of Sales Order.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • 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

  • RFC to Create Outbound Delivery without Reference

    Hello, we used the function module  "SHP_VL10_DELIVERY_CREATE" to create a PO and outbound delivery. Our business process has changed, just need to create an Outbound Delivery without reference to an order. Having trouble identifiying what function module to use? Looks like SHP_VL10_DELIVERY_CREATE is dependant on a sales order.
    Any ideas?

    Hi,
    BAPI_DELIVERYPROCESSING_EXEC
    refer this thread:
    Re: BAPI to create outbound delivery
    Best regards,
    Prashant

  • Creation of Delivery with ref to Sales order

    Hello,
       I am trying to create the Delivery with reference to Sales Order using BAPI  -  BAPI_OUTB_DELIVERY_CREATE_SLS.
    At the of execution , i am getting the error No instance of object type OutboundDelivery has been created. External reference:.
    I have entered the sales order details in table parameter SALES_ORDER_ITEMS of BAPI. (Number range for Deliveries are internal)
    Can you please suggest me what could be the reason ?
    Regards
    Narayana

    Hi,
    Yes, copy controls are maintained for sales order type and delivery type in SPRO settings. The code as below.
    loop at t_vbap into ts_vbap.
          t_order-REF_DOC         = ts_vbap-vbeln.
          t_order-REF_ITEM        = ts_vbap-posnr.
          t_order-DLV_QTY         = ts_vbap-KWMENG.
          t_order-SALES_UNIT      = ts_vbap-VRKME.
          t_order-SALES_UNIT_ISO  = ts_vbap-VRKME.
          t_order-DELIV_NUMB = '0084000156'.
          append   t_order.
    endloop.
    call function 'BAPI_OUTB_DELIVERY_CREATE_SLS'
    *DESTINATION logsys
       EXPORTING
         SHIP_POINT              = '0010'
         DUE_DATE                = DUE_DATE
        DEBUG_FLG               = 'X'
      importing
         delivery                = lf_vbeln
         num_deliveries          = lf_num
      tables
         sales_order_items  = t_order
         deliveries                = lt_deli
         created_items         = lt_itm
         return                     = lt_return
    Can you suggest me.

  • LO - Delivery without reference

    Hi ,
    whats the puprpose of LO and in which scenario do we use this?
    What are the pre and post document for LO?
    Thanks,
    Ivy

    Hi Ivy,
    You can create outbound deliveries without referring to an order. This function is designed for activities such as the R/2-R/3 Link or for when order processing is carried out on another system. When you create a delivery without reference to an order, you must enter the ship-to party and the materials manually. Data is copied into the document from the appropriate master records. The system does not check whether the data is complete. Therefore, you can create a delivery without specifying a delivering plant or a storage location, for example.
    Hope this will help.
    thanks,
    Raja

  • How movement type will be determined in Delivery without reference order

    hi gurus,
    i want to know what movement type will be determined in delivery type LO(Without reference of order) . i think in a normal delivery with referance to sales order movement type will be taken from the sales order schedule lines.  Incase of delivery without referencing an order whether system will use any movement type? if yes what movement type and from where the movement type will be picked up?

    When you create a delivery without referring to a preceding document, the system copies the following data into the document from the appropriate master records:
    Data from the customer master record of the ship-to party
    Data from the material master records of the delivery items
    normally schedulelines are determined by item category mrp type and schedule line.
    so it is determined by mrp type of the material

  • Delivery note with reference to sales order - 0 quantity items

    Hi all,
    our system allows items with quantity 0 to be created in delivery notes with reference to sales orders.
    This happens when some items in a sales order are out of stock while others are availiable. The unavailable items are included in the delivery note, but have quantity 0.
    The requirement is to eliminate this behavior and to create delivery notes with availiable items only.
    I would be grateful for any advice how to realise this.
    Best regards, Andreas

    Make the necessary configuration i.e. Check quantity 0 field value should be maintained as B in the respective delivery item category using transaction 0VLP.
    Regards,
    GSL.

  • 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

  • Error During Delivery creation with reference to Sales order

    Hi all,
    I am confused while creating delivery order with reference to sales order as this error *" Number of copying routine for table VBKD is missing in Table TVCPL"* is coming again and again.
    I have perhaps made all possible things in VTLA ( Copy sales doc to delivery doc) but still i m finding it difficult to remove it
    Please guide me in it.

    Hi,
    You will need to make assignment from So item to Delivery item please check if copy control is maintained at item level. Also make sure that Copy controls are maintianed for the billing document from the SO & Delivery both as this would be the next step.

Maybe you are looking for

  • Forms no longer render in IE after turning on SSL.

    We are using LiveCycle Designer 7 to create dynamic forms. The form is filled out on-line and then submitted back to the site. We have had no problems with this until recently. We did some security testing and found that when we turned on SSL, the fo

  • Materialized view and  subqueries

    Hi everyone, I have a big SQL which has a lot of (select (select ...) as) statements (subqueries inside the relational projection statement). In Oracle 8i, as in 9i, I can4t create a materialized view with this kind on query. It gives me the error 's

  • Query syntax highlighting lost when using national characters.

    Theres a minor bug with syntax highlighting. If I have a query in sqldeveloper like - select * from table where name = N'fred' and ... ... ... All the coloured syntax highlighting is lost from the N' onwards. Edited by: [email protected] on 24-Feb-20

  • Basics Of Berkeleys database

    Hi, Can anyone let me know the basics of Berkeleys database, for it is used and how to use it. Thanks,

  • Database updates statistics maintenance plan issue.

    Hi team, We are configured one job through maintenance plan that job name is "database update statistics" and database size is 280 Gb, this job executing 13 to 15 hours but job was not finished  still it's continually running. This same job I am runn