How to Change Delivery quantity after creating Transfer order

Hi
I created a transfer order for my delivery with LT03. There is already non-ordered quantity in my delivery.
delivery quantity is 5 but transfer order's quantity is 4.
i want to change my delivery quantity without confirming the transfer order.
Is it possible
is there any customization or function for that work ?
in se37, i tried BAPI_OUTB_DELIVERY_CHANGE. it returned the error "there is an unconfirmed transfer order"
Moved to SD froum from LE forum at the request of OP
Edited by: Csaba Szommer on Apr 18, 2011 1:21 PM

If you set "Copy WM quantity as delivery quantity into delivery" for your WH/wm-mvt combination in WM/Shipping interface, the delivery quantity will be always adjusted to the picking quantity ("1" in field V_T3333-WMMUE).
The same can be achieved manually as it was told you by Andrzej.
There's no separate function modul to do this.
When system is processing FCODE "KOMU_T" (manual process) the delivery quantity will be changed in include MV50AF0F_FCODE_KOMU in internal structure "lips":
      IF xlips-pikmg > xlips-lfimg OR likpd-kzebu IS INITIAL.
        PERFORM check_and_set_pikmg_lfimg CHANGING lf_subrc.
        CHECK lf_subrc = 0.
      ENDIF.
But this is one thing, there's some preparation before this step and and the change in "lips" will cause the change of "xlips" later on, etc.
So, it is related to several programs (includes) and forms.
Please contact your ABAPer if you are not familiar with technical things.
Edited by: Csaba Szommer on Apr 18, 2011 10:55 PM

Similar Messages

  • How to pick additional delivery quantity after creating Transfer Order .

    Hi
    Sales order has been created for 30 pc of material ,  with reference to this  sales order , delivery  has been created .Afterwards  I  created  transfer order in lt03 and got it confirmed  in LT12. However , PGI has not been carried out .
    Afterwards ,  I went to  VL02N and manually increased the materialsu2019 quantity to 60 pc in delivery  .
    In delivery packing status is partially picked .
    I request you to help me how can  I pick another 30pc as already transfer order has been created and confirmed for this delivery .
    Either system is not allowing me to cancel transfer order in order to create   fresh  transfer order to with reference to this delivery . Otherwise , I could have done it .
    Could you please suggest me , how to go about it .

    Hi
    There is an excellent way to handle your issue
    While creating TO in t code LT03 in the initial screen control tab if you give pick quantity as 2 after the TO creation the system will simultaneouslely do PGI also in a single shot
    This means the delivery quantity cant be changed in the VL02N
    The whole VL02N will be display mode fully greyed out
    That means after TO you cant change the delivery
    If extra qty has to be added then it has to be a separate order only
    I have practised this only and for the past two hrs i was breaking my head how come you are changing delivery after TO creation and for me it was in display mode(fully greyed out) even in VL02N and i found out i am using adopt pick qty as 2 in the initial screen of LT03 which does PGI in a single shot
    This should be a good solution for you
    Even the solution suggested by Mr.Raj Malhotra you will face the same problem
    Regards
    Raja

  • How to change CUBE properies after create

    Hi,
    I am using AWM 102020A, I have created a CUBE and now want to go back and change some of the implementation details , is it possible to change :-
    Tab -> Implementation Details
    1. Order of dimensions
    2. Sparsity checkbox
    3. Partition Details
    Tab -> Cache
    1. Turn on session cache if checked off.
    Seems these are locked down after create, how can I change these details.
    Thanks for any help,
    Brandon

    Since you are you using the 10.2.0.2 version of AWM I suppose the database version you are using is also 10.2.0.2 or below.
    So to my knowledge the answer is no.
    If you are on the 10.2.0.3 version you have some more options because of the integrated sparsity advisor. Then you would have had the opportunity to recreate the cube. I have never tested the actual recreate function, but I've tested the sparsity advisor and saw that I could change if the cube was to be compressed, what dimension to be sparse etc.
    Seems like to have to have the 10.2.0.3 version of the database for this to work.
    regards Ragnar

  • How to change delivery priority in stock transfer schedule agreements.

    Hi Experts,
    we have an issue, the delivery priority is changed in the customer master recently and the deliveries created for the old schedule agreements pick the old delivery priority. we need to change the delivery priority in schedule agreements.
    Is there a way to change the delivery priority(in item shipping data) in stock transfer schedule agreement(doc type= LU).
    I tried changing it in ME32L but its just a display.
    Thanks
    Mahendra

    Hi All,
    Can any one reply to this.
    Thanks
    Mahendra

  • How to change table name after creating page and application

    Hi HTMLDB Team,
    i have created a application with page where the region use master detail form with table name emp.Now after developing the page and the application i want to change the table from emp to emp2 where emp2 is the table with same structure of existing emp and same field properties.How can i edit the table as emp2 ?
    Thanks in advance,
    Cheers,
    koushik

    Koushik,
    Depending on the amount of customizations that you did, it may be easier to use the wizard to re-create the master-detail form & report.
    If you still want to give it a go:
    Assuming that you created the 2-page Master Detail report & form:
    On the first page, you will have to chage the SQL to reflect the new table name. Once you do that, you'll have to re-create the link on the EMPID column.
    On the second page, you'll need to do some more work. You'll have to change both Page Rendering Processes: Fetch Row from EMP and Get Next or Previous Primary Key. You'll then need to change the Page Processing Process: Process Row of EMP. Also, ensure that you have a proper Foreign Key relationship between EMP2 and DEPT (or your detail table).
    Thanks,
    - Scott -

  • How to change appraiser / reviewer after creating the appraisal template

    Hi All,
    Once the Appraisal template created, if we have changes in appraiser / reviewer, how we can change the new names in the appraisal template in standard (other than T.Code: Phap_admin --> Change header data).
    For eg., we have created a document for PERNR 1 on Apr 1st for 01.04.2014 to 31.03.2015 with appraiser as Mr. XYZ, on 01.05.2014 Mr. XYZ left and Mr. PQR replaced that position. In this case, how we can replace appraiser name for PERNR 1 as Mr. PQR in the appraisal template.
    Please suggest.
    Regards,
    Venkat Nagam

    Koushik,
    Depending on the amount of customizations that you did, it may be easier to use the wizard to re-create the master-detail form & report.
    If you still want to give it a go:
    Assuming that you created the 2-page Master Detail report & form:
    On the first page, you will have to chage the SQL to reflect the new table name. Once you do that, you'll have to re-create the link on the EMPID column.
    On the second page, you'll need to do some more work. You'll have to change both Page Rendering Processes: Fetch Row from EMP and Get Next or Previous Primary Key. You'll then need to change the Page Processing Process: Process Row of EMP. Also, ensure that you have a proper Foreign Key relationship between EMP2 and DEPT (or your detail table).
    Thanks,
    - Scott -

  • How to change aspect ratio AFTER creating a project

    I created a project in FCPX and somehow it's got Black bars on the left and right (i think i created a 16:9 project and put 4:3 clips in). I can't enlarge the clips as they contain text that would be cropped out, so i need to turn my 16:9 project into a 4:3 project. Is this possible?
    Regards
    Mike

    Close your project if it's open by going back to the Project Library view (where you see all your projects). Select the project, open the inspector (command-4) if it isn't already open. At the bottom right of the inspector, click the wrench icon. Change your projects properties and click OK.

  • Change delivery quantity from VL10B

    Hi.
    We are trying to change the Delivery quantity while creating outbound
    delivery from purchase orders using VL10B. I see that the program hits
    the exits of MV50AFZ1 and we have tried overwriting the fields LFIMG
    and LGMNG of LIPs in the exits. However, the values are not getting
    changed.
    Can you please let us know whether changing the delivery quantity in
    the Overview screen is at all do-able?
    Thanks.
    Anuradha SenGupta.

    Hi Monica.
    No this field is not getting up, However if I change fields like LFIMG and LGMNG then these fields get changed in the Picking screen in the item level. This screen shows up when I double click on the Quantity in the Overview screen and it takes me inyo the details for the item concerned. So I dont think this is an issue with COMMIT WORK as the information in the PIcking screen does get updated. I however want this to be reflected in the Overview screen - is that possible?
    Thanks.
    Anuradha.

  • How to create Transfer order from material document   uFF08Move type is 101uFF09

    Hi all,
    is there any function module, BAPI to create transfer order from a material document number?
    I want to use FM L_TO_CREATE_SINGLE,but the result is "Movement type 101 for manual transfer orders does not exist".
    Is the parameters error?
    Thank you in advance
    Regards

    The error message you get is number 196 from message class L3, do a where-used on it from transaction SE91 and then put a break-point on each line result.  Afterwards, re-execute your function call and see which break-point is hit and investigate from there.
    With that said, you really should be using Bapi BAPI_GOODSMVT_CREATE for all goods movement operations.  It shares code with MIGO and executes the same Badi's and user-exits, so data integrity is not broken.  Don't forget Bapi BAPI_TRANSACTION_COMMIT to commit changes in the database after a successful call.
    cheers

  • Change material status after creating SO

    Hi Guru,
    i have created a sales order with material 'DCC001'.
    after creating the sales order the STATUS of material 'DCC001' should be 'Sales not allowed'.
    but, when i am checking the status of that material, its showing blank in field 'X-distr.chain status' which is in tab 'Sales: sales org. 1'.
    Please tell me how can i change the status after creating SO.
    Thanks & Regards
    Sohel

    Please post in correct forum..

  • Change in logic for selecting the Bin while creating Transfer Order

    Hi ,
    Currently the system follows SAP process of BIN selection which is as mentioned-
    With stock removal strategy Partial Pallet Quantity (A), system follows  below  steps to find the storage bin:
    1.SAP always compares the requested amount from the Transfer Order with the largest bin amount available in the stock.
    2.If the requested quantity of the transfer order is the same as or larger, the system removes the material from the largest bin amount first.
    3.If the requested quantity is smaller, the system removes the material from a storage unit for partial quantities in ascending order.
    Now the customer has requested a change which is -
    It wants to take in BIN in the FIFO order followed by partial pallet .
    Question is - Is this possible ?
    Cheers
    Disha

    Hello,
    May I add something to the discussion.
    If you are calling "OMLJ", you see on the left side the secion "Transfer requirements". If the box for "Manual TO creation not allowed" is ticked, you are not able to create the TO's by the manual transactions. Then only the system is allowed to create the TO's, for instance with the report RLAUTA10.
    I hope this anweres your question.
    Best regards
    Uwe Neuman

  • When I use Photoshop CS 6 to edit video, I don't know how to change video speed after I converted the clip to smart object?

    When I use Photoshop CS 6 to edit video, I don't know how to change video speed after I converted the clip to smart object? The clip color turns purple and it only allows me to add motion but not change the clip duration and speed anymore.

    Thanks for the reply and as a work around method I used the Photoshop to do all the adjustments then export the video to iMovie to finish the final cut. I also have a problem to paint or clone on a blank video layer created in Photoshop. It tells me the time is beyond the target frame time, I don't understand the message. Can you explain to me what did I do wrong? Thanks a lot!
    John Wang
    801-3618742
    [email protected] 
    http://johnwanggallery.shutterfly.com  

  • How to change  delivery  block for all item in the schedule lines via va32

    dear sap expert:
    i onle can  change delivery block for one  sales order item in the schedule line  every times via va32,it will take so many time because there are hundreds of item  in a sceduling agrrement. how to change all the item  one times.
    please give me a way to resovle the problem.
    best regards.

    dear:
      the fast change function cann't resovle the problem,i first double click the item of schedule agreement  ,then select the schedule lines option, finally in the delivery block input the reason of bolck.
    best regards.

  • 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

  • How to change SelectionColor in TLFTextFielfd created with new TLFTextField(); syntax?

    How to change SelectionColor in TLFTextFielfd created with var txtTest:TLFTextFielfd = new TLFTextFielfd(); syntax ?

    You have posted in the AS1/2 forum.  If you are using a TLFTextField, it can only be used with AS3.  You might need to repost in the AS3 forum if you truly intend to use the TLFTextField.  As far as I can see there is no SelectionColor (or selectionColor) property for the TLFTextField.
    Also, in every instance of the word you have mis-spelled it...
    "TLFTextFielfd" should be "TLFTextField"

Maybe you are looking for