Outbound delivery deletion with shipment cost settled.

Dears
     I have one question about how to delete one outbound delivery which has one shipment document inside.
Scenarios like:
     we do normal sales order -> outbound delivery -> Picking -> Loading -> PGI -> invoice. and also from outbound delivery to shipment document and shipment cost settled. that means everything is done.
   But next month, the customer said they do not need such goods, they want to return all and take money back. so we need to cancel billing , PGI , and warehouse transactions. as you know , the previous month already been closed. we could not cancel shipment cost settlement . actually, we do not need to cancel it because the shipment is done by 3rd party partner. we need pay the transportation cost.
the problem, is when I use VL02n to delete outbound delivery item, it is not allowed because in document flow, there is one shipment document could not be deleted. but this outbound delivery status is OPEN, it always books some items which we will never delivery.
     is there one can help me about how to delete outbound delivery or how to close it to avoid stock booking ( ATP)?
thanks
jerry W.

hello Jürgen L
thanks for your answer. I fully agree with you. it is just our business user ( specially from warehouse) want to make process simple, so then use this way to cancel billing and PGI, then delete delivery lines. I will push them to use standard process .
thanks again.
best regards,
jerry W.

Similar Messages

  • Automatic Goods Issue in Outbound delivery scenario with Shipment

    Hi,
    Could you please explain me how to Automatic Goods Issue happens in Outbound delivery scenario and in shipment process.
    Is there any transaction for this?
    Can we use VL23 for Automatic Goods Issue in Shipment process? or is it only for Outbound delivery scenario?
    How schedule a background job by using VL23- transaction, how we create variants on what selection criteria?
    Could you please explain me in detail?
    Thanks A lot.

    Hi Anil,
    VL23 is to schedule Out bound Goods issue.Check once T.code VL06O.
    Thanks,
    Sree.Manam

  • Function module SD_SCD_DELETE deletion of shipment cost document

    Hi,
      I need to develop a custom transaction to delete SCD ( shipment cost document). I have found that the FM  SD_SCD_DELETE is used to delete the SCDs. Can anybody tell me how to go about the process and use this FM to delete the SCDs.
    Thanks and regards
    Prem

    HI,
    Check these code once :
    TYPES: v54a0_vfkk LIKE vfkkvb.
    data : itab type v54a0_vfkk .
    CALL FUNCTION 'SD_SCD_DELETE'
    EXPORTING
      I_REFOBJ                 =
      CHANGING
        c_scd_wa                 = itab
        EXCEPTIONS
       item_not_deletable       = 1
       scd_not_deletable        = 2
       OTHERS                   = 3 .
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Reg,
    Siva

  • Control over qty in outbound delivery created with reference to P.O

    Dear Gurus,
    I am trying to create a outbound delivery document with reference to the purchase order. But, the system is allowing more
    quantity in delivery document than in purchase order. How to control it.
    Regards,
    Krishna

    Hi,
    You can control this through item category fetched in delivery. Please check whether you have set error message or note about situation for overdelivery under following customization path;
    SPRO>>Logistics Execution>>Shipping>>Deliveries>>Define Item Categories for Deliveries
    Here for your relevant item category, check under quantity table the entry maintain under 'Check Overdelivery'
    You can set it as A- So that user get the note of the situation or B- so that it gives error message.
    Regards,
    Udaya.

  • 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

  • Subsequent outbound delivery split with serial numbers

    Hi,
    I have a question about subsequent outbound delivery split with already assigned serial numbers.
    Case:
    First delivery is created and serial numbers are assigned. Now we have to do a subsequent delivery split for that delivery. In SAP standard, it's not possible to do a subsequent delivery split if serial numbers are already assigned.
    Does anyone know how we can handle this?
    Best Regards,
    Florian

    well, seems to be not possible at all.

  • 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

  • Delivery costs with shipment costs

    Dear Sir,
    I want to capture the delivery costs from shipment cost document.
    I did all bellow mentioned settings:
    For freight cost to be transfered as delivery cost, the Purchase order need to have a freight condition with zero value. Also the freight condition need to have indicator set in config for 'copy shipment cost'. Once this is set up and shipment cost document created, do PGI and it should create a DCGR document in PO History.
    Even after all these settings, i tried but no result. It is not creating ths DCGR in PO History.
    Can any body tell me this bellow setting: Where is this exactly. I tried no field with the name Relevant for costing
    Shipment cost item categories Under the Shipment cost types and item categories activity, set the Relevant for costing field to A = Relevant for calculating delivery costs (Delivery costs). This results in the shipment costs not being transferred directly into accounting. The accounting is done via the purchasing functionality for delivery costs.
    Can any body give me the solution?
    With regards
    Lakshmikanth

    Hi
    I think that you have had your question answered so if you are happy with this can you please award points if you want to but mainly can you please mark your question as answered so that it is easier to navigate around the open questions in the forum as the number of pages are growing and growing and it takes too long to go through everything especially if a satisfactory answer has already been given and people like me who want to help will give up and so some people may not get any help.
    Thanks for this
    Frenchy.

  • Automatic Goods Issue in Outbound delivery scenario with resp to Shipment

    Hi,
    Could you please explain me, how  Automatic Goods Issue happens in Outbound delivery scenario process and in shipment process.
    Is there any transaction for this?
    Can we use VL23 for Automatic Goods Issue in Shipment process? or is it only for Outbound delivery scenario?
    How  we schedule a background job by using VL23- transaction, how we create variants on what selection criteria?
    Could you please explain me in detail?
    Thanks A lot.

    Hi Anil,
    VL23 is to schedule Out bound Goods issue.Check once T.code VL06O.
    Thanks,
    Sree.Manam

  • Shipment Cost settlement to multiple vendors

    Hi team,
    When we are calculating shipment cost, with reference to outbound shipments, we have to get the multiple vendors like freight cost settlement to one vendor and insurance will be to the other vendor.
    How do we need to map this requirement? We are using SD route.
    Regards
    Venkat Ramana

    Hi Venkat,
    If different service agents exist in the shipment cost documents, a
    corresponding number of condition lines (with value 0) must be     
    specified in the purchase order item. These can always belong to the
    same condition type (in schema 'Manual') or also to different      
    condition types (not 'Manual'):                                                                               
    a) Manual condition lines: If the condition type in the schema of  
        the purchase order is marked as 'manual', the condition type must
        be created (with value 0) in the purchase order item before the 
        goods receipt. If delivery costs are expected from different 
        service agents, several non-valuated entries must be generated  
        for this condition type. If more condition lines exist than     
        required, these are then no longer taken into account. If       
        condition lines are missing, the last service agents are not    
        settled.                                                        
        - Advantage: You only have to define one condition type for the 
        delivery costs.                                                 
        - Disadvantage: Each purchase order must be processed manually  
        before the goods receipt.                                                                               
    b) Automatic condition lines: If the condition lines are to be     
        generated automatically for the delivery costs (the condition   
        type is not flagged as 'Manual' in the schema), the schema must 
        have enough condition types to settle several service agents. If
        more condition lines exist than required, these are then no     
        longer taken into account. If condition lines are missing, the  
        last service agents are not settled.                            
        - Advantage: The goods receipt can be carried out without manual
        preparation beforehand in the purchase order.                   
        - Disadvantage: You must define identical condition types with different names.
    Regards, David

  • Delivery deletion after shipment ended

    Hi,
    We have a delivery 285054013 that has not been goods issue and need to be deleted but NO action can be done because there is a shipment cost doc, and the invoice has been receipted and paid.  We know the cancellation procedure before invoice has been receiped and paid but need to know what to do with this one.
    It is not possible to revierse the invoice as it already been cleared. The invoice xxxxxxxxxxx should not be reversed now as this has already been cleared with payment doc -xxxxxxxxx.
    This payment doc has cleared xxx other invoices. Reversing the above invoice would mean making all these docs as open item.
    Please suggest a solution
    Thanks
    Rama

    hi,
    why you want to delete the delivery after clearing the payment.
    regars,
    balajia

  • Each Delivery to each Shipment Cost Item

    I'm creating shipment cost documents (vi01) for a Shipment document with 3 deliveries.
    The shipment cost document has only one item with 3 subitems. And is checking for the price condition record using the data of the first delivery for the 3 subitems.
    I would like to have one item for each delivery document in order to avoid this situation but I can't figure out how, any idea?
    Thanks in advanced
    Fortian

    As I've read: "The items refer either to a shipment header or a shipment stage"
    I close the thread (I will open a new one with a more specific question)
    Thanks

  • Free PO with shipment costs from shipment cost document

    Hello,
    We have a scenario where materials is received free from vendor but shipments costs are still paid to the vendor.
    For shipment costs, we are creating inbound delivery against PO, then Inbound shipment and inbound shipment cost document.
    The requirement is that shipment costs should get updated in Moving avg price.
    But If I am marking Purchase order as Free,  shipment costs are also not getting updated during GR as system also considers shipments free of charge.
    Is there a way to handle this problem.
    We are creating GR through vl32n and not through MIGO.
    Regards
    Karan

    Hi,
    You can try this solution.
    1.Do not tick the free indicator
    2.Create a condition type for discount and put 100% discount for that condition.
    3.Create a condition type for shipment as a value (delivery cost) without accruals tick in the codition type(customizing).
    4.Enter the shipment cost for this condition.
    5.Set the pricing procedure in such a way that the gross price of the PO will not consider this shipment cost.Hence the gross price of the PO will be zero (Free of  cost) but the net price will consider the shipment cost.
    This shipment cost will get loaded on to inventory.
    As you have defined the shipment condition type as delivery cost condition type , you can change the vendor in details of the condtion if required.
    Cheers,
    Satish Purandare

  • Select multiple boxes at time of Outbound Delivery processing with scanner

    Hi all,
    I am facing a problem at time of processing outbound delivery. I am bound to select 1 box and its corresponding HU. This reduces productivity of end users. I want to know if there is any possibility to select multiple boxes at one go using a scanner, so as to attach all HU at same time.
    Regards,
    Ajay

    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