Goods issue with blocked serial number

Hi All,
I have the following issue:
I use serial numbers in the delivery, this is mandatory, if the material has a mandatory serial number profile in the material master.
In the delivery its possible to select for a free material a serial number that's blocked (stock type 07 Blocked stock) the system accepts that. This should not happen.
Does somebody know how to solve this issue
Thanks!

Hi,
Receive again with correct item code and ware house with same serial number.
If not, Please explain with an example.
Thanks & Regards,
Nagarajan

Similar Messages

  • Has anyone else had issues with the serial number listed under MyAdobe not working?

    Trying to re-install CS4 to work on something, and when I downloaded the installer and unpacked it, it rejected the serial number listed on my MyAdobe page for the CS4 Master collection. Is there another number somewhere I should be entering or something?

    IF you are sure you are downloading the correct suite, you need to contact Adobe Support either by chat or via phone when you have serial number and activation issues.
    Here are links to a page with options to help make contact:
    Serial number and activation support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html
    http://adobe.ly/1aYjbSC

  • Goods Issue with Serial number reversal

    Hi Experts,
    I have an item which is set to Inventory Item and Sales Item. I brought it in via Inventory/Good receipts to assign serial numbers.
    I realized I used the wrong Warehouse and wrong item Code ( I have 2 codes set the same but for different recording purposes)
    Unfortunately did I turn around and created a goods issue with the serial numbers to wash it but I do nee the serial numbers available to do my correct entry. How can I get my Serial numbers back which show no unavailable.
    If I try to set the item also as Purchase Item and try to do a return it wont show. Please advice.
    Thanks

    Hi,
    Receive again with correct item code and ware house with same serial number.
    If not, Please explain with an example.
    Thanks & Regards,
    Nagarajan

  • Can he block my iphone with the serial number

    Hi to all. while ago i had bought an used iphone 4 without the bill and i have some questions not resolve with the seller. Mine question is can he block my iphone with the serial number or IMEI? The iphone as IOS 7 and is register to me with the option "find iphone" on.
    He bought the code to unlock the network and I do not have any invoice(bill) to prove it.
    I have questions not resolve with the seller because he has another iphone 3GS for 2 years to repair and until now nothing is resolve.
    I have left the iphone 3GS with him, and bought an iphone 4 with IOS7.
    What you guys says to this?
    I apologize for my bad english

    Where i live if i repport my phone stolen and give the police the imei they will have all carriers block it
    Serial is just a number

  • How to block an Ipod Touch with a serial number?

    Who can tell me how i can block my Ipod Touch, it was stolen and i did not configured the Icloud application to find it or lock it...Can i block it with the serial number? i live in Colombia and i don´t really know where can i get support to do this..
    thank you

    No. The SN will only help idenify the iPod as yours if it is recovered.
    - Report to police and change the passwords fro all accounts used on the iPod.
    - Apple will not help
    Reporting a lost or stolen Apple product

  • How can I track my mac with a serial number

    How do I track my mac with a serial number.  My computer was stolen and the find my mac wasn't enabled?

    You can't.
    What To Do If Your iDevice or Computer Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if it is connected to the Internet by Wi-Fi or cellular. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. iCloud- Use Lost Mode
      6. What to do if your iOS device is lost or stolen
      7. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      8. Find My iPhone
      9. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Mac Computer
           Find My Mac can be used from Find My Phone at iCloud.com and via Find
           My Phone on your iDevice.
          The following is third-party anti-theft software:
               1.  STEM 2.1
               2.  MacPhoneHome 3.5
               3.  MacTrack 7.5.0
               4.  VUWER 1.7
               5.  Sneaky Bastar* 0.2.0
               6.  Undercover 5.1.1
               7.  LoJack for Laptops
               8. Hidden 2.0
               9. Prey 0.6.2

  • How to do good Issue with S/N from DI API

    Hai,
    I want to do good Issue with Serial Number using DI API but I got an error message <b>"\[IGE1.DocEntry]\[line:0],item serial is not found in Whse SR-5155 - 1 - R5155KGS ' (-5002)" </b>
    here is the code
    Set oGoodIssue = oCompanyDI.GetBusinessObject(oInventoryGenExit)
            oGoodIssue.DocDate = "12/14/2007"
                oGoodIssue.Lines.itemCode = "SR-5155"
                oGoodIssue.Lines.WarehouseCode = "R5155KGS"
                oGoodIssue.Lines.SerialNumbers.SystemSerialNumber = CStr(1)
                oGoodIssue.Lines.SerialNumbers.ManufacturerSerialNumber = "SR-0000001"
    oGoodIssue.Lines.SerialNumbers.InternalSerialNumber = "SR-0000001"
                oGoodIssue.Lines.SerialNumbers.SetCurrentLine 0
                oGoodIssue.Lines.SerialNumbers.Add
            retval = oGoodIssue.Add
            If retval <> 0 Then
                oCompanyDI.GetLastError errMsg, errMsg2
                sbo_application.messageBox errMsg & " (" & errMsg & ")"
            Else
                sbo_application.messageBox "Success"
            End If
    I check already from SAP BOne and the serial number is exist
    Can someone help me solve this problem
    Thanks and Regards,
    Arthur Siwan

    Hi Arthur,
    Try this code ( i had changed only one line of code in your original code)
    Set oGoodIssue = oCompanyDI.GetBusinessObject(oInventoryGenExit)
    oGoodIssue.DocDate = "12/14/2007"
    oGoodIssue.Lines.itemCode = "SR-5155"
    oGoodIssue.Lines.WarehouseCode = "R5155KGS"
    oGoodIssue.Lines.SerialNumbers.Add
    oGoodIssue.Lines.SerialNumbers.SystemSerialNumber = CStr(1)
    oGoodIssue.Lines.SerialNumbers.ManufacturerSerialNumber = "SR-0000001"
    oGoodIssue.Lines.SerialNumbers.InternalSerialNumber = "SR-0000001"
    oGoodIssue.Lines.SerialNumbers.SetCurrentLine 0
    retval = oGoodIssue.Add
    If retval 0 Then
    oCompanyDI.GetLastError errMsg, errMsg2
    sbo_application.messageBox errMsg & " (" & errMsg & ")"
    Else
    sbo_application.messageBox "Success"
    End If
    Hope it helps you
    Regards
    Vishnu

  • Having issues locating my serial number

    having issues locating my serial number for photoshop elements 11. I found a 18 digit number on the back of the cd cover, but it is not working.

    Hello Ina,
    in addition to Ned's hint:
    First of all you could have a look there: https://www.adobe.com/account.html  >>> see My productsView all >>> These registered products are associated with your Adobe ID. >>> Name >>> Serial number
    If not successful use (Ned's link) http://helpx.adobe.com/x-productkb/global/find-serial-number.html  >>> I lost my serial number >> see comment
    And because i'm not sure: Maybe you obtained your "serial number" from these firms like Amazon. This is not a serial number, only a code with which you can request a serial number from Adobe. Here you have to go through your "Adobe Store", and look for the button "Serial Number Request". Fill in the form and, after a while you will get a "real" serial number.
    Good luck!
    Hans-Günter

  • Can I change the Apple ID associated with a serial number?

    I just purchased an iPad 1 used. The previous owner had its serial number registered under his Apple ID. Does anyone know how to change the apple ID associated with a serial number? On my iPad I am the apple user associated with the device. I am not the associated Apple ID on the Apple website.

    Here is the Apple product registration web site.
    https://register.apple.com/cgi-bin/WebObjects/GlobaliReg.woa
    If you have the receipt for the device, it really doesn't matter to whom the device is registered. The warranty is tied to the device, not the owner of the device so the warranty effectively transfers when you buy the iPad from the previous owner.
    Here is the site where you can check to see how long the warranty is still good for.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Actually, I think all you need is the serial number if you need warranty service and it doesn't matter who owns the iPad at the time that service or warranty issues arise.

  • How to link manufacturer serial number with Internal serial number

    Hi
    I just want suggestion on my below requirement.
    I have supplier serial number (Manufacturing serial number). We also have internal serial number.Normally we create internal serial number automatically at the time of MIGO. We have not facility to put external serial number in MIGO and that can be link with Internal serial number.
    We normally to put external serial number in IQ02 manually in the field of SERGE.
    How i Can activate supplier serial number in migo  and link with material document.
    Regards
    Sandeep

    Hi Ravindran
    Please see below answers of your questions
    During MIGO we put internal serial number during MIGO. Which we create by pressing automatically while MIGO post. There is no option of maintaining manufacturing serial number in MIGO.
    Activate serial number profile as Z001 with below details
    Prodc
    procedure description
    Ser usage
    equip req
    HUSL
    Maintain handling unit
    2
    2
    MMSL
    Maintain goods receipt and issue doc.
    3
    2
    PPAU
    Serial numbers in PP order
    2
    2
    PPRL
    PP order release
    3
    2
    QMSL
    Maintain inspection lot
    3
    2
    SDAU
    Serial numbers in SD order
    4
    2
    SDCC
    Completness check for delivery
    3
    2
    SDCR
    Completion check IR delivery
    2
    2
    SDLS
    Maintain delivery
    2
    2
    SDRE
    Maintain returns delivery
    2
    2
    Manufacturer produce material with their own serial number and its own series. We produce our own serial number and Maintain the manufacturing serial number in serial number master data for traceability purpose. In  IQ01 there is one filed available to maintain  manufacturing serial number(SERGE- FIELD NAME, TABLE-ITOB). In case any enquiry come from customer like your particular serial number is damage or quality issue. In that case if that component procure from supplier . we  inform supplier about there defective plant and claim on same.
    4    we use serial number in MIGO as internal serial number.

  • HT1529 how to find my iphone with the serial number

    hi
    could you please tell how to find my iphone with the serial number ?

    Sorry, there is no way to do that.
    What To Do If Your iDevice or Computer Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Mac Computer
           Find My Mac can be used from Find My Phone at iCloud.com and via Find
           My Phone on your iDevice.
          The following is third-party anti-theft software:
               1.  STEM 2.1
               2.  MacPhoneHome 3.5
               3.  MacTrack 7.5.0
               4.  VUWER 1.7
               5.  Sneaky Bastar* 0.2.0
               6.  Undercover 5.1.1
               7.  LoJack for Laptops
               8. Hidden 2.0

  • Tracking Goods movement based on Serial Number

    Hi All,
    I need expert advise on the following regarding the usage of Serial numbers from MM Perspective:
    1. Whether the Number range for Serial Numbers can be given. This is to take care of the Goods bearing serial numbers, being delivered by the external vendor. I have two options: one to update the stock with the same serial number as given by the vendor & the second is to generate my own serial number for the material.
    2. I also need to track the complete Goods movement based on the Serial Number of the material.
    Pls advise asap.
    Regards,
    Shekhar.

    Hi Kishore,
    Thnx for your prompt response.
    As requested, If I need to update the stock and want to continue with the serial number as given by the vendor (may be in the form of barcode), what config settings are reqd ?
    Secondly, pls advise whether we can assign Number range to the Serial Numbers. Then we need to work upon situation where the serial number provided by the vendor is beyond the specified number range.
    Pls advise.

  • My Adobe Acrobat X pro is not opening after 1 month of Installing, it happens every month then I re-install to use it with my Serial Number again

    My Adobe Acrobat X pro is not opening after 1 month of Installing, it happens every month then I re-install to use it with my Serial Number again

    Hi hnssiva,
    The answers to Pat's questions will help us get to the bottom of things. In the meantime, please check out this document: http://helpx.adobe.com/creative-suite/kb/acrobat-failed-launch-30-days.html, as it sounds like you may be running into the issue it covers.
    Best,
    Sara

  • How can I install a trial of my purcahse before retrieving my receipt with a serial number?

    The email says that after I have submitted my academic verification:
    "We will review your identification within one to two business days of receipt. You will be notified when your identification is approved or if there is an issue with the provided identification. Notice will be sent to this email address. Check the order status page to address any questions about your order.
    You may install and use your product as a trial for up to 30 days while awaiting receipt of your serial number from Adobe."
    I bought a very large product with quite a few features, so how do I install that in particular before I get the serial number for it?
    Order: Creative Cloud Indiv,ALL, Multiple Platforms, Multi NorthAmerican Language

    start your trial here, http://www.adobe.com/products/creativecloud/faq.html#free-membership
    or if you follow all 7 steps, you can download a trial via one of the links on this page using a browser that accepts cookies:  http://prodesigntools.com/adobe-cc-direct-download-links.html
    and activate with your serial number.
    if you have a download problem, you didn't follow all 7 steps.  typically, failure to meticulously follow steps 1,2 and/or 3 is the problem, but your browser must also allow cookies so that's (a restrictive browser setting) another potential source of problems.

  • I accidentally threw away the box with my serial number before registering the product. I am new to adobe so I didn't realize I would need it. Is there a way to track down my number?

    I accidentally threw away the box with my serial number before registering the product. I am new to adobe so I didn't realize I would need it. Is there a way to track down my number?

    Barbara B. wrote:
    There is one faint glimmer of light. Depending on where you bought PSE you might have gotten a redemption code rather than a serial number. If you didn't also throw away your receipt, check that for a code. Then go here, if you find one:
    Redemption Code Help
    But otherwise, I'm afraid you are out of luck, sorry.
    Barbara,
    It has been months since I visited here.  Your patience is still intact!  I have your wonderful PSE 11 book on my Kindle now.  Thanks for the good work.

Maybe you are looking for

  • Comparison for iPod Users: Free Online Converter & DVD to iPod Converter

    Compare two channels of obtaining video sources for iPod: one is using online converter, the other is DVD to iPod Converter. After the general introduction of the two methods, I will analyze their advantages and disadvantages for you to choose accord

  • Migrating to jdeveloper 9i

    Hello, I'm migrating a application that uses bc4j from jdeveloper 3.2 to j9i, but i have problems in a JSP page, in some pages when i want to create a row using a view object i have this problem. oracle.jbo.RowCreateException: JBO-25017: Error while

  • Network security with Oracle Database Cloud Service

    Does the Oracle Database Cloud service support SSL? Or, any form of network encryption/authentication between a client and the service across the Internet?

  • BaseLine date different from Terms Of Payment Date

    Hi, My client posted 3 documents dated 23.12.2009,17.12.2009,14.12.2009  respectively. The terms of payment has been set to accept document date as default for the baseline date. This means that the baseline dates for the  documents should be same as

  • Log file in WD

    Hi experts, how can I create simple text file as a log file and then show save dialog as a popup window to the user? I think about presentation server. Any ideas how do it? Thank you in advance. BR Paul