WIP Assembly Completeion for a returned Serial Number

Hi friends,
We want to use a serial number which has been returned already via WIP Assly return against a job.
System is not allowing to consume the same serial number against another discrete job.
To throw you light on the above issue, please find the exact sequence of operations happened.
1. Created a discrete job. Job Number : 63166-10142 for 20 quantities.
2. The job was initially completed for 20 quantities bearing 20 different serial numbers.
At this stage, in the discrete job > job history - Quantities completed was '20' and Quantities remaining was '0'. The job status was 'Completed'.
3. Later on Assembly return for one assembly was done bearing the serial number-80E62679970.
4. Now at this stage discrete job status was 'Released' and in the discrete job > job history - Quantities completed was '19' and Quantities remaining was '1'.
5. Now the user completed the discrete job 63166-10142 , with a serial number -80M62724253.(which is different from the returned one).
6. Now at this stage discrete job status became 'Completed' and in the discrete job > job history - Quantities completed was '20' and Quantities remaining was '0'.
7. Now the user wants to use the serial number-80E62679970 which was earlier returned in another job.
The system is not allowing to use the serial number as it is already used.
Already a SR has been logged with Oracle.But it is pending with them and still we are struggling to find a resolution.
Any pointers would add on to our dimension of thinking.
Regards,
Bala.

Hi Bala,
Can you mention the status of the serial number you have used (80E62679970) now.
Navigate : Inventory > On-hand Availability >Serial Numbers
In the Serial Info Tab you can find the current state of the serial number.
If you pass on the info, i can try to help you out.
Thnaks,
Saravanan

Similar Messages

  • Downloading Acrobat XI(Upgarde Acrobat install asking for previous qualifying serial number)

    I've just downloaded Acrobat XI and it is telling me that the serial number is not for a qualifying product. The drop down does not list Acrobat XI as an option.  How can I complete this download? 

    Hi bjohnsmiller,
    Welcome to Adobe Forum,
    I did check the order of Acrobat 11 standard purchased last year. It is an upgrade, When an upgrade is installed, it asks for previous qualifying serial number to complete the installation.
    Incase you do not have the previous qualifying serial number then you can :-
    1. Return the product (if within 30 days of purchase) & buy a full version
    2. Incase the purchase is more than 30 days old purchase, you can contact Adobe support http://adobe.ly/yxj0t6 as you will assisted to install with exception granted to you.
    Hope it helps you. Please inbox me privately with your call back number to assists you. Please mark this post correct or helpful if you find the information helpful. We value your opinion.
    Regards,
    Rajshree

  • That did not help me find out needy iPhone will break Icloud account for Iphone his serial number (DN**********TTN) for I am I can not activate buy user please help

    That did not help me find out needy iPhone will break Icloud account for Iphone his serial number (DN******TTN) for I am I can not activate buy user please help
    <Personal Information Edited by Host>

    Your question isn't at all clear. Is this a second-hand phone which has been locked by the previous user?  In that case only the previous owner can unlock it, either by providing you with the account ID and password, or by removing it from his list of devices (as he should have done before selling it) - please see http://support.apple.com/kb/ts4515
    If you unable to contact him to do this then I'm afraid you will not be able to use the device - there is no other way of unlocking it at all.
    You should if possible return it to wherever you bought it and ask for a refund as in this event the device is completely useless.
    You should not post serial numbers or any other personal data here; I've asked the Hosts to remove it.

  • I purchased Lightroom 5 and Elements 12 and installed them on a computer. I now have a new computer, and wish to install them on the new one. When I tried to do so, my only option seemed to be Adobe Cloud. When I was asked for my LR serial number, it was

    I purchased Lightroom 5 and Elements 12 and installed them on a computer. I now have a new computer, and wish to install them on the new one. When I tried to do so, my only option seemed to be Adobe Cloud. When I was asked for my LR serial number, it was not accepted. Please help me install these two products; I prefer stand-alone, rather than a monthly fee. Thank you

    PSE 10, 11, 12 - http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html
    PE 10, 11, 12 - http://helpx.adobe.com/premiere-elements/kb/premiere-elements-10-11-downloads.html
    Lightroom - all versions
    Windows
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows
    Mac
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Macintosh

  • I bought a new computer and downloaded my lightroom 4 to it. When I installed the program it asked for my serial number and I impujted it. Then it asked for my previous serial number from my original lightroom 3 purchase. Since I upgraded to ligtroom 4 I

    I bought a new computer and downloaded my lightroom 4 to it. When I installed the program it asked for my serial number and I imputed it. Then it asked for my previous serial number from my original lightroom 3 purchase. Since I upgraded to lightroom 4 I don't have the serial number for the version 3. How do I get the serial number from my 3 version so I can activate my version 4 program

    If you have Lightroom 3 still installed, you can get it from there.
    If you don't and you have your box/disk, it should be on there.
    IF you don't have either of those,and you registered your software, you can log into your Adobe account and retrieve it there.

  • Goods Receipt entry for items with serial number

    Hi All,
    When I try to create a Goods receipt entry, for items with serial number, i'm always getting the following error message.
    [OSRI] , 'The selected quantity of serial/batch numbers is greater than the quantity in row Id'
    The following is the code that I'm using
    Dim oInvetoryGenEntry As SAPbobsCOM.Documents
    Dim oSerialNumber As SAPbobsCOM.SerialNumbers
    Dim ErrCode As Long
    Dim ErrMsg As String
    Dim ret As Long
    Set oInvetoryGenEntry = oCmp.GetBusinessObject(oInventoryGenEntry)
    Set oSerialNumber = oInvetoryGenEntry.Lines.SerialNumbers
    oInvetoryGenEntry.DocDate = Now
    oInvetoryGenEntry.DocRate = 1
    oInvetoryGenEntry.TaxDate = Now
    oInvetoryGenEntry.PaymentGroupCode = "3"
    oInvetoryGenEntry.Comments = "GRN Entry11"
    oInvetoryGenEntry.Lines.ItemCode = "A00004"
    oInvetoryGenEntry.Lines.Price = 100
    oInvetoryGenEntry.Lines.Quantity = 1
    oSerialNumber.SystemSerialNumber = 55555
    oSerialNumber.InternalSerialNumber = "2354"
    oSerialNumber.BatchID = "bt1"
    oSerialNumber.Add
    ret = oInvetoryGenEntry.Add
    If ret <> 0 Then
            oCmp.GetLastError ErrCode, ErrMsg
            MsgBox ErrCode & " " & ErrMsg
        Else
            MsgBox "GRN Entry made."
        End If
    It would be wonderful if anyone help me out to trace the exact reason for this issue.
    Thanks
    John

    Hi John I'm almost sure that your working with SDK 6.5 with SP1 or lower, visit this address
    https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://DI: Add more than one serial numbers in Invoice
    Maybe you can find your answer if you can fix it let me Know my email address is [email protected] because i had the same problem.
    Regards

  • I have Adobe Acrobat 9 Pro and the serial number.  It is asking for an older serial number?  Please help?

    I have Adobe Acrobat 9 Pro and the serial number.  It is asking for an older serial number?  Please help?

    Hi juneb55782770,
    I believe that you have an upgrade version of Adobe Acrobat Pro, in this case it will ask for the serial number of the previous qualifying version.
    You can find your old serial number using this link : Find your serial number quickly
    Hope this will resolve your issue.
    Please reply if you still experience any issue.
    Regards,
    Aadesh

  • I have installed FCE on my macbook and on my desktop. Then I accidentally migrated FCE from the desktop to the macbook. Now each time I launch FCE on the macbook it asks for the product serial number. How can I stop this happening?

    I installed Final Cut Epxress 4 on my laptop and my macbook and then accidentally also migrated FCE from the desktop to the macbook. Now each time I launch FCE on the macbook it asks for the software serial number. I enter the number which is then rejetced as it's already been used twice. FCE launches anyway as the licence info had already been written to my hard drive when I first installed FCE. How can I stop it asking for the serial nmber every time I open FCE?

    You need to uninstall FCE from you Macbook and then reinstall it.
    If you are not familiar with the process, FCS Remover is an app that can uninstall FCE for you.

  • When I downloaded PhotoShop CC to my iMac it was suppose to include Lightroom. Lightroom was already running as a free trial.  Now the trial has expired and PSCC asks for the Lightroom serial number. What to do?

    When I downloaded PhotoShop CC to my iMac it was suppose to include Lightroom. Lightroom was already running as a free trial.  Now the trial has expired and PSCC asks for the Lightroom serial number. What to do?

    Lets clear a couple of things up first.
    1, You have the Photographers CC subscription which gives you access to PSCC and the current version of Lightroom.
    2. PSCC does not include Lightroom.
    Now what you will need to do is delete the Lightroom app on your iMac and restart the Mac. Then you can d/load Lightroom from the CC app.

  • Asking for 16-digit serial number after installing new motherboard

    Hi, my computer's motherboard died and I got a new one installed. I own Creative Suite 6 Design and Web Premium and it is installed on this machine. Since I got the new motherboard, if I start up an Adobe application the Adobe Application Manager pops up and asks me for a 16-digit (all numerals) serial number. But the CS6 serial number is NOT all numerals and is NOT 16 digits, so it won't let me type it in. I have no other serial number. How can I fix this? Currently my apps are still working, but I think they think they are a trial version that expires in 30 days. I'm using it on a MacBook Pro running OSX 10.9.3. Thanks.

    YOu are wrong. Serial numbers are always only numbers. What you have is an eligibility code. Since you obviously already activated it a nd exchanged it for a final serial number, it must be somewhere on your account or your archived e- mails. If not, contact support directly by web chat.
    Mylenium

  • In CO11N, no auto goods receipt & issues for materials having serial number

    Hi,
    I had activated for auto GR and backflushing for materials to happen auto GR and issue during confirmation - CO11N,
    FG material w/o serial number are auto receipted and SFG materials w/o serial number are auto issued during confirmation.
    But auto goods receipt and issues are not happening for materials happening serial number assigned, even these materials cant be seen in goods movement view in CO11N.
    Plz inform if any settings are to be made.
    Thank you in advance.

    Thank you very much for all of your replies,
    So with respect to SAP note 39230, it is not at all possible to have an automatic goods receipt or goods issues for serialized materials within an order confirmation.
    Thank you,
    with regards,
    Basanagouda Gudageri

  • Contacting creative for warranty without serial number?

    7Contacting creative for warranty without serial number?& Hi,
    The right channel of my Creative EP-830 headphones doesn't work anymore and since I bought it only 8 months ago (in a Dutch store: www.bol.com), I want to claim my warranty. However, I don't have the packaging anymore and thus I also don't have any serial number. And for some ridiculous reason Creative has seemingly set up its site such that it is impossible to contact them through e-mail or phone without a serial number.
    How can I contact them to claim my warranty in the Netherlands? I have not been able to find any phone number on the website, and every time I get to an e-mail form to contact them it wants the serial number of my headphones, which I don't have.
    Any help would be greatly appreciated, especially since this is not the first time I'm having broken Creative headphones within the warranty period.
    Regards,
    Tijl KindtMessage Edited by Quicky on 05-28-2009 03:43 [email protected]

    Hello Quicky,
    Welcome to Creative forums!
    Please check your PM. Important thing is you should have your receipt because tech support needs it.

  • Just purchased Lightroom (stand alone) and asks for a previous serial number. I don't have one only an students version of photoshop for which I can't find the serial number

    Just purchased Lightroom (stand alone) and asks for a previous serial number. I don't have one only an students version of photoshop for which I can't find the serial number

    If it is asking for a serial number for a previous version then you purchased an upgrade version rather than a standalone version.  You should be able to determine this based on the price you paid.  If you do not own an earlier version then you need to purchase a full version rather than an upgrade.  If you did purchase a full version but acquired an upgrade version then you will need to acquire the full version.
    Contact Adobe support thru chat to help get resolution...
    Get help with orders, refunds, and exchanges (non-CC)
    http://helpx.adobe.com/x-productkb/global/service-b.html ( http://adobe.ly/1d3k3a5 )

  • How to find Assembly Numbers for a given Equipment Number

    Hi all,
    Can anyone pls help me out in finding the assembly numbers for a given equipment number??
    Thkz in advance.
    Harpreet.

    Hi
    Try a code like this:
    DATA: BEGIN OF MCHA_KEY,
           MATNR TYPE MATNR,
           WERKS TYPE WERKS_D,
           CHARG TYPE CHARG_D,
          END   OF MCHA_KEY.
    DATA: BATCHCLASS LIKE BAPI_CLASS_KEY-CLASSTYPE VALUE '022'.
    DATA: OBJECT_CLASSIFICATION LIKE  BAPI_OBJECT_VALUES
                                                  OCCURS 0 WITH HEADER LINE,
          CLASS_OBJECTS LIKE  BAPI_CLASS_OBJECTS  OCCURS 0 WITH HEADER LINE.
    DATA: _CLASSNUM LIKE BAPI_CLASS_KEY-CLASSNUM.
        BAPIFLAG = 'X'.
        CALL FUNCTION 'BAPI_CLASS_GET_CLASSIFICATIONS'
             EXPORTING
                  CLASSTYPE              = '022'
                  CLASSNUM               = _CLASSNUM
                  CHARACTS_OF_CLASS_ONLY = BAPIFLAG
             TABLES
                  OBJECT_CLASSIFICATION  = OBJECT_CLASSIFICATION
                  CLASS_OBJECTS          = CLASS_OBJECTS
             EXCEPTIONS
                  OTHERS                 = 1.
    Max

  • REASON FOR AN INAVID SERIAL NUMBER

    I TRIED TO REGISTER LIGHTROOM 5 (MAC) AND GOT THE INFORMATION THAT MY SERIAL NUMBER IS INVALID. WHAT CAN I DO?

    Am 27.12.2014 um 14:28 schrieb dj_paige <[email protected]>:
    REASON FOR AN INAVID SERIAL NUMBER
    created by dj_paige in Photoshop Lightroom - View the full discussion
    . where did you get it .Internet..
    Hi, I asked for details ... your answer of "internet" is not a detail, it is the opposite of "details", it is the most general answer possible ... can you tell us what the web address was that you got it from? That would be sufficient detail
    what test version .What do you mean?
    You got something from the internet ... exactly what did you get? Describe it. I assume you got a file from the Internet (is that correct?), what is the name of that file? Sorry can not remember this, maybe it was the adobe homepage
    and if standalone, what version number of Lightroom? Where can I find this information?
    Open Lightroom, and then go to the Help Menu and select About Adobe Photoshop Lightroom … it is Lightroom 5.6
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7046569#7046569 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7046569#7046569
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Photoshop Lightroom by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

Maybe you are looking for

  • ASM Disk Mount Error

    Hi, I am consistently getting the following error since yesterday while mounting the ASM disk. 1. I created the ASM disks successfully and created the appropriate ASM DiskGroups using asmca utility. 2. I was able to see the diskgroups as mounted from

  • Hp officejet 4635

    I bought the HP Officejet 4635 and have had trouble printing pictures in a Word document.  The problem happens when I have to resize the picture. For example, if the picture is 4" square and I want to reduce it to 2" square in the document, I ususall

  • Casting String to date

    I tried to convert string data type variable to date using this code: import java.util.Date; import java.text.*; import javax.swing.*; import java.*; public class test1 { public static void main(String args[]) throws ParseException { String inDate1 =

  • J2EE Tutorial is really getting to me

    Hi all, Here's the thing. For my internship i have to develop a web service using J2EE 1.4. I've only just started 2 weeks ago, and been researching the whole platform and all it's components. Just now i've began to look at the web services using JAX

  • Originally registered apple ID of the mail can not unlock the iPhone, how to do?

    Yesterday a very strange thing happened, suddenly my apple id password error has been unable to log messages, but then I reset my password has been unable to receive my reset password notification letters, then I use the same mail account actually re