Handling Unit - Print profile functionality

Can you please let me know how to enable HU print profile functionality? I have created two different print profiles for V6 (Handling Unit) and assigned two separate printers. In addition, I have added the PPT parameter in User profile. But I still have issues with the print for this condition record. In the NACE (V6) output profile, I have the output configured for Plant/Pkg Material combination. Thank you in advance.

Hi
I did one simulation in my system and it is working fine. can i request you to follow the below steps and share the result with us
1) Use HU02, Goto Pack button enter the Packaging material manually for which you have already created the condition record,
2) Enter the packaging material and let system create an HU.
3) Once the HU is generated select the HU and goto Extras---Output, Enter the output type (if not generated automatically and see what is the message system is giving please share the message with us). This will help us to find where it is failing

Similar Messages

  • Handling Unit Print

    Hi experts,
    I have created a Handling Unit with a few materials inside, i need to know if there is a way to print the materials list packed in that handling unit,
    Thanks in advance
    Regards.

    Hello Christian,
    check SPRO --> Logistics General --> Handling Unit Mangement --> Output --> Maintain Output.... --> Maintain Output Tyes
    With transaction HU02 (Extras, Output), you can start output.
    Best Regards, Dirk

  • 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 Block and Unblock

    Hi,
    I have requirement to block and unblock Handling Unit  or Storage Unit  in warehouse management. How to block and unblock the
    Handling Unit  with the function module and what is the table where I can see the blocking status of
    the Handling Unit .
    I tried a lot before posting here with no luck.
    Thanks...

    Dear Sridhar,
    I hope I get you right.
    To change the status of handling unit to blocked stock, do the following:
    - transaction code VLMOVE
    - above select procedure "0023" --> Posting chance from unrestricted use stock to blocked stock (movement type 344)
    - then enter handling unit number
    - press enter --> you get new line item with this HU number below
    - select this new line item --> post document
    - on the next screen you get the number of material document just created
    - now the handling unit is blocked
    - to unblock it later - use another VLMOVE procedure
    Table where you can see this status:
    - check table LQUA (warehouse quants)
    - enter the WH number and quant number (you get this one if you check details of the quant in bin) --> you get record for exactly this handling unit
    - see field LQUA-BESTQ (equals S - blocked stock)
    Hope this will be of any use.
    Regards,
    Primoz

  • Printer Profiles not showing in Print Dialog

    I cannot seem to see the custom Printer Profiles I have for certain papersin the Print Dialog.
    I have added the Print Profiles to Library > Application Support > Adobe > Color > Profiles (and also in Recommended)
    But in the Print Dialog under Colour Management > Photoshop Handles Colour > Print Profile - they are not showing. I have done things like restarting Photoshop and converting the image to CMYK from RGB.
    I can see the profiles in the Proofing menu and am able to select them.
    Any ideas as without using the profiles my colour management is completely off kilter.
    Also, can I confirm that I am putting the printer profiles in the correct folder?

    Thanks for your response JJMack. I've just found out the problem. It seems that by putting the profiles in the  > Recommended folder as well as in the > Profiles folder this seems to have disabled the profiles from displaying in the print dialog.
    I'm not sure why but they are displaying fine now.
    I'm new to this forum and I wonder if you know if there is a right place or method for sharing this information as I have spent the best part of two hours this afternoon wrestling with this?

  • Check if handling Unit/outbound delivery locked?

    Hi all,
    How do i check whether a HANDLING UNIT is locked or not?
    How do i check whether a Outbound delivery is locked or not?
    Any Std FM's available?Any input will be highly appreciated.
    Thanks.
    Edited by: Andy102 on Apr 23, 2010 7:56 AM

    Hi,
    To check the Outbound delivery is locked, call the below function module
    CALL FUNCTION 'SHP_ENQUEUE_EVVBLKE'
      EXPORTING
       MODE_LIKP               = 'E'
       MANDT                   = SY-MANDT
        vbeln                   = <Delivery Number>
    EXCEPTIONS
       FOREIGN_LOCK            = 1
       SYSTEM_FAILURE          = 2
       CSL_NO_CONNECTION       = 3
       CSL_INCONSISTENCY       = 4
       OTHERS                  = 5
    IF sy-subrc ne 0.
      delivery is locked
    else.
      delivery is not locked. 
    ENDIF.
    For handling unit use the function module "ENQUEUE_EVVEKPE"
    Regards
    Vinod
    Edited by: Vinod Kumar on Apr 23, 2010 11:51 AM

  • Printing Barcode for a 18 digit SSCC No (Handling Unit Number) thru' VL02N

    Hi,
    I'm trying to print a Barcode for a corresponding Handling Unit number in VL02N transaction code.
    I have created a new device type by name ZBARCODE in SPAD transaction, the Device Type name is:
    ZLB_ZEB  and Spool Server is:  fihdev02_FDV_00
    In SE73, have created a new System Bar Code by name ZZEAN128 with the following parameters
    00   00    10.00   CM      2.00   CM  C128            000      .
    In the Printer Bar Code option, ZBARCODE device type has been selected and in the Display Print Control page ZZEAN128 Bar Code, Prefix and Suffix has been assigned to the ZBARCODE Device Type.
    In the copy of the LE_EAN128_SSCC00 Form I have assigned the ZZEAN128 Bar Code as a Character Format.
    But, it is not printing the Barcode in the ZEBRA 110XI Printer.
    How to overcome this problem.
    Kindly guide me to fix it.
    Thanks in advance,
    -- Jessica

    I have solved it myself.

  • Need help for multipule handling unit get printed out

    Hi ,
    I have multipule handling unit in case of issuing the output for selected multipule handling unit using output type . I am getting one handling unit to be printed out . Please can u suggest any configuration is recquired to get selected printed out all the select handling assigned to output type
    Any configuration is recquired to get printed out .
    process followed .
    give DO no  for vl02n (tcode)  and then pack from the menu we get handling unit need to be selected  3 or 4 handling unit then go to extra's and select output given here output type and save it .Then in nace i got only one handling unit.

    You can use the t-code VL74 for printing handling unit output.

  • Handling Units w/function modules

    Hi-
    I am working with my developer on setting up a program so we create handling units from an outside program in SAP.  We are using the function module BAPI_HU_CREATE to create the handling unit and attach the material and serial numbers.  the problem is we still need to complete the packing of handling unit and do the T-code VLMOVE manually.  Now I see some folks say use FM  HU_CREATE_GOODS_MOVEMENT that will emulate VLMOVE, but I dont see any documentation. 
    Is there a better FM to create the handling unit at one time or does any one have documentation on HU_CREATE_GOODS_MOVEMENT? thanks for any info.
    -Larry

    We worked through the good movement function and are able to use as we need.

  • Printing handling unit number

    Hi All SD Guru,
    While working in the packaging process, I am unable to find out the way to print  the handling unit number that is generated automatically after packing the articles. For the same task, I have assigned access sequence (0001) to out put type (0001) and assign it to output procedure. Finally I have assigned output procedure to package material type but not able to find out the solution. Is there any other configuration required for the same?  which t-code is used to print the handling unit number? Please tell me the procedure step by step.
    Thanks
    Abhi

    I have solved it myself.

  • 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

  • Function Module for UNPACKING Handling Unit from Inbound Delivery

    Hello Experts,
    I am working on a RFID program to Receive goods from vendor...
    One of the steps of the program should CHANGE the quantity inside a received batch.
    To do so, I need to UNPACK the Handling Unit first... then change the quantity.
    I am using the following Function Modules to do so:
    - 'HU_GET_HUS'
    - 'V51P_FILL_GT'
    - 'HU_PACKING_AND_UNPACKING'
    - 'HU_POST'
    First 2 FM works fine...
    But when I get to the 3rd one, I keep getting "NOT_POSSIBLE" error...
    Have anyone done this before??
    Here's the code I've done to do some testing before putting it into my code...
    PLEEEEEEEEEEEASE HELP.
    TYPE-POOLS: vsep. PARAMETERS: p_venum LIKE vekp-venum.
    DATA: wa_object LIKE hum_object,
          it_object TYPE TABLE OF hum_object.
    DATA: wa_v51vp LIKE v51vp,
          it_v51vp TYPE TABLE OF v51vp.
    DATA: flag LIKE v51p_select_flags.
    DATA: it_venum            TYPE STANDARD TABLE OF hum_venum,
          ef_rcode            LIKE sy-subrc,
          et_vekp             TYPE STANDARD TABLE OF vsep_s_vekp,
          et_vepo             TYPE STANDARD TABLE OF vsep_s_vepo,
          et_vevw             TYPE vsep_t_vevw,
          et_highest_level    TYPE vsep_t_venum,
          et_messages         TYPE huitem_messages_t,
          is_packing_request  TYPE vsep_s_pithu,
          es_p_request        TYPE vsep_s_pithu,
          es_item             LIKE vepovb,
          cs_header           LIKE vekpvb,
          ef_number           TYPE vpobjkey,
          et_header           TYPE STANDARD TABLE OF vekpvb,
          et_items            TYPE STANDARD TABLE OF vepovb,
          et_item_serialno    TYPE vsep_t_rserob,
          et_history          TYPE hum_history_t,
          et_highest_levels   TYPE hum_venum_t.
    DATA: wa_venum            LIKE hum_venum,
          wa_vepo             TYPE vsep_s_vepo,
          wa_vekp             TYPE vsep_s_vekp,
          wa_items            TYPE vepovb,
          wa_header           TYPE vekpvb.
    START-OF-SELECTION.
      wa_venum-venum = p_venum.
      APPEND wa_venum TO it_venum.
      CALL FUNCTION 'HU_GET_HUS'
        EXPORTING
          it_venum          = it_venum
        IMPORTING
          et_header         = et_header
          et_items          = et_items
          et_item_serialno  = et_item_serialno
          et_history        = et_history
          et_highest_levels = et_highest_levels
          et_messages       = et_messages
        EXCEPTIONS
          hus_locked        = 1
          no_hu_found       = 2
          fatal_error       = 3
          OTHERS            = 4.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      READ TABLE et_header INDEX 1 INTO wa_header.
      CALL FUNCTION 'V51P_FILL_GT'
        EXPORTING
          it_venum         = it_venum
        IMPORTING
          ef_rcode         = ef_rcode
          et_vekp          = et_vekp
          et_vepo          = et_vepo
          et_vevw          = et_vevw
          et_highest_level = et_highest_level
          et_messages      = et_messages
        EXCEPTIONS
          hu_locked        = 1
          no_hu_found      = 2
          fatal_error      = 3
          OTHERS           = 4.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      READ TABLE et_vepo INDEX 1 INTO wa_vepo.
      READ TABLE et_vekp INDEX 1 INTO wa_vekp.
      MOVE-CORRESPONDING wa_vepo TO  is_packing_request.
      is_packing_request-belnr    = wa_vepo-vbeln.
      is_packing_request-quantity = wa_vepo-vemng.
      is_packing_request-veanz    = '-1'.
      is_packing_request-meins    = wa_vepo-vemeh.
      is_packing_request-exidv    = wa_vekp-exidv.
      CALL FUNCTION 'HU_PACKING_AND_UNPACKING'
        EXPORTING
          is_packing_request = is_packing_request
        IMPORTING
          ef_rcode           = ef_rcode
          es_p_request       = es_p_request
          es_item            = es_item
        CHANGING
          cs_header          = cs_header
        EXCEPTIONS
          missing_data       = 1
          hu_not_changeable  = 2
          not_possible       = 3
          customizing        = 4
          weight             = 5
          volume             = 6
          serial_nr          = 7
          fatal_error        = 8
          OTHERS             = 9.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'HU_POST'
        EXPORTING
          if_synchron = 'X'
          if_commit   = 'X'
        IMPORTING
          ef_number   = ef_number.
      break nunfx004.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Thanks in advance,
    Fernanda

    Hi ,
    Check this code.
    Pack componet HU to Overpack HU. *
        l_packing_req-venum = g_ovrp_venum.                  "Overpack Internal HU
        l_packing_req-exidv = g_ovrp_exidv.                  "Overpack External HU
        l_packing_req-veanz = '1'.                     "PACK Constant
        l_packing_req-sub_hu_venum = l_int_venum.
        l_packing_req-sub_hu_exidv = l_int_exidv.       "Componet External HU
        l_packing_req-velin = '3'.                      "HU Type Constant
        l_packing_req-quantity = '1.000'.
    call function 'HU_PACKING_AND_UNPACKING'
          exporting
            is_packing_request = l_packing_req
          exceptions
            missing_data       = 1
            hu_not_changeable  = 2
            not_possible       = 3
            customizing        = 4
            weight             = 5
            volume             = 6
            serial_nr          = 7
            fatal_error        = 8
            others             = 9.
        if sy-subrc <> 0.
    error
          clear: v_msgv1, v_msgv2, v_msgv3.
          v_msgv1 = text-031.
       PERFORM display_message USING v_msgv1 v_msgv2 v_msgv3.
          leave to screen sy-dynnr.
        endif.
    No Errors --> POST HU
        call function 'HU_POST'
          exporting
            if_synchron = 'X'
            if_commit   = 'X'.
    plz write what you are passing to 'HU_PACKING_AND_UNPACKING' and hu_post fm.
    Regards
    Mohinder Singh Chauhan

  • Handling unit,packing transaction profile

    Hi,
    Can anybody please tell me,
    what is significance of packing transaction profile ( T-code : OVHU2 ) & where do we assign it.
    Edited by: Raja on Apr 15, 2009 9:16 AM

    Definition: packing transaction profile..customized in OVHU2
    Definition: packing transaction profile
    Handling Unit Management (LO-HU)
    The grouping of parameters for the packing transaction as used in different areas.
    There are different profiles for packing in Repetitive Manufacturing and in delivery. The profile defines parameters such as the determination procedure, the display mode, and the packing mode for the packing transaction when used in a specific area.
    This profile is defined in Customizing for Handling Unit Management, IMG activity "Maintain Packing Transaction Profile."
    Return ->
    Definition: packing transaction profile
    Handling Unit Management (LO-HU)
    The grouping of parameters for the packing transaction as used in different areas.
    There are different profiles for packing in Repetitive Manufacturing and in delivery. The profile defines parameters such as the determination procedure, the display mode, and the packing mode for the packing transaction when used in a specific area.
    This profile is defined in Customizing for Handling Unit Management, IMG activity "Maintain Packing Transaction Profile."
    Return ->
    Definition: packing transaction profile
    PLease check this..
    [https://forums.sdn.sap.com/click.jspa?searchID=24864047&messageID=7324260]
    karthick

  • BAPI or Function Module to create Handling Unit at the delivery level

    Please send me the BAPI / FM details to create Handling Unit at the delivery level.
    Thanks

    Hi
    you can try below BAPI's.
    BAPI_HU_CREATE 
    BAPI_HU_PACK
    Hope this helps you.
    Rgds,
    Kris.

  • Line item wise Qty in Handling Unit Management

    Dear All,
    I am working and testing Handling Unit Management. As per the client requirement, he wants Multilevel Packaging (Manually) for materials as-
    E.g. 100 Pieces will be packed in 1 Small Carton.
           100 Small Cartons will be packed in 1 Big Carton.
           10 Big Cartons will be packed in 1 Pallet.
    Now while creating delivery I packed 2 materials separately. And in the item level it is showing as a whole, means total 1100 PC packed in 11 Small carton, 11 Small cartons packed in 5 Big cartons and 5 Big cartons packed in 2 Pallets. Please find the below screen shot.
    Now when I check this delivery number in tables LIPS-VBELN, it is showing the entire qty of Small carton, Big carton and Pallets as 11, 5, 2 respectively. But actually it has show each material or line item wise No. of Small carton, Big carton and pallet used.
    E.g. For 1st material Small Boxes = 5
                                   Big Carton = 2
                                   Pallet = 1
          For 2nd material Small Boxes = 6
                                   Big Carton = 3
                                   Pallet = 1
    My question is, is there any table or logic where I can fetch all these details for all material that how many packaging material and qty has been used. Because in packing list the same needs to get printed each line item wise. I checked in VEPO and VEKP table as well but not getting any input.
    Kindly help.
    Regards:
    Abhishek

    First of all, why you don't have any quantities assigned against Small cartons, big cartons and pallets?
    Well, for your requirement. As functional consultant, you should be smart enough to interpret & analysis the data when you have tables and data in hand. Anyways, in your case,
    As Pallet is the highest level pack material.
    Pass HU no of pallet in VEKP- EXIDV, in your case for one of the pallet, it is 1000013558.
    For that you will get, Internal HU no. VEKP-VENUM, say, 86.
    Pass VEKP-VENUM = VEPO-VENUM.
    With that you will get Lower-level HU, VEPO-UNVEL, that will be internal HU No for Big Cartons & VEPO-VEANZ for packing material quantity.
    Then pass VEPO-UNVEL = VEPO-VENUM, by this you will get internal HU No for Small Cartons in VEPO-UNVEL & VEPO-VEANZ for packing material quantity.
    Again, pass VEPO-UNVEL = VEPO-VENUM, by this you will get following info:
    Table - Fields
    Field Desc
    VEPO-VEPOS
    HU item
    VEPO-VBELN
    Delivery
    VEPO-POSNR
    Delivery Item
    VEPO-VEMNG
    Packed quantities
    Try and share your feedback.
    Thanks, JP

Maybe you are looking for

  • When I click on a link, sometimes it will open a blank window & do nothing

    # Question When I click on a link, sometimes it will open a blank window & do nothing

  • JDBC:ODBC, Resultset with 0 rows throws SqlException

    For short, I have used forte for java version 3.0 ea to create an application which is manipulating data in an MS SQLServer database. Further I have installed JDK 1.3.1 and JRE 1.3.1, running on WINDOWS 2000 os. The DB-configuring is set to binary so

  • Deferred expressions inside JSP tags

    Hello! I want to include custom JSP 2.0 tag into page. Something like <!-- Page.jsp --> <jsp:root version="2.0"     xmlns:f="http://java.sun.com/jsf/core"     xmlns:jsp="http://java.sun.com/JSP/Page"     xmlns:pk="urn:jsptagdir:/WEB-INF/tags">     <j

  • Net Configuration Assistant not responding

    Hi all, I am using Win 7, installed Oracle 10g 32 bit, i wanted to use: Net Configuration Assistant, its getting open but when i select Local Net Service Name configuration, the wizard is not going further. Thanks, Sreekanth

  • Updating MUSE failed, and now its gone

    I am a subscriber to the Creative Cloud. I was opening MUSE and got an update notice, so I accepted the update. The update failed, and now MUSE is gone. The Adobe Applications Manager shows that it is installed, but the MUSE program folder is empty.