Pick list generation error

Hi all
we implement an basic WMS based on ECC6 on out WH. Everithyng was fine for more than a year. Recently i tried to do some changes in purchare order area to create a new document type. I am not sure there is a link between these but when i tried to create a pick slip from outbound, transaction VL06O i got following message:
Storage bin 0080002445 not found (enter storage type).
I rolled back all changes done for PO document type but error still is there.
This is happened in DEV system hence i suspect that some other changes might create this issue. There are no changes around LE
All config for storage type is correct.
Thank you
Silviu

Typically, on the outbound TO creation, the system generates a 'dynamic bin' based on the coordinates that refer to the delivery number. The creation is automatic during TO creation. First place to check is the combination of warehouse and warehouse movement type. Ensure the interim storage type (typically, 916) is placed in 'Dest' and 'scr' is marked. Additionally, ensure the 'requirement type' has 'L - Sales document'. This configuration enables automatic generation of the dynamic bin, which is essentially the delivery number. During VL06O (creation of TO) or LT03, system generates this dynamic bin to putaway material in this bin upon TO confirmation.

Similar Messages

  • Pick List Generation Wizard not working

    Hi all,
    I am trying to generate Pick List but the Pick List Generation Wizard is not picking the items to be released. The items in the sales order are all inventory/sales items. Is there a setting that needs be configured?
    A screenshot of the problem is attached.
    All help is appreciated.
    Regards,
    Lucas

    Hi,
    Please refer SAP note:
    1984364 - Unable to see message from SBO_SP_TransactionNotification
    when releasing to pick list if bin locations are enabled
    Thanks & Regards,
    Nagarajan

  • Picking list generation without Warehouse management

    Hi all,
    I have requirement for my client to generate picking list genereation without wm. so i assigned EK00 condition type, transmission  medium, Language, send time & picking confirmation in shipping point. Also created condition record in VP01SHP tcode but still unable to generate output for picking in VL70.
    Please suggest !
    Thanks & Regards,
    Shakti

    Following 2 recently discussed SDN thread will be help to you:
    - Re: We use picking option without warehouse management installed
    - picking without warehouse management
    Regards
    JP

  • Pick list generation

    Hello ,
    In pp-pi  i am using backflushing. The backflush of components will be from 'prod location'.
    But in COIK t./c system does not show any components.
    Is there any seting where even though i have activated backflush, system still does allow me to do picking with COIK.
    Any other t/c where i can find the materials to be transfered from main loc to prod. location.
    Thanks & Regards
    Abhijit S Nakhwa

    Dear,
    As per standard SAP practice, It is not possible to generate pick list or do manual GI for the components which you are backflusing since system is doing automatic Goods Issue alongwith final confirmation of process / production order.The materials which you need to do manual Goods Issue you must remove backflush tick in material master / routing / process order wherever you have maintained.In short, backflush & pick list both simultaneously cant be used for the for the same material in same order.
    Hope this helps clearing your doubt.
    Regards,
    Tejas

  • Crystal Report Pick List - "Table ADM1 could not be found" Error

    Hi,
    When preview is select in sales order, we select pick list gets error.
    Crystal Report Window Forms Viewer:
    "Table ADM1 could not be found"
    Error in File Temp {   .........} .rpt
    The table could not be found"
    If I login remotely , then log into SAP as this user I do not get an error.
    I have given user full authorisation.
    I have run Verify Database.
    I am assuming it is some database or network user access rights.
    Could anyone help on this?
    Kind Regards,
    Eric

    Report was developed and tested against a 'test' database and then imported into a 'production' database.
    Problem appears to be that when B1 connects it does not reset the login credentials for the unlinked tables such as ADM1 and OADM.
    Performing the following steps appears to solve the problem.  Not sure how many of them are really necessary.
    1. Develop and test against the test system as before.
    2. Save as a .rpt file outside B1.
    3. 'Set Datasource Location' to the appropriate B1 datasource for the production database and individually link every table as well as the data source.
    4. Save the .rpt file again.
    5. Import into the production database.
    This does not specifically address the issue where it worked when logged in to the server but not remotely.  Perhaps when logged in remotely the test database was not visible but when logged in locally it was.

  • URG: ORACLE ERROR 6502 IN FDPSTP IN PICK SELECTION LIST GENERATION

    Dear All,
    I'm on 11.5.7 on Linux.
    My problem is with WSHPSGL: Pick Selection List Generation that ends with error when launched from transactions form.
    The program end with the following error:
    Oracle Shipping: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    WSHPSGL module: Pick Selection List Generation
    Current system time is 14-NOV-2002 11:26:13
    **Starts**14-NOV-2002 11:26:14
    ORACLE error 6502 in FDPSTP
    Cause: FDPSTP failed due to ORA-06502: PL/SQL: numeric or value error:
    character to number conversion error
    ORA-06512: at line 1
    If we launch the report trough OM Superuser - Shipping - Release Sales Orders -
    Release Sales Orders, there's no error.
    Has anyone have this kind of error? How can we solve it?
    Any help would be greatly appreciated.
    Thanks in advance
    FG

    EBS is 11.5.10.2
    OS is OEL 5.3.
    It was running fine until yesterday.But its giving error today.
    error log shows exception in Release_Batch_SRS procedure.
    exact code is ---
    ++++++++++++++++++++++++
    IF G_CONC_REQ = FND_API.G_TRUE THEN
    l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');
    errbuf := 'Exception occurred in Release_Batch_SRS';
    retcode := '2';
    END IF;
    ++++++++++++++++++++++
    Thanks,
    Rakesh

  • Delivery Notes Generation Via Pick List

    Am trying to generate delivery notes off pick tickets and i can't find any code example. I now came up with the following code but am having issues when items are in multiple Bin Locations.
    Public Sub Sales2Delivery() '(ByVal OrderID As String)
            Dim OrderID As String = ""
            Try
                Using connection As New SqlConnection(StaginConn)
                    'Dim command As New SqlCommand("SELECT DocEntry from ORDR with (nolock) WHERE NumAtCard = '" & OrderID & "'", connection)
                    Dim command As New SqlCommand("SET DATEFORMAT DMY; select distinct top 5 o.DocEntry, o.NumAtCard from ordr O with (nolock) join RDR1 R with (nolock) on R.DocEntry = O.DocEntry join OPKL P with (nolock) on P.AbsEntry = R.PickIdNo where u_shipstate = 'Delivered' and CAST(O.docdate as date) >= '30/04/2014' and P.Status = 'Y';", connection)
                    connection.Open()
                    Dim reader As SqlDataReader = command.ExecuteReader()
                    ' Call Read before accessing data.
                    While reader.Read()
                        Dim BusinessOrders As Documents = DirectCast(vCompany.GetBusinessObject(BoObjectTypes.oOrders), Documents)
                        Dim BusinessDelivery As Documents = DirectCast(vCompany.GetBusinessObject(BoObjectTypes.oDeliveryNotes), Documents)
                        Dim orders As Documents = BusinessOrders
                        orders.GetByKey(Convert.ToInt32(reader(0)))
                        OrderID = Convert.ToString(reader(1))
                        Dim Delivery As Documents = BusinessDelivery
                        Delivery.CardCode = orders.CardCode
                        Delivery.CardName = orders.CardName
                        Delivery.NumAtCard = orders.NumAtCard
                        'Delivery.DocNum = orders.DocNum
                        Delivery.HandWritten = BoYesNoEnum.tNO
                        Delivery.Series = 8
                        Delivery.DocDate = DateTime.Today
                        Delivery.DocDueDate = DateTime.Today
                        Delivery.TaxDate = DateTime.Today
                        Delivery.Address = orders.Address
                        Delivery.Address2 = orders.Address2
                        Delivery.Comments = "Based on Sales Order #" + orders.NumAtCard & "."
                        Delivery.DocCurrency = orders.DocCurrency
                        Delivery.DocDueDate = orders.DocDueDate
                        Delivery.DocObjectCode = SAPbobsCOM.BoObjectTypes.oDeliveryNotes
                        Delivery.ShipToCode = orders.ShipToCode
                        Dim lines As Document_Lines = orders.Lines
                        'If (count > 0) Then
                        '    lines.Add()
                        '    lines.SetCurrentLine((lines.Count - 1))
                        'End If
                        Dim oPickList As PickLists = DirectCast(vCompany.GetBusinessObject(BoObjectTypes.oPickLists), PickLists)
                        oPickList.GetByKey(orders.Lines.PickListIdNumber)
                        For i As Int32 = 0 To (lines.Count - 1)
                            If i > 0 Then
                                Delivery.Lines.Add()
                                Delivery.Lines.SetCurrentLine(i)
                            End If
                            ' Set the Current Lines on the order
                            orders.Lines.SetCurrentLine(i)
                            Try
                                oPickList.Lines.SetCurrentLine(i)
                                Delivery.Lines.BaseEntry = oPickList.Lines.OrderEntry
                                Delivery.Lines.BaseLine = oPickList.Lines.OrderRowID
                                Delivery.Lines.Quantity = oPickList.Lines.PickedQuantity
                                Delivery.Lines.BaseType = DirectCast(SAPbobsCOM.BoObjectTypes.oOrders, Integer)
                                Delivery.Lines.BinAllocations.BinAbsEntry = oPickList.Lines.BinAllocations.BinAbsEntry
                                Dim rs As SAPbobsCOM.Recordset = vCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                                rs.DoQuery("select itemcode, price, dscription from RDR1 R where R.LineNum = " & oPickList.Lines.OrderRowID & " and R.PickIdNo = " & oPickList.Lines.AbsoluteEntry)
                                While (rs.EoF <> True)
                                    Delivery.Lines.ItemCode = rs.Fields.Item(0).Value.ToString 'orders.Lines.ItemCode
                                    Delivery.Lines.UnitPrice = CType(rs.Fields.Item(1).Value.ToString, Double) 'orders.Lines.UnitPrice
                                    Delivery.Lines.ItemDescription = rs.Fields.Item(2).Value.ToString 'orders.Lines.ItemDescription
                                    rs.MoveNext()
                                End While
                                rs = Nothing
                            Catch ex As Exception
                                Continue For
                                My.Computer.FileSystem.WriteAllText(_LogPath, ErrDetails.ToString, True)
                            End Try
                        Next
                        If Delivery.Add() <> 0 Then
                            ErrDetails.AppendLine(" Unable to create Delivery note for Order: " & OrderID & " <br /> " & vCompany.GetLastErrorCode() & ":" & vCompany.GetLastErrorDescription())
                        Else
                            ErrDetails.AppendLine("Successfully created Delivery note for Order:" & OrderID) ' & " as requested by " & UserEmail & ".")
                        End If
                        orders = Nothing
                        Delivery = Nothing
                        BusinessOrders = Nothing
                        BusinessDelivery = Nothing
                        My.Computer.FileSystem.WriteAllText(_LogPath, ErrDetails.ToString, True)
                    End While
                    'orders = Nothing
                    'BusinessOrders = Nothing
                End Using
            Catch ex As Exception
                ErrDetails.AppendLine(" Error generating Delivery note for Order: " & OrderID & " <br /> " & ex.ToString())
                My.Computer.FileSystem.WriteAllText(_LogPath, ErrDetails.ToString, True)
            Finally
                If Not String.IsNullOrWhiteSpace(ErrDetails.ToString) Then
                    My.Computer.FileSystem.WriteAllText(_LogPath, (ChrW(13) & ChrW(10) & ChrW(13) & ChrW(10) & "Errors encountered while registering data on " & System.DateTime.Now.ToString("F") & ".Errors:" & ChrW(13) & ChrW(10) & Me.ErrDetails.ToString), True)
                Else
                    My.Computer.FileSystem.WriteAllText(_LogPath, (ChrW(13) & ChrW(10) & ChrW(13) & ChrW(10) & "Application Ran successfully on " & System.DateTime.Now.ToString("F") & "."), True)
                End If
            End Try
        End Sub
    The Error message am getting is 1470000368 - The quantity allocated to bin locations must be positive.

    Am getting this error now is
    "1470000341 - Fully allocate item "1017494" to bin locations in warehouse "Isolo". Issue is we have items in multiple Bin locations and the items have been picked via the pick ticket. Is it also possible to generate the delivery note off the Pick List.
    The new code am using is
        Public Sub Sales2Delivery() '(ByVal OrderID As String)
            Dim OrderID As String = ""
            Try
                Using connection As New SqlConnection(StaginConn)
                    'Dim command As New SqlCommand("SELECT DocEntry from ORDR with (nolock) WHERE NumAtCard = '" & OrderID & "'", connection)
                    Dim command As New SqlCommand("SET DATEFORMAT DMY; select distinct top 5 o.DocEntry, o.NumAtCard from ordr O with (nolock) join RDR1 R with (nolock) on R.DocEntry = O.DocEntry join OPKL P with (nolock) on P.AbsEntry = R.PickIdNo where u_shipstate = 'Delivered' and CAST(O.docdate as date) >= '30/04/2014' and P.Status = 'Y' and o.DocStatus = 'O';", connection)
                    connection.Open()
                    Dim reader As SqlDataReader = command.ExecuteReader()
                    ' Call Read before accessing data.
                    While reader.Read()
                        Dim BusinessOrders As Documents = DirectCast(vCompany.GetBusinessObject(BoObjectTypes.oOrders), Documents)
                        Dim BusinessDelivery As Documents = DirectCast(vCompany.GetBusinessObject(BoObjectTypes.oDeliveryNotes), Documents)
                        Dim orders As Documents = BusinessOrders
                        orders.GetByKey(Convert.ToInt32(reader(0)))
                        OrderID = Convert.ToString(reader(1))
                        Dim Delivery As Documents = BusinessDelivery
                        Delivery.CardCode = orders.CardCode
                        Delivery.CardName = orders.CardName
                        Delivery.NumAtCard = orders.NumAtCard
                        'Delivery.DocNum = orders.DocNum
                        Delivery.HandWritten = BoYesNoEnum.tNO
                        'Delivery.Series = 8
                        Delivery.DocDate = DateTime.Today
                        Delivery.DocDueDate = DateTime.Today
                        Delivery.TaxDate = DateTime.Today
                        Delivery.Address = orders.Address
                        Delivery.Address2 = orders.Address2
                        Delivery.Comments = "Based on Sales Order #" + orders.NumAtCard & "."
                        Delivery.DocCurrency = orders.DocCurrency
                        Delivery.DocDueDate = orders.DocDueDate
                        Delivery.DocObjectCode = SAPbobsCOM.BoObjectTypes.oDeliveryNotes
                        Delivery.ShipToCode = orders.ShipToCode
                        Dim lines As Document_Lines = orders.Lines
                        'If (count > 0) Then
                        '    lines.Add()
                        '    lines.SetCurrentLine((lines.Count - 1))
                        'End If
                        Dim oPickList As PickLists = DirectCast(vCompany.GetBusinessObject(BoObjectTypes.oPickLists), PickLists)
                        oPickList.GetByKey(orders.Lines.PickListIdNumber)
                        For i As Int32 = 0 To (lines.Count - 1)
                            If i > 0 Then
                                Delivery.Lines.Add()
                                Delivery.Lines.SetCurrentLine(i)
                            End If
                            ' Set the Current Lines on the order
                            orders.Lines.SetCurrentLine(i)
                            Try
                                oPickList.Lines.SetCurrentLine(i)
                                Delivery.Lines.BaseEntry = oPickList.Lines.OrderEntry
                                Delivery.Lines.BaseLine = oPickList.Lines.OrderRowID
                                Delivery.Lines.Quantity = oPickList.Lines.PickedQuantity
                                Delivery.Lines.BaseType = DirectCast(SAPbobsCOM.BoObjectTypes.oOrders, Integer)
                                'Dim rs As SAPbobsCOM.Recordset = vCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                                'rs.DoQuery("select itemcode, price, dscription from RDR1 R where R.LineNum = " & oPickList.Lines.OrderRowID & " and R.PickIdNo = " & oPickList.Lines.AbsoluteEntry)
                                'While (rs.EoF <> True)
                                Delivery.Lines.ItemCode = orders.Lines.ItemCode
                                Delivery.Lines.UnitPrice = orders.Lines.UnitPrice
                                Delivery.Lines.ItemDescription = orders.Lines.ItemDescription
                                '            rs.MoveNext()
                                '            End While
                                'rs = Nothing
                            Catch ex As Exception
                Continue For
                My.Computer.FileSystem.WriteAllText(_LogPath, ErrDetails.ToString, True)
            End Try
                        Next
                        If Delivery.Add() <> 0 Then
                            ErrDetails.AppendLine(" Unable to create Delivery note for Order: " & OrderID & " <br /> " & vCompany.GetLastErrorCode() & ":" & vCompany.GetLastErrorDescription())
                        Else
                            ErrDetails.AppendLine("Successfully created Delivery note for Order:" & OrderID) ' & " as requested by " & UserEmail & ".")
                        End If
                        orders = Nothing
                        Delivery = Nothing
                        BusinessOrders = Nothing
                        BusinessDelivery = Nothing
                        My.Computer.FileSystem.WriteAllText(_LogPath, ErrDetails.ToString, True)
                    End While
                    'orders = Nothing
                    'BusinessOrders = Nothing
                End Using
            Catch ex As Exception
                ErrDetails.AppendLine(" Error generating Delivery note for Order: " & OrderID & " <br /> " & ex.ToString())
                My.Computer.FileSystem.WriteAllText(_LogPath, ErrDetails.ToString, True)
            Finally
                If Not String.IsNullOrWhiteSpace(ErrDetails.ToString) Then
                    My.Computer.FileSystem.WriteAllText(_LogPath, (ChrW(13) & ChrW(10) & ChrW(13) & ChrW(10) & "Errors encountered while registering data on " & System.DateTime.Now.ToString("F") & ".Errors:" & ChrW(13) & ChrW(10) & Me.ErrDetails.ToString), True)
                Else
                    My.Computer.FileSystem.WriteAllText(_LogPath, (ChrW(13) & ChrW(10) & ChrW(13) & ChrW(10) & "Application Ran successfully on " & System.DateTime.Now.ToString("F") & "."), True)
                End If
            End Try
        End Sub

  • Error printing pick list from IW32

    Hi all,
    When trying to print pick list from transaction IW32, I get this error message:
    Express document "Update was terminated" received from author ...
    When I checked out this error message in SM13, I found this:
    Transaction code: IW32
    Module name (function): PM_ORDER_PRINT_CONTROL
    Status: Update was terminated
    Raise exception: KEY_NOT_FULLY_SPECIFIED (Complete key not entered)
    The shop paper (pick list) is customer defined (Z*) under application area O (Maintenance orders). This shop paper is set up to print to a certain printer, P1, and printing other PLM documents on this output device works fine.
    Does anyone have an idea what can be causing this error?
    All helpful answers will be rewarded.
    Best regards,
    MV

    Hi,
    I have tried to print the pick list several times, in development, test, and production systems. It fails with the same error each time.
    Do you have any ideas why this error occurs, is there any special IMG activity or PLM configuration that I could check to see if some printer settings are wrong?
    Regards,
    MV

  • Picking List Smart Form error

    I am getting a short dump in class "CL_SSF_XSF_UTILITIES==========CP"
    while running the smartform for the picking list.
    The short dump says "division by 0 (type p) error." in "CONVERT_METRIC" method
    The code where actual dump occurs is:
    <b>when unit_character.
         case ounit.
         when unit_twip.
              ovalue = ivalue * 1440 / cpi.
         when unit_point.
              ovalue = ivalue * 72 / cpi.
         when unit_inch.
              ovalue = ivalue / cpi.</b>.
    Any help would be appreciated.
    Thanks

    hi friends,
    i am facing with the same problem..
    can you please let me know what is the solution for this problem ?
    please remember actually it is a standard program we cant modify it... ?
    Thanks in advance...
    ysr
    Edited by: ysr@jay on Feb 12, 2010 10:50 AM

  • Error When Processing Picking List Script.

    Hi Experts,
    I have created Script for Picking List,
    I am getting the below error when processing ...
    Error Info...   VN 073: Errors occurred while processing output
    Its working fine when Standard Script SD_PICK_SINGLE is used ..
    Pls Help.
    Regards

    Hi Raghu,
    Before processing your picking list form make sure you have created a output type for it and you have assigned your form name and program name to that output type. you can see this in TCODE: NACE
    Thanks,
    Pritesh

  • Picking List Error

    Hi Experts,
    I have created Script for Picking List,
    I am getting the below error when processing ...
    Error Info...   VN 073: Errors occurred while processing output
    Its working fine when Standard Script SD_PICK_SINGLE is used ..
    Pls Help.
    Regards

    Hi Raghu,
    AS you are a technical person, it will be very easy for your to compare the standard SD_PICK_SINGLE and the script created by you.
    Prase

  • Error in Picking List (T-Code - CO27) - Urgent help pls

    Hi all,
    Situation-
       A work order has been released & the item for it has been made available using the picking list (CO27). However when i check the picking list again, the same item is still showing, but the Open Qty & Shortage fields show 0. I am not able to figure out how the item is still seen despite me picking it.
       When i select the line & click status, in the Business Processes tab, Release Component has a red indicator & says Error - BS 013 (System status REL is active), is this causing the problem & if yes how can i rectify it.
       Solutions please......

    Hi Aaron,
      Apologies for the delayed reply. I would like to inform you i am not a ABAPer so i dont know if what i did would be of benefit to you. But what actually had happened was the FI indicator was not ticked in the order & this was causing that error. This indicator i got to know is ticked automatically when the issual is done, but due to certain circumstances it might not be ticked, this happens due to some manual intervention is what i was made understood. I hope this was of some help to you. But i would say, it is better that u open a new thread & ask the experts for their view-point.
    Regards,
    Vivek

  • Pick List error

    Hi guys,
    We are using pick and pack to dispatch our orders partially. For the second time now, we have observed a pick error where the pick list  status changes to closed after being released yet no delivery has been made. The order therefore remains open but we cant deliver unless by doing direct partial deliveries from the order.
    Has anyone encountered such a problem before or is there any solution to this?
    Regards,
    Muhoro.

    Thank you Gordon,
    I actually cannot replicate it as it happens arbitrarily.
    Since we are in the process of upgrading to 2007 A, we will watch it in the new system.
    Regards,
    Ann Muhoro.

  • Pick selection list generation - srs

    EBS R12
    OS Linux
    I am submitted the program "pick selection list generation - srs", by using the fnd_submit API, this is supposed to pick the Sales Order and Release the Sales Order.
    Program is getting completed successfully, but is not picking the Sales Order.
    Can any body tell me the required setups for using this program.
    Regards,
    PK

    Hi PK,
    Try the following..I think for some last options.
    1. Subinventory specified as release criteria, and the order lines do not have a subinventory specified.
    2. A specific sales order is entered, and the scheduled ship date or request date ranges are outside the dates specified in the order. For example, order 12345 was entered and booked with scheduled ship date of Nov 1, 2009; and when pick releasing this order, a scheduled ship date range of Oct 1 2009 through October 31 2009 was specified.
    3. Shipping warehouse specified on the Pick Release form is not the same as the shipping warehouse specified on the order.
    Thanks
    -Arif.

  • Released qty exceeds available qty pick list error

    Hello experts,
    I have the following scneario:
    1) In stock 570
    2) COmmitted 10,100
    3) Available -9530
    I want to create a pick list for 100 and the system doesn't let me saying " Release qty exceeds available qty".
    Can someone please explain why?????????????????????
    Thanks

    Hi,
    As an enhanced functionality in SAP Business One version 8.8, the Pick and Pack Manager now allows the user to release items to a pick list even when there is no available quantity to release, such as when merchandize exists but has not yet been entered into SAP Business One.
    In spite of this enhancement the user cannot release an item from a Sales Order to a Pick list when the item does not have sufficient available quantity in stock to cover the quantity of the Sales Order.
    The system shows the following error message:
    "Released quantity exceeds available quantity"
    Solution
    This enhanced functionality only works if the "Block Negative Inventory by" checkbox is not selected under Administration -> System Initialisation ->Document Settings -> General tab
    Check Note No. : 1485867 as well.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

Maybe you are looking for

  • Emoticons in text email??

    A friend is sending me text emails with included emoticons like this: This is coming from a Yahoo address. How is he doing that?

  • Error when executing a report

    Hi, When i am executing a report its displaying , "User master record is not sufficiently maintained for object auth on". Its a authorization issue. Please suggest how to solve this.

  • If I buy an iPhone in China, can I get warranty covered in USA?

    If I buy an iPhone in China, can I get warranty covered in USA?

  • Three level pop up

    Hi All, I want to have three level pop up menu on my application. First Level- Horizontal on mouseHover it should show next level vertical and on second level mouseHover it should again be Vertical. I have changed the required paramaters but its stil

  • IPOD Mini will not play songs - "shuffles" from start to finish

    I don't know why this is occurring, but it shuffles from the first song to the last. It will not play anything at all. Very annoying. Any input would be appreciated as it appears as though this is a recurring problem.