Unpacking HU assigned to Delivery with RF (LM25)

Dear,
I am experiencing problems once I try to unpack picked Materials (Transfer Order is confirmed) from a Handling Unit assigned to an Outbound Delivery by means of RF.
What I actually want to do is repack (1. unpack Materials from picked HU, 2. pack Materials into new HU with other Packaging Material).
Note that Handling Unit Management is active and Goods Issue is not yet posted for the Outbound Delivery of course.
In VL02N I can easily do this from the Packing screen (select picked HU, Empty, enter Packaging Material/create new HU, select new HU + Material, Pack).
Now when I try to unpack with LM25 (I saw on this forum this is the transaction for Unpack HU by Delivery), by entering the HU concerned, the system tells me:
Wrong object ID
for HU 1000001010
What am I doing wrong here and how can I make it work?
Thanks a lot in advance for any clues!
Kind regards,
Bart

Hi
I'm not sure if this is all related to your issues, but it might be useful info. We got an external specialist to assist with my issue and he showed me how to unpack using LM61. As some of the posts suggest, you cannot use e.g. LM25 or LM22 directly as those screens first require important input from LM61. RF Steps to Unpack:
a.) LM61->Scan Delivery and F4 Nxt
b.) F2 More
c.) F11 Unpack
d.) Scan HU
e.) F4 ByMt (Unpack Materials from HU)
f.) Scan Material in first input enabled field
g.) Type Quantity (to unpack) in second input enabled field and ENTER
(Notice that there are 2 entries for the same material/qty - the one has the checkbox selected and the other doesn't. See it like a positive and a negative)
h.) Now if you save, you'll get a success message that 'Handling unit was unpacked'
The other issue I had was to Unpack a HU child from HU parent. It is very similar to the above. The only difference is that you must scan the child HU to unpack in the last screen and enter/save. I think the idea from SAP is so as you take the HU out of the Parent HU, you scan it, enter and save after you're done unpacking. But just one important note. We have an important requirement that you cannot unpack a Loaded HU or even if the Parent HU is loaded. SAP allows this unpacking with LM61 and we had to build in those validations. Also another nice-to-know is that you can set a breakpoint at SE37 WS_DELIVERY_UPDATE_2 if you'd like to see how SAP unloads using this function.
Best regards,
Adrian Bruwer

Similar Messages

  • Error while creating delivery with reference to STO

    Hi,
    I am getting the following error while creating the delivery with reference to STO
    Document is incomplete: You cannot save the delivery
    Diagnosis:
    When the system checked whether saving delivery was
    permitted, it determined that the requirements stored in
    Define Incompletion Procedures for this document do not
    allow this subsequent function.
    I have checked the following already:
    1. Maintained shipping data for both the supplying and receiving plants.
    2. Shipping tab exists in the PO
    3. Shipping point determination is checked.
    4. Customer masters created for both supplying plants and receiving plant for the sales area created for STO
    5. Material master is available in both receiving and supplying plants.
    It is working fine in one client. and giving a problem only in the other.not able to figure out where the error is. appreciate your suggestions
    regards
    joe

    Hi Joseph,
                     First go to transaction "VUA4" and see what is the incompletion procedure asigned to your delivery type. Then go to
    "OVA2" and see what are the fileds maintained in incompletion procedure of the delivery type and the status groups assigned to them. Now you go to "OVA0(ZERO) and see whether the status group allows to save the delivery. If it doesn't you can untick that check box. But if this is a live system , i doubt if you would be bale to do that. Any way one of the possible causes is storgae location missing. Kindly pelase let me know If you need any more infromation on this.
    Regards,
    Ram Pedarla

  • Packing handling units to outbound delivery with batch management

    Hello all,
    I am packing an outbound delivery with a material that has batch management active. The packing is from a storage location that manages handling units (HU-managed sloc).
    My problem is u2013 before entering the HUs to the delivery u2013 the system asks me to enter the batches (in the batch split function). Only then I am allowed to enter the HUs in the packing function.
    What could be the reason for this preliminary batch entries ?
    How can I set the system not to do that, i.e., I would like to be able to enter the HUs directly without entering the batchs separately.
    Thanks,
    Isaac

    Dear Isaac,
    this system behaviour can not be changed in standard and is also not recommended to change it via a modification. The reason for this system behaviour is to avoid inconsistencies in the system. The HU that you assign to the delivery, should exactly fit to the delivery. In case if the material is batch managed, you should specify the batch first, and then add the fitting HU with exactly that batch.
    I suppose you checked the longtext for HUDIALOG102, that you get in the described case, but I copy it for you, in case if you did not read it:
    "Diagnosis
    There are items to be handled in batches which have not yet been
    assigned to a batch.
    Batches must be recognized for items with HU-managed storage location
    For items at a storage location that is not HU-managed, the item type
    determines if packing will take place at cumulated item quantity level
    (meaning that the batch is not recognized at any point in the handling
    unit) or if packing must take place at batch level.
    System Response
    If an item requires batch identification, that item will not be
    suggested for packing as long as the batch is not recognized.
    Procedure
    Go to the maintenance of the delivery item and assign at least one batch
    to the item."
    Regards,
    Ely

  • DELETE Delivery with BAPI BAPI_OUTB_DELIVERY_CHANGE

    Hi all
    i try delete delivery with the bapi BAPI_OUTB_DELIVERY_CHANGE, but isn't don't.
    i don't know why, what's wrong
      loop at gt_likp assigning <gs_likp>.
        gf_delivery = <gs_likp>-vbeln.
        gs_header_data-deliv_numb = <gs_likp>-vbeln.
        gs_header_control-deliv_numb = <gs_likp>-vbeln.
        gs_header_control-dlv_del = 'X'.
        call function 'BAPI_OUTB_DELIVERY_CHANGE'
          exporting
            header_data                   = gs_header_data
            header_control                = gs_header_control
            delivery                      = gf_delivery
    *       TECHN_CONTROL                 =
    *       HEADER_DATA_SPL               =
    *       HEADER_CONTROL_SPL            =
    *       SENDER_SYSTEM                 =
          tables
    *       HEADER_PARTNER                =
    *       HEADER_PARTNER_ADDR           =
    *       HEADER_DEADLINES              =
    *       ITEM_DATA                     =
    *       ITEM_CONTROL                  =
    *       ITEM_SERIAL_NO                =
    *       SUPPLIER_CONS_DATA            =
    *       EXTENSION1                    =
    *       EXTENSION2                    =
            return                        = gt_bapiret2
    *       TOKENREFERENCE                =
    *       ITEM_DATA_SPL                 =
    *       COLLECTIVE_CHANGE_ITEMS       =
    thx

    Hi,
    1) Use BAPI_TRANSACTION_COMMIT after Bapi.
    2) Check whether any subsequent documents has been created against the delivery (Refer to VBFA table).
    Regards
    Vinod

  • Delivery with Multiple Batchs

    Hi all,
    My client has requirement while delivery with reference to sales order there want to use multiple batch can we map this functionality in sap
    example
    sales order is for 1000 tones but the material available in different batch like batch - 1  500 tones , batch -2 250 tones , batch - 3 250 tones. while creating delivery document we need to used these 3 batch and as per sap standard there is no such functionality to enter multiple batch in delivery
    please guide me this functionality can we map in sap
    Thanks
    Rajesh

    HI,
    Just remove the batch in the sales order and do delivery here two cases are exist 1.automatic batch split and 2.manual split.
    1.suppose if u want automatic split just press the button "batch split" in the line item of delivery then system automatically splits the delivery qty into batches based on availability in batches.
    2. manual split just split the delivery qty 1000 into 3 line items with the require qty to deliver and press F4 in the batch assign here batches manually.
    your requirement definately done in standard SAP.
    any queries revert back to me.
    Regards,
    kishore

  • Automatic output assignment for delivery document

    HI
    Can any bady let me know the pre requisites for automatic output assignment for delivery document with reference of PO(stock transfer order)
    As of now i configureded every thing fine, i add manually the output is working fine, and i created condition record also. only the things in this is
    i need this output automatically when i save my delivery document
    Regards,
    Vadivel

    Dear Vadivel,
    Go to your delivery output procedure control data here you you keep Manual only check box as uncheck for your Replenishment delivery output type.
    Also check the Requirement assigned to your Replenishment delivery output type.
    I hope this will help you,
    Regards,
    Murali.

  • Can we print handling unit label before assigning to delivery

    I created handling unit and assigned the output type in the handling unit, I tried to create label through VL74 but not succeded. Kindly let us know whether we can print the label without assigning to delivery document.Kindly let me know if any other options are there.
    THanks

    Hi Prakash,
    Thanks for your reply. I am bit confused with your statement. I create handling unit number and assigned output type in HU02, now i am trying to print labels from VL74 tcode, but failed. No results in VL74 output.
    It seems VL74 can be used for HU prints only after assigning to Delivery number.
    Regards,
    Lakshmikanth

  • Create item delivery with zero or total quantity (even if available stock)

    Hello!!
    My requirement is create a item delivery with zero or total quantity, but not only the stock available at this moment. The item only will have 2 possibilities: 0 quantity or total quantity of the sales order.
    Example of the current process:
    Material M-10: Stock available: 2
    M-10: Item in sales order: 6
    M-10: Item in delivery: 2  --> should be 0!!!
    Material M-20: Stock available: 10
    M-20: Item in sales order: 5
    M-20: Item in delivery: 5
    In M-10, quantity in item delivery should be 0. (my category item delivery allows quantity 0).
    Do you know if there is some customizing for this requirement? All quantity from sales order or 0 in delivery item.
    Thanks in advance,
    Jen

    Hi,
    for complete delivery:
    Entering the Indicator
    There are two places where you can enter this indicator:
    Customer master record
    This indicator belongs to the shipping data for a customer within a sales area. You enter an X in the Complete Delivery field on the shipping screen of the customer master record. The indicator is copied into the order header.
    Order header
    You can also enter the indicator X in the Delivery field on the business data screen of the order header.
    If you try to partially deliver an order to which you have assigned a complete delivery indicator, the system will inform you that the customer requires complete delivery of the order. All items must be delivered at the same time. The items cannot have different delivery deadlines.
    If the system cannot include all the items with the total order quantity in the delivery, you receive a message that the customer requires full delivery.
    If you enter the complete delivery indicator X, you must set the partial delivery indicator to C (no partial deliveries allowed).

  • Problem in creation of delivery with reff to order

    Dear,
    Experts
    while am creating Delivery with the refference to Sales order that time it is giving a error that is
    Material 51110002 is not defined for sales org. 2000 distr.chann. lang. E.
    Please give some valuable input for which i will solve my problem .
    Susmita

    Hi
    After reading your reply i feel there is some programming debug happening in your system
    See that materials are not getting updated  with the  correct sales orgs and DC combinations in  the proper delivery tables that is in LIKP and LIPS
    Rightnow i dont have access to SAP to guide you further
    In SE16 in both  LIKP and LIPS tables please check whether the material is available in the correct sales org and DC combinations
    Mostly it will not be there
    That is why you are having problem in delivery
    Why delivery tables is not getting updated has to be checked with ABAPer only
    Please try to create another sales order for this material and see whether you are getting this error at order itself
    If in MM01 if the material is extended for the above sales orgs and DC's
    Then again there will not be any error in sales order
    Then we can conclude that there is problem in delivery tables
    Regards
    Raja

  • Delivery with reference to PO

    Hi all,
    Can we create Outbound Delivery with reference to the Purchase Order from customer directly?
    If yes what is the procedure.
    Regards,
    Bhaskar.K

    Hi Vijay,
    You can do it using VL10B. GIve shipping POint, Go to Purchase orders and give the PO number and execute, delivery will be created. The go to Vl02n and chcek the delivery.
    Reward if it helps
    Regards
    Srini

  • Delivery with reference to project

    Hai experts
    Can we do delivery from project...........
    document type :  LP i read
    In which senario it will used.........
    Thank u
    regards
    anjan

    In case of scenarios like construction projects/turnkey projects we will use delivery with ref to a project.
    A WBS element has to be there for this to work in this through T Code --> CJ27.
    Reward Points if it helps,
    Regards,
    N

  • How to create Delivery with sales order FM/BAPI

    Hi Gurus,I'm new to  SAP  platform
    I have created sales order ,
    with this i need to create Delivery(vl01n)
    so i need to give 'Shipping Point','Selection Date','SD Number'
    so could any one tel me which FM/BAPI is suitable to create
    Outbound delivery with 'sales order number', 'Selection date' and
    "Plant or Shipping Point'.
    With these Import parameters i need  FM/BAPI .
    Thanks  in Advance
    Siva Kumar kasa.

    I   have created delivery  with  that  BAPI 
    giving   'batch number'  but  it was  not  updated,so  can u tel me
    any related field  which need give to change batch field  also.

  • Creation of delivery with zero stock

    Hello,
    I have two SAP system, on both system the OSS note below was implemented:
    712516 Delivery item created in spite of VL367 with quantity 0
    On the 1st system, when I create a delivery foritem category LZN that has no stocks the system is allowing me, even if
    I have set value u201CBu201D in the field u201CCheck quantity 0u201D in customizing/configuration of delivery item category LZN (transaction
    0VLP).
    While on the 2nd SAP system, it is not allowing me to create the delivery with the same setup of the 1st system.
    I tried to compare both systems, but I cannot find the difference on why the 2nd SAP system it is not allowing me to create the delivery.
    Is it really possible to still create a delivery for an item category with value u201CBu201D in the field u201CCheck quantity 0u201D in customizing/configuration of a delivery item category(transaction 0VLP)?If yes, could you explain to us how is this possible in SAP?
    My objective here is to proceed delivery even with value u201CBu201D in the field u201CCheck quantity 0u201D in customizing/configuration of a delivery item category(transaction 0VLP) was activated.
    Thanks & Regards

    "On the 1st system, when I create a delivery foritem category LZN that has no stocks the system is allowing me, even if
    I have set value u201CBu201D in the field u201CCheck quantity 0u201D in customizing/configuration of delivery item category LZN (transaction
    0VLP). "
    This sounds like inconsistent incorrect behaviour to me. Do you have any user exit / BADI coding influening this? If so, does the issue occur when you skip the custom code?

  • 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.

  • Creation of Inbound Delivery with reference from PO

    Hi,
            I use this FM-BBP_INB_DELIVERY_CREATE for creation of inbound delivery.  Delivery date is  same  Actual GR date means it's working fine. But i give less than or greater than Actual GR date  means it shows following error,
              'Acknowledgment for PO item 10028 00010 contains date variance'
        Please tell me how to correct this error.Otherwise tell me correct FM/BAPI to create inbound delivery with reference from PO

    Hi Anjaneya,
                My business process is,(In MM side)
         I create one purchase order(me21n) mention Delivery Date is 24.08.2011 and Delivery Qty is 20 etc......And raise the po to vendor.
       In vendor side, check the po details and perform confirmation process i.e creation of inbound delivery using FM BBP_INB_DELIVERY_CREATE. I give the following  inputs,
            Import
              IS_INB_DELIVERY_HEADER -DELIV_DATE  = 26.08.2011
             Tables
             IT_INB_DELIVERY_DETAIL -MATERIAL = M1
             IT_INB_DELIVERY_DETAIL -DELIV_QTY  = 20
            IT_INB_DELIVERY_DETAIL-UNIT = EA
            IT_INB_DELIVERY_DETAIL-PO_NUMBER = 0000010028
             IT_INB_DELIVERY_DETAIL -PO_ITEM  = 00010
    If run this FM shows the following error
           '      Acknowledgment for PO item 0000010028 00010 contains date variance'
                    Please tell me how to correct this error.

Maybe you are looking for