Changing the Delivery

Hi..
if we create a delivery for a sales order and also do the PGI, can i go back and correct the quantity later or do i need to cancel the delivery and then re-post with correct units?
Also, can you please tell me the transactions/steps to change / cancel the delivery?
E..g: If you have an order for 50 units, and you created a delivery/ PGI  for 45 units and later can we go back and change the quantity to 50 units with out cancelling the delivery/PGI? If not, what is the standard way to handle this issue?
Also, what is the back order processing? Can it be used in these scenarios?

Hi,
If you have an order for 50 units, and you created a delivery/ PGI for 45 units and later can we go back and change the quantity to 50 units with out cancelling the delivery/PGI? If not, what is the standard way to handle this issue?
There are two ways
A. If you want the goods to go in the same delivery, reverse (VL09) the existing delivery and change the delivery quantity as required and do PGI
B. If the goods can go in a different delivery, creata a new delivery with the remaining goods and do PGI.
And if the invoice has alreday been created , Cancel invoice (Vf11/Vf02) -- VL09 -- VL02 -- VF01.
In the second case you can club both the deliveries into a single invoice.
Backorders
Orders for which goods are still pending to be shipped, this occurs when the quantity is insufficent.

Similar Messages

  • CRM 4.0 ABAP Changing the Delivery priority of an Order

    I tried changing the Delivery priority of an Order forcefully through the program  which I was able to do successfully using both the function modules CRM_SHIPPING_PUT_OB and CRM_SHIPPING_MAINTAIN  but when I tried changing the Delivery priority forcefully through the ORDER SAVE badi method-change before update using all the three function modules CRM_SHIPPING_PUT_OB, CRM_SHIPPING_MAINTAIN and CRM_ORDER_MAINTAIN it didn't work. I also tried to change it using the shipping BADI but it didn't work.
    Please Advise !!!!

    Hello Gerwin,
    Maybe you have to change the start event of your action to another one that occurs outside the CRM_ORDER_SAVE.
    There is another thread in the forum called "CRM BADI" where Aidan create an action that save a document.
    He is facing some problems too, but it seems that it is not a recursive call problem.
    Take a look at it...
    Regards,
    Mauricio

  • BAPI_SALESORDER_CHANGE using this i want to change the Delivery Block

    Hi ABAP Gurus,
    i am working on a urgent requirement of changing the Delivery Block of sales order VA02. I am trying to do this using FM            BAPI_SALESORDER_CHANGE .
    Please see the following code which i am giving for the time being.
    it_headerx-updateflag = 'U'.
    append it_headerx.
    it_bapischdl-itm_number = '00010'.
    it_bapischdl-req_dlv_bl = '01'.
    APPEND it_bapischdl.
    it_bapischdlx-itm_number = 'X'.
    it_bapischdlx-req_dlv_bl = 'X'.
    APPEND it_bapischdlx.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
      EXPORTING
        salesdocument               = '0000000560'
       order_header_in             = it_header
        order_header_inx            = it_headerx
      SIMULATION                  =
      BEHAVE_WHEN_ERROR           = ' '
      INT_NUMBER_ASSIGNMENT       = ' '
      LOGIC_SWITCH                =
      NO_STATUS_BUF_INIT          = ' '
      TABLES
        return                      = it_return
      ORDER_ITEM_IN               =
      ORDER_ITEM_INX              =
      PARTNERS                    =
      PARTNERCHANGES              =
      PARTNERADDRESSES            =
      ORDER_CFGS_REF              =
      ORDER_CFGS_INST             =
      ORDER_CFGS_PART_OF          =
      ORDER_CFGS_VALUE            =
      ORDER_CFGS_BLOB             =
      ORDER_CFGS_VK               =
      ORDER_CFGS_REFINST          =
       schedule_lines              = it_bapischdl
       schedule_linesx             = it_bapischdlx
      ORDER_TEXT                  =
      ORDER_KEYS                  =
      CONDITIONS_IN               =
      CONDITIONS_INX              =
      EXTENSIONIN                 =
    But the Delivery block is not changing from Credit limit to Pending Allocation
    But i am getting the following messages in the it_return table
    1     S     V4     233     ORDER_HEADER_IN has been processed successfully
    2     S     V1     041     No data was changed
    I am waiting for your suggestions
    Thanks in Advance

    Hi Prashanthi,
    Check whether delivery number is already created or not for that  order.
    If deliver already  existthen u can not create delivery block on that.
    and also check whther r u calling bapi commit after this.
    Regards,
    Siva

  • How to cancel the second ATP after changing the delivery date in the SO

    Hello,
    our solution creates automaticly a production order accorting to sales order.
    The system calcule ATP for each items at the creation of the sale order.
    Sometime, we change the delivery date on the scheduled line and SAP do another ATP. If the composants are not available we get an TSUP status on the order production.
    How can we cancel the second ATP ?
    Is it possible to cancel it when we change delivery date ?
    Thanks
    Regards
    Pierre

    I think its not possible to skip the atp during change of the sales order.  All these determinations will trigger before saving the order
    regards,
    Ramana

  • Can I use SD_DELIVERY_UPDATE_PICKING to change the delivery qty?

    hi experts,
    I have used  SD_DELIVERY_UPDATE_PICKING to updating the picking quantity in a delivery document and post goods issue. also want to use  the FM to change the delivery qty ,when the picking qty < delivery qty ; and do the post goods issue automatic .
    and i find the field :
       VBPOK-LIANP         *Change delivery quantity
    i do like this ,when  VBPOK-LFIMG > VBPOK-PIkMG ,
    VBPOK-LIANP = 'X'.
    VBPOK-LFIMG = VBPOK-PIkMG 
    but the FM also can't change delivery qty.
    please help me !

    Hi,
       We need only Delivery Number and its item for picking. I am not clear with what reference number you were referring to.
    Thanks,

  • Sales order as complete and change the delivery status.

    Hello All,
    We  produces an order but then the customer calls and does not want the material so we in turn will scrap the material against the production order using transaction MB1A mvmt type 951 E. 
    Since the material were scrapped and no material were shipped against the sales order, the sales order u201Coverall statusu201D remains open and the delivery status is u201Cnot deliveredu201D.
    To close the order  we u201CRejected line itemu201D and moved on.
    I would like to know if there is another way we can set the sales order as complete and change the delivery status. 
    Regards
    Amit

    Hello,
    you can use the status profile for the same. but a better way would still be to use the rejection reasons . the rejectionr reasons are very well integrated with the document flow as well as transfer of requreiemnts to Production
    so a best practise would be to use rejection reason
    hope this helps
    Thanks
    akasha

  • User exit or BADI to change the delivery date in ME51N  transaction

    Hi Gurus,
       I need a user exit or a BADI where I can change the delivery date in the item overview  tab for each material. I need to calculate the date according the vendor contact details.
    Please let me know if there is any BADI or a user exit for the same
    Thanks a lot!!!
    Sharath

    quick search for exits/badis: get package name and supply it into se80
    or
    se15
    thanq

  • Recently I moved from Spain to Australia, how can I change the delivery country of the photo albums?

    Recently i moved from Spain to Australia, how can I change the delivery country of the photo albums?
    I tried to change all my country information in my apple id but when I'm going to pay the photo album in iphoto 11 only can change the addres but not the country.
    thanks.

    iPhoto Menu -> Preferences -> Advanced
    Bottom of the page you can choose your Print Store
    Regards
    TD

  • Change of sales order address while changing the delivery address

    Hi,
    Problem: Changing delivery address in outbound delivery is changing the originating sales order address for one user while for a different user id the sales order and delivery has their different delivery addresses.
    Scenario:
    1. A new sale order is created and its address for ship to party is modified (to say A1)
    2. Delivery for the sales order is created and the ship to party address is modified (to say A2).
    While executing this scenario with two different users we are getting different result
    For user 1, after step 2 both the sales order and delivery has shipping address as A2
    whereas for user 2, sales order has address A1 and delivery document has address A2
    How can this difference in behaviour be explained?

    Found the solution myself,
    The standard behavior is being modified in the user exits V09A0001 ( Reference/duplicate decision making manual address). Also refer to note 97832 for detailed solution.

  • Order as Direct Material Changes the Delivery Address

    Hello,
    We have encountered an odd behavior when the Order as Direct Material button is pressed. The delivery address that previously displayed is changed to the plant address.
    Is this normal? Can it be de-activated so that is does not changes the address?
    Regards, Dean

    Muthu,
    Thanks for the reply.. been busy...Is there a way to change this behavior with BADIs, etc? I think I can do it BBP_DOC_CHANGE_BADI. However, I thought there might be a more elegant way .
    Regards, Dean.

  • Changing outbound delivery in EWM does not change the delivery in ERP

    Hello,
    I am working on EWM;
    I create an outbound delivery and it is transferred to EWM. If I reject the outbound delivery request in EWM, system adjust the quantity of delivery for both EWM and ECC.
    But if I activate the delivey the system creates a outbound delivery order(odo). But the problem is that when I change odo the delivery in ERP is not changed.
    Do you have an opinion to about what should i check in the system?
    Best regards.

    As example you can take:
    ex/code: DIFD
    Business Contx TPT
    Exec. Step 02
    Its for inbound delivery, there no record for outbond.
    But i still dont understand the buisnes reason for such process, cose if your customer order 500 PC for example, you warhouse workers simply change his demand and it's not correct, cose you can deliver this open amount later and sales person should decide. You task in EWM use exeption codes and process codes to close ODO or find other bin...
    Like i sad, at the time of good issue adopted amount EWM will send to ERP.
    For delete position from odo use trash button
    pick denal exeption code in WHT conformation.
    Edited by: Andrey Altabaev on Jan 19, 2012 10:11 PM
    Edited by: Andrey Altabaev on Jan 19, 2012 10:13 PM

  • System doesnt let me change the delivery quantity greater than sales order

    Hi,
    In delivery document , when I change delivery quantity greater than related sales order quantity , system just show the Message no. VL363 but let me change the quantity.
    Is it any way that system do not let me to change delivery quantity greater than its related sales order?
    thanks.
    Lida.

    Is it any way that system do not let me to change delivery
             quantity greater than its related sales order?
    Go to zeroVLP,  select the item category and maintain "B"  for the field  Check overdelivery

  • Change the Delivery address in a PO.

    Hi,
    I have a requirement where I have to maaintain a value to BUILDING CODE in a delivery address of a PO at the item level. For a specific company code I would like to maintain that at runtime, scenario includes posting data Via BAPI, IDOC etc.
    Any specific user exit, BADI or Enahncement spot which gurus can suggest.
    Thanks,
    Suresh

    Hi Gautham,
    Thanks for the quick reply.
    I don't see an option to Change the address in the BADI(ME_PROCESS_PO_CUST), I don't see any parameters that are carrying the address fields.
    Thanks,
    Suresh

  • Why can't I change the delivery country when I buy cards?, why can't I change the delivery country when I buy cards?

    hello , please I need help, I want to order some printed products like cards and books from iphoto, but when it comes to the shipping I cant change the country.
    thanks Anita

    You do know that products can only be shipped to the same country as that of the billing address of the credit card used to purchase the products.
    OT

  • Fn. module to change the delivery

    Dear Experts,
        Can some one please suggest me a Fn. Module/ BAPI to change the fields
    LIKP-BTGEW and LIKP-ANZPK.
    I found that the BAPI 'BAPI_OUTB_DELIVERY_CHANGE', doesn't have these fields to change.
    Thanks in Advance
    -Amit

    >
    Keshav.T wrote:
    > check ws_delivery_update
    Thanks Keshav,
        But this fn. module doesn't have these fields to change.
    Please correct if I'm wrong, and suggest if there is any other function module or a bapi.
    Thanks
    -Amit

Maybe you are looking for

  • Please tell me I haven't lost years of data

    My hard drive recently failed so I had it replaced. First time I haven't bought Applecare and the first time I actually needed it. Sigh. So, I told the people who replaced it that I could install the operating system myself. Which is what I have spen

  • Save As feature in JSP

    Hi there, I have a JSP where the user needs to be shown a dialog box onclicking the "Browse" button (like the "Save As" feature on browser right click). Currently the way I have it is that I have used Input type="file" in my form in the JSP. But the

  • How to create objects in ABAP Webdynpro?

    Hi, I want to create the object for the class: <b>CL_GUI_FRONTEND_SERVICES.</b> then i want to call file_save_dialog method. how shoud i write the code, plz?

  • Creating Closed Captions in Final Cut Pro

    Does anyone have any reference information on adding Caption Files to Final Cut Pro?

  • Snowflake design in OBIEE

    Hi All. I have a query here w.r.t snowflake dim in OBIEE I have a Fact table and 3 dimension tables The joins are something like this DimB --> Fact A Dim C --> Fact A Dim D -->Dim B here Dim B is snowflake to Dim D In physical layer we have joins thi