Output from Handling Units

Hi Experts,
we are printing Output Labels for Handling Units after saving a Shipment.
Following case:
User save a Shipment and all HU-Outputs are created.
If the User delete this Shipment and create another one with another Delivery ID (withsame ****-to-Party, Materials, HU...), the system don't print the HU-Output because it already exist (into VL74). We have to print it manually with Processing Mode 2.
Can I use a User-Exit (i.e. EXIT_SAPLV56U_002) to re-print the HU-Output? Which Delivery ID contain the HU-Output (the old or the new one)?
Regards,
David

Hi David,
you can use VL71 to reprint the out puts. Kindly check.
Regards,
SK

Similar Messages

  • R3 to CRM - pass value from Handling unit in R3 to CRM One Order

    Hi all,
    Scenario is that CRM (v7.0) One Order gets replicated in R3. Delivery and Handling unit documents are created in R3.
    From handling unit, I need to pass Customer packaging material (VEKPVB-VHILM_KU - can be seen at the item level, additional data tab) back to CRM One Order. Is there any way to do this?
    Thanks
    Vinoth

    <-I guess maybe the root of my question is how to reference a text box in a report through Javascript or basic HTML?->
    Reference the item in JavaScript with like this
    var parentWindow = window.opener;
    parentWindow.document.getElementById(itemId).value = someValue;
    You can set the id of the item in your report by utilizing the sixth parameter of the apex_item.text function, which is defined in the documentation as:
    APEX_ITEM.TEXT(
    p_idx IN NUMBER,
    p_value IN VARCHAR2 DEFAULT NULL,
    p_size IN NUMBER DEFAULT NULL,
    p_maxlength IN NUMBER DEFAULT NULL,
    p_attributes IN VARCHAR2 DEFAULT NULL,
    p_item_id IN VARCHAR2 DEFAULT NULL,
    p_item_label IN VARCHAR2 DEFAULT NULL)

  • Pass info to CRM Order from Handling unit in R3

    Hi all,
    Scenario is that CRM (v7.0) One Order gets replicated in R3. Delivery and Handling unit documents are created in R3.
    From handling unit, I need to pass Customer packaging material (VEKPVB-VHILM_KU - can be seen at the item level, additional data tab) back to CRM One Order. Is there any way to do this?
    Thanks
    Vinoth

    Dear
    i think you can transfer in MB1B 411k M.Type

  • How to get Storage unit and Warehouse number from Handling Unit.

    hello all,
    I have Handling unit and Material in my program as an input, using these two fields i have to get corresponding storage unit and ware house number, to pick up transfer order.
    Can anybody explain me who can we get Storage Unit and Warehouse Number from Handling Unit.
    I know we can pull transfer order from table LTAK & LTAP using warehouse number.
    But i dont understand how to get warehouse number from handling unit.
    There is table LSUTO which has warehouse and Handling unit relation, but in our system there is not data maintained in that table. So, i was just wondering how can i get warehouse number from the given handling unit number.
    please guide me
    thanks
    Edited by: Mr A on May 12, 2008 1:23 AM

    Hi ,
        Check out the handling unit item table VEPO. You got storage location(LGORT) in it.
    Reward points if it was useful.
    Regards,
    Abhishek

  • Deriving/ change the item category from handling unit

    Hi SAP GURUS,
    In vl01n I want to derive the item category based on the handling unit. Hnadling unit is derived from the payment terms.
    Please let me know the required configuration or the development for this.
    Thanks

    i need ur help regarding the Sales order item category redetermination.
             we are having two item categories YNAE and YNAG and it contain schedule  line categories CP and CB ( i.e for item category  YNAE schedule line category is CP and 
             for item category  YNAG schedule line category is CB), for YNAG Purchase Requisition is automatically created becz of functional setting on save and it is working fine.
             For every line item in sales order line item level item category YNAE will be determined by default as per functional settings.
             Now my requirement is that, if sales order line item doesn't contain 100% confirmed quantity, than i needs to change the default line item category YNAE to YNAG
             which i am trying to do it in USEREXIT_PRICING_PREPARE_TKOMP becz in this exit i am getting the values in XVBAP and XVBEP and  it is working fine .
             But schedule line category is not getting redetermined automatically what i mean is, if i change the item category to YNAG from YNAE in user exit corresponding schedule line category CB of YNAG is getting determined automatically at the schedule line level and if ichange the schedule line categories in XVBEP in exit USEREXIT_PRICING_PREPARE_TKOMP, changes are reflecting at the schedule line level but Purchase requisation is not getting created for schedule on SAVE and its delivary dates are also not getting determined properly. If press the option ATP check at the schedule line level than very things will getting corrected in the order.
    i am using UPDKZ = U  in both xvbap and xvbep for changes
    I feel that i am not doing this in proper way, do u have any idea about how to redetermine item category. please let me know if u have any idea .
    Regards,
    Vaddepally Manoj

  • Goods receipt on a PO from handling unit

    I need to do GR on a PO from a handling unit. Basically i plan to create a handling unit when the goods are received, pack the materials that are received into this HU and post the GR with this HU against the PO.
    I want to avoid the inbound delivery for the PO.
    i planned to use VLMOVE but unable to add the movement type 101 to handling units tab. Can you please guide how to add this.
    The other option that we are considering is doing it through ABAP but we have not found any BAPI for this. Please help if you have some idea on this .

    Hi,
    You can not use VLMOVE with 101.
    If you want to avoid the inbound delivery, you need to :
    receive the materials on a MM storage location that is not HUM managed,
    create the HU with HU02 on the MM storage loc
    and then do a VLMOVE from this MM storage loc to your HUM storage loc with movement 311.
    I did it on one project. Works well.
    But inbound delivery is better from my opinion.
    Rgds,
    Philippe

  • REG: Tracking Number Generation from Handling Unit Number

    Hi All,
    I have a scenario where I need to generate the Tracking numbers from the handling Unit Numbers.
    For a Delivery :  Handling Unit entry exists but there is no entry for the Tracking Number.
    I am basically a ABAPPER and now need the Steps/Logic to generate the tracking Number.
    Any sorts of help/hints shall be appreciated.
    Steps to generate the Tracking Number using the Handling Unit Number.
    Thanks and Regards
    Srikanth.P

    Hi ,
        Check out the handling unit item table VEPO. You got storage location(LGORT) in it.
    Reward points if it was useful.
    Regards,
    Abhishek

  • Weight from Handling Unit not copied into outbound delivery weight field.

    Hi,
    We create handling units with hupast and with a weight interface. If we select the HU in the outbound delivery, we need the total weight of all HU displayed in the outbound delivery. This is not happening. The total weight which is shown is the weight of the material master.
    How can we put HU weight in the outbound delivery?
    Thank you,
    Eric van Zundert.

    hi Eric,
    you habe to do this with a user exit.
    In the deliveries, there is only one good userexit at the time save dcoument prepare. -- there is a oss - note for it.
    I copy at every save the sum of the HU-weights in the fields of likp.
    Additionally at time of goods out - boocking, i collect the LIKP-weight upon all positions of the lips, so that the sum of lips-weights will give the likp-weight.
    You need to do this, because in invoice, the weight is taken as sum of the positions and the following processes of export will also take the weight of the invoice-position.
    hans

  • Getting shipment number from handling units

    Hi Abapers,
    is there any bapi avaible to get the shipment number by passing handling unit identification number.
    Thanks & Regards,
    Swapna .

    Hi all,
    I found the solution to fetch shipment number based on handling unit.
    In table level, Go to SE11 transaction.
    Enter table name : VEKP.
    Pass VENUM(handling unit number).
    VPOBJ = 04
    and Execute.
    See the field value VPOBJKEY.
    This value is shipment number.
    If u got to table VTTK and pass this shipment number obtained previously. it will have entry with this shipment number.
    Thanks,
    Swapna p

  • Production order number from Handling unit number.

    Hello All,
    I need to get the Production order number(AFKO-AUFNR) for a given Handling unit number(VEKP-EXIDV).
    I tried many tables but could not find a way to get it. Please suggest a way to find it.
    Thank you everyone.

    See SAP note 62077, your application server was shut down, the numbers that are left in the buffer (that is, that are not yet assigned) are lost. As a result, there are gaps in the number assignment.

  • Manual Gross Weight from Handling Unit to Outbound Delviery

    Hi Friends,
    I have a question related to gross weight replication from HU to outbound delivery document.  During delivery process, for packing, system calculates the gross weight on the basis of weight from the material master however the weight is not accuare and for that we modify the value with the actual gross weight of the physical packing.  Now when return to the outbound delivery screen, system is not replicating the updated weight entered in HU and showing as blank value.
    Please help, is this standard behaviour or how to correct the problem...we are using ECC5.0
    Appreciate your support.
    Best Regards,
    Goutham

    Hi Gaoutham,
    This issue is related to suspicious development in user exit. I faced the same issue in an earlier project, where the HU weight is not changed manually when u go back to delivery screen. Finally developer had found the some Z table where it was mentioned like if sales organsation so and so... then it should not allow to change the weight manually and the remark was maintained as "X" in front of particular field.
    Please try this and confirm.
    Thanks & Regards,
    Rahul Verulkar

  • Handling Unit and Picking List Output

    Hello SAP Gurus,
    I am not able to generate the output for Handling Unit and Picking List. Can you please help me in configuring the same.Can you please do let me know the steps to be completed for the output.
    Thanks & Regards,
    Sunil

    Hi Sunil,
    1. TCODE NACZ -> Create a procedure.
    2. For this procedure you can define control sequence (Step, Control, Condition Type).
    3. TCODE NACE -> Choose Application V6 (Handling Units).
    4. Click on Output types.
    5. You can create your own output type here.
    6. For this output type you can give the access sequesnce.
    7. For the same output type, in Processing Routines, give the Medium (Printer, EDI, etc.), Print Program Name, From Entry, Form name (SapScript Name). If it is a smartforms then specify the name in SmartFrom coulmn.
    First 2 steps are depende on the requirement. You can go with standard settings.
    Thanks,
    Mandar

  • Handling Units Print Program

    Hi,
    I have handling units defined in VL01N to do the packing of the materials.
    Now it is necessary to print a label with the info of each HU.
    What is the stadard SAP Program to print these HU based forms?

    Hi Pedro
    The T Code for Printing Labels from Handling Units is VL74.
    However kindly ensure that the output type has been configured and assinged.
    with kind regards
    Sundar

  • Handling unit printout

    Hi Experts,
    I am ABAP consultant.
    I have handling unit document number, i wish to take a printout of this this document with output type assigned to document. can somebody tell me the procedure to print the handling unit document when output type is assigned in document.
    Thanks
    Ganesh

    Dear Ganesh,
    To get output for Handling Unit use
    T- Code     VL74
    To check the details of Output you can use
    T-Code  Nace
    If you have any concerns revert vack the same
    Regards
    Amjath

  • Error in Packaging: Required handling Unit Could not be found.

    Hi Experts,
    I am facing one typical problem of " Required handling unit could not be found." Though the users had done the packing all the packaging related screen appears  blank. And this problem is arising after some interval i.e. say for 6-7 outbound deliveries packaging related data can be viewed but suddenly for one delivery the data could not be viewed. Due to this handling unit data is missing on the packing slip and invoice. When i investigated the issue i found that no internal no are assigned to the handling units. Is it the system generated error or the transaction error i.e. packing-unpacking the material and then deleting the handling units without removing the material from handling units? Pl guide on the same.
    Thanks in advance.

    Ensure that
    a)  Number Range for Handling Units is maintained in VNKP
    b)  the required Packing Instruction and determination are maintained in POP1 & POF2
    c)  the value is maintained in material master sales:General/Plant data view against the field Packaging mat.type
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • How can I use methods of an object with private instantiation in my ABAP?

    Hello all, What is the work-around on using methods of an object marked as private instantiation? I tried to use concepts of <b>INHERITANCE</b> or <b>FRIENDS</b> of an object (<u>BCONTACT </u> in my case - a SAP standard object) but it did not work,

  • Error on HP-UX

    Hi. I have this class. * RtsPrintReport.java * Created on 6 ottobre 2004, 1.57 package reports.print; import net.sf.jasperreports.engine.*; import net.sf.jasperreports.engine.design.*; import net.sf.jasperreports.engine.export.*; import java.io.*; im

  • XI - 3.0 Adapter configuration

    Hi, can any one tell me how to confirm that XI adapters ( default ones wotever comes along with NW-XI)  have been installed successfully? Reg, Venkat

  • Java scripit error

    i got a Java scripit error, what is that and how do i fix it ?

  • Communication Channel Errors to be monitored in CCMS

    Hi, We have set up CCMS Monitoring templates for PI monitoring. We have a business requirment to send communication channel errors to the IT team via CCMS We have configured ALERTCATEGORIES and defined alert rules.  The communication channel errors r