Combined Handling unit need single SSCC Number

hi friends
i created delivery and packing also.system is generated two handling unit numbers  iam trying to do single sscc number but system is generate two sscc numbers.i need single sscc number..what i do......
wiht regards
dinesh

Hi,
For example, If the system is creating two handling units for 10 pc then  check the packing instructions for the material which you have maintianed . if it is 5pc then it willl create 2 HU numbers.
Hope it helps you.
Rgds,
Kris.

Similar Messages

  • Multiple Handling Unit need single  indenfication number

    hi friends,
    In the delivery order for five item,  i processed the packing after that i selected the  all line item trying i viewed  five identification number .
    my question is i want to generate the single sscc for all identification number.is it possible?
    pls tell me the steps
    thanks a lot
    with regards
    dinesh

    hi balaji
    iam new for this process.  For five line item , System is generate five handling unit number and based on handling unit number is
    possible to generate five sscc numberfor one delivery number ....is it  right way
    wiht regards
    dinesh
    Edited by: code acess on Jan 21, 2011 4:36 AM

  • Combining handling unit no( urgent)

    hi i have a requirement
    i want to combing the handling unit no accorind to its status
    my o/p list is as below
    Handling  no     Tot wt     status
    17000001                      291     Exit
    17000002                      291     Exit
    17000003                      291     deleted
    17000004                      291     deleted
    17000005                      291     exie
    17000006                      291     deleted
    17000007                      291     deleted
    want to change in this format
    Handling unit no              Tot wt     status
    17000001-17000002                582     Exit
    17000003-17000004                582     deleted
    17000005                                291     exie
    17000006-17000007                582     deleted
    pls help me with sample coding.
    thanks.

    Hi Lalith,
    Use the below code.
    data: begin of itab1 occurs 0,
           hno(20) type c,
           total type i,
           status(10) type c,
          end of itab1.
    data: begin of itab2 occurs 0,
           hno(20) type c,
           total type i,
           status(10) type c,
          end of itab2.
    data: v_status(10), v_status1(10), v_tot type i,
          v_number1(20), v_number2(20).
    data v_flag.
    itab1-hno    =  '17000001'.
    itab1-total  =  291.
    itab1-status =  'Exit'.
    append itab1.
    clear itab1.
    itab1-hno    =  '17000002'.
    itab1-total  =  291.
    itab1-status =  'Exit'.
    append itab1.
    clear itab1.
    itab1-hno    =  '17000003'.
    itab1-total  =  291.
    itab1-status =  'deleted'.
    append itab1.
    clear itab1.
    itab1-hno    =  '17000004'.
    itab1-total  =  291.
    itab1-status =  'deleted'.
    append itab1.
    clear itab1.
    itab1-hno    =  '17000005'.
    itab1-total  =  291.
    itab1-status =  'exie'.
    append itab1.
    clear itab1.
    itab1-hno    =  '17000006'.
    itab1-total  =  291.
    itab1-status =  'deleted'.
    append itab1.
    clear itab1.
    itab1-hno    =  '17000007'.
    itab1-total  =  291.
    itab1-status =  'deleted'.
    append itab1.
    clear itab1.
    read table itab1 index 1.
    v_status = itab1-status.
    v_number1 = itab1-hno.
    loop at itab1.
    if itab1-status <> v_status.
      if v_number1 <> v_number2.
      concatenate v_number1 '-' v_number2 into itab2-hno.
      else.
      move v_number1 to itab2-hno.
      endif.
      itab2-total = v_tot.
      itab2-status = v_status1.
      append itab2.
      clear itab2.
    clear: v_number1, v_number2, v_tot, v_status1.
    v_number1 =  itab1-hno.
    v_status = itab1-status.
    endif.
    v_number2 = itab1-hno.
    v_tot = v_tot + itab1-total.
    v_status1 = itab1-status.
    endloop.
    for a last record
    concatenate v_number1 '-' v_number2 into itab2-hno.
      itab2-total = v_tot.
      itab2-status = v_status1.
      append itab2.
      clear itab2.
    loop at itab2.
    write:/5 itab2-hno,
            30 itab2-total,
            50 itab2-status.
    endloop.

  • Why handling units need to be packed again?

    Hello Guru's,
           I am finding this very strange, my scenarios is we have HU's received in QI stock. Now we are removing some goods for sampling via MIGO >>GI>>MT 331.
    When delivery and later TO is created, the system asks for confirming TO, the TO created NEEDS TO BE PACKED AGAIN (LT12 PACK function) without which the system doesn't allow confirming TO.
    My question is when SAMPLING why does the system require goods to be packed again? In my opinion system should accept the same HU number which is being picked for sampling.  Am I missing something?
    Thank you in advance for your help.
    Jack.
    Edited by: Jack S on May 6, 2010 5:36 PM

    Hi,
      Check your Delivery Item Category and see if it is relevant for packing.
    Hope that helps.
    Thanks
    Vinod.

  • Batch number field in Handling Unit detail (VT01N) is not editable

    Hi, Does anyone know how to turn the batch number field (screen field HUMV4-CHARG in program SAPLV51G screen 6410) editable?
    Right now, it is not allow us to specify the batch for delivery line item if there are multiple batches for the same line item when the item is packed into a handling unit.
    The batch number is in the delivery table but it will not come into the shipment table when the delivery is added to the shipment, nor the field is editable for user input.
    Please help!
    Thank you,
    Minami

    HI,
    If you are doing online check for userexits/customer exits....
    For userexits u can check in the subroutines node in se80(Program->SAPMV50A)....Please check the same.
    for customer exits ->SMOD->F4 help->Specify the package as 'VL' and see the ehnacements and then the funtion exits.
    Regards,
    Nagaraj

  • Handling unit detail report against reservation Number (MB21)

    Hi experts
    for Internal material requiremnt we create reservation from MB21.then against that reservation number we transferred material from Ware house management system in form of Handling unit.
    As per process against that resrvation number system create Outbound delivery in MB1B n we do PGI for that (Mov type 311).
    Is there any report in standerd from that  we will get Handling unit detail agianst reservation number ?
    regards
    Pash@SD

    Hi,
    In HUMO, you can find HUs against Outbound Delivery in 'assignments to objects' TAB
    regards

  • 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 Unit Link (VEKP-EXIDV) in inbound/outbound delivery

    Hello,
    I need to code the automation of logical pick and pack tasks in the trading company such that the following fields of the outbound delivery are automatically populated based on the corresponding fields from the inbound delivery:
    1.) Pick Quantity (LIPSD-PIKMG) comes from the pick quantity from inbound delivery to trading company
    2.) Batch Number (LIPS-CHARG) comes from the batch from inbound delivery to trading company
    3.) Handling Units (VEKP-EXIDV) comes from the handling units from the inbound delivery to trading company.
    I've found a way to link the outbound to it's corresponding inbound delivery through table EKES (link of stock transfer order number to the inbound delivery), however I could not find the link of the stock transfer order to the handling units (VEKP-EXIDV).
    Any idea on this?
    Thanks.
    Sincerely,
    Ice

    //What I found was that VBFA-VBELN = VEKP-VENUM, given that VBFA-VEBELV = inbound directory (LIKP-VBELN) and VBFA-VBTYP_N = 'X' (handling unit).
    From that link I was able to get the external handling units (VEKP-EXIDV) since the key VENUM has been identified.
    During the pick and pack i have to link the LIKP+LIPS  and VEKP  for handling unit and internal identification number.
    VBFA is for sales document flow which is helpful for forward and reverse navigation to itdentify the documents .
    Inputs for the Feed has to be from LIKP / LIPS and VEKP
    Please refer to tcode VL02N and in here check Packing options with all the subscreens of Packing Hu's and Single entry .
    regards,
    vijay

  • SSCC Number

    Is there any relation between HU number and SSCC number?
    If it so how to check the SSCC number assigned to a HU?

    There is lots of documentation on the web regarding HOW the SSCC works and HOW it is put together in SAP,  but essentially a Handling Unit is a Global identifier that can follow an item (or pallet) throughout its lifespan, something not previously available with Storage Units in SAP WM and the HU number is put together in accordance with EAN/UCC SSCC guidelines.
    This describes these guidelines in a bit more detail - http://www.fda.gov/ohrms/DOCKETS/dailys/03/Sept03/091503/03n-0361-c000001-03-vol1.pdf
    So essentially if you want to track items throughout the supply chain and maintain traceablity of all movements posted against a particular item (receipts/inventory/issues etc) then you need to use Handling Units and the SSCC.
    The Configuration for Setting up your SSCC number ranges for Handling Units is under:
    > SAP Customizing Implementation Guide
    > Logistics - General
    > Handling Unit Management
    > External Identification
    thanks,
    A.
    Edited by: WILSAQ on Mar 18, 2009 2:44 PM

  • Line items are clubbed in Handling Unit's

    There are two line items in delivery for same material , while packing  I am selecting single line item  and packing it . But when I select line item 10 and try to pack it, line item 20 also automatically getting clubbed with line item 10 and getting packed together .
    For this material , rounding profile has been maintained .I canu2019t delete this rounding profile because when we process single line item for this material , system has to round off . Suppose , material is rounded off for 30 units in material master and  rounding profile has been assigned for this material.
    My requirement is handling unit need to be created for single line item , system should not consider 2nd line item while creating handling unit for first line item even though first and second line items consume same material .
    In delivery, suppose , there are two line items for same material . for first line item quantity is 20 and  for second line item , it   is 23 .  
    When I try to pack it manually , system should create 2 handling units with quantity of  20 and 23 nos .  System   should not create handling units with quantity of 30 and 13 .
    What configuration change I need to make in handling unit management .
    Thanks In Advance
    Jaya

    Hi Pratyush
    I have checked up in  both the places, POP2 and POF2,  target quantity was mentioned as 1 only for this material  .
    still ,Why is system not considering only one line item's quantity while packing . why is it clubbing both line items .
    Pls help me ........

  • Handling unit(lengthy question please take patience to reply)

    hi SAP SD guys,
                               can any body explains me about handling unit? i read SAP library according to my knowledge handling unit isa single variety  material items+ packing material is it true. but SAP library is saying " A handling unit is a physical unit that consists of the packaging materials (load carrier / packaging material) and the goods contained therein. A handling unit is always a combination of materials and packaging materials. "my doubt is here is whether handling unit consists of single variety material or it may consists of differrent materials

    hi,
    a HU consists of a packaging material and the goods contained therein. HUs can be nested, that means you can create new HUs from several existing HUs, as often you want.
    HU = packaging material + goods contained therein
    f.e.
    HU1 = 3 apples            packed in 1 box
    HU2 = 2 apples            packed in 1 box
    HU3 = 4 carrots           packed in 1 box
    (you can pack your boxes with the fruits and vegetables on 1 pallet:)
    HU4 = HU1, HU2, HU3 packed on 1 pallet
    in this case you do the picking and movements with the highest HU level, that means you pick and move HU4 in the example
    I hope this helps.
    regards,
    Ely

  • How to create Handling Unit using Process Order no. & Packing Instruction

    Hi experts,
    Please guide me how to create Handling Unit using Process Order number & Packing Instruction reference?Noramlly this is done using standard transaction 'COWBPACK'.
    ANY FUNCTION MODULE OR BAPI TO DO THIS.
    if any solution please explain with proper example..
    Thanks In advance
    Thanks,
    Yogesh

    Hi experts,
    Please guide me how to create Handling Unit using Process Order number & Packing Instruction reference?Noramlly this is done using standard transaction 'COWBPACK'.
    ANY FUNCTION MODULE OR BAPI TO DO THIS.
    if any solution please explain with proper example..
    Thanks In advance
    Thanks,
    Yogesh

  • How to re-use of handling unit number (SSCC)?

    Dear,
    We are implementing handling unit management to our customer and HU number is SSCC code. The inbound process intended to use is as follows:
    1. Create purchase order with confirmation control key 0004 (shipping notification) and receiving storage location is a HU-managed storage location.
    2. Create inbound delivery against the purchaser order via VL31N.
    3. Pack HU in the inbound delivery and then post goods receipt.
    Further, our customer is using fix SSCC on each pallet physically, so we will maintain external HU number range in SAP accordingly, but the issue is, how to re-use of the SSCC in the inbound process? Currently, once the HU (SSCC) is received in SAP, the system status will be PHEX and WHSE, then next time when the pallet is empty physically, we still cannot re-use of the HU (SSCC) in the inbound delivery for GR process in SAP.
    Can anyone of you give me some suggestions how to re-use of handling unit (SSCC) in SAP?
    Thanks in advance.
    Br,
    Jason

    Hi Jason
    As far as I know it cannot be done in any standard way. The only way is to reset the status of the HU using program ie make changes at Table level VEKP-HU_STATUS.
    or during the final issue of the SSCC from the system looks for BADI/Exit to achieve the same or do it through batch program to reset the status
    Regards
    Jayaram

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

  • More than one deliveries into a single handling unit

    Hello,
    We are a retail apparel company and use SAP to communicate delivery requirements for our stores.  We would like the ability to consolidate our deliveries into a single handling unit.  This will help reduce freight and will simplify our receiving process in our retail stores.
    For example, many customers pre-order merchandise that will be received into our distribution center and then shipped to a Retail store for customer pickup.  We would like to consolidate mutliple orders going to the same place so that they can be packed into a single box.  Each customer request results in an order being created and the box that the order is packed in is the SAP handling unit.  The issue we have is that if 10 customers request the same merchandise, it is easier to pack the 7 units into a single handling unit (i.e. box) than to pack 7 boxes.
    I do realise that the handling unit table VEKP can hold only 1 delivery object (i.e. VPOBJKEY), however I'm hoping that someone can highlight possible options for us to simplify our shipping process.
    thanks in advance
    RJ
    if we need to utilize shipments, is someone able to walk through what setup steps would be required.

    Dear RJ,
    You may use WAVE concept in WM in order to accomplish the requirement.
    A wave is group of deliveries that can be combined into one order based upon the customer number.
    For example: If you have 10 different orders from customer XYZ and you may consolidate the all sales orders in one single order and then create a WAVE for that.
    Thanks,
    Babu.

Maybe you are looking for

  • Convert labview date/time to excel date/time

    How do I convert the "seconds since 1904" from the function "Get Date/Time in Seconds" to an MS Excel date/time format? The application runs in the Solaris environment.

  • Best workflow to make wallpapers starting from Lightroom

    I'd like to start making wallpapers from some of photos and posting them to my site.  I'd like to make the following pixel dimensions as outputs: 2880 x 1800  (Retina MacBook Pro) 2048 × 2048   (iPad) 2560 x 1440  (Desktop Computer 1) 2560 × 1600   (

  • Nm-applet No keyring secrets found Segmentation fault

    I get segfault whenever I want to connect to a new protected (WPA) wifi network. ** Message: applet now removed from the notification area ** Message: applet now embedded in the notification area ** Message: No keyring secrets found for homewifi/802-

  • [Solved] Networkd preferred link?

    My server has two wired nics setup. The motherboard nic is properly configured for internet access through dhcp using networkd. The other nic is a usb ethernet adapter which is also configured through networkd but without internet access. The problem

  • Can Aperture 3 alone-and a pro printer, deliver museum quality prints?

    I have been looking around for master classes in museum quality printing, but all the classes I know of use either Photoshop or Light Room (and Epson printers - while I own a Canon.) So I am off to a bad start here. I don't mind buying another, bette