How to get the right Serial Number during Pick Release

Please we need your help to get the right serial number => Auto-Allocate on YES, Pick Confirm with NO.
    A problem is occurring during the Pick Release process.  Custom code has been added to the hook INV_DETAIL_SERIAL_PUB to provide the Pick Release process with the serial number to pick for the item being pick released.  The hook works and the Pick Release process picks the correct (specified) serial number.  However, at some point later in the Pick Release process the lot number is chosen and the process seems to pick the first lot number it finds available for the item – it does not take into account the serial number provided by the hook.  This causes the Pick Release process to fail when the lot number chosen is not the lot number linked to the serial number.  Has anyone else encountered this same issue?
    An example:
Item ABC123
Serial SER001 – Lot LOT001
Serial SER002 – Lot LOT002
Serial SER003 – Lot LOT003
Item ABC123 is being pick released.
The customised hook provides the Pick Release process with serial SER002.
The Pick Release process correctly uses SER002, but chooses lot LOT001.
thanks!
Francisco

Hi,
I guess you have added the code at slightly different place.
Pick Release Process will always allocate lots based on Inventory Picking Rule (or WMS Pick Strategy if you are using WMS).
So if you want to override that you much first delete the MTLT record (inv_trx_util_pub.delete_lot_ser_trx), then insert MTLT with your Lot number (inv_trx_util_pub.insert_lot_trx)..then insert MSNT (inv_trx_util_pub.insert_ser_trx) with your serial number.
Ensure that transaction_temp_id on MSNT should match with SERIAL_TRANSACTION_TEMP_ID on MTLT table.
Thanks,
Hrishi

Similar Messages

  • How to get the iphone serial number  in application?

    hello,  everyone
       i  really want to konw how to get the iphone serial number in aplication ?  As it's different from uniqueIdentifier ....
    thank you

    Michele is correct - sneep will help you get the serial from the running domain on the M3000 ,
    and it is a good idea to install STB on your machines.
    If that isn't possible for you, then sneep can be downloaded directly from [http://www.sun.com/sneep]
    I believe that on this platform, sneep gets the serial from the output of prtconf.
    There is a minor correction to be made :
    After installed SNEEP use "man sneep" for all technical details.The sneep man page is not linked into the shared man pages, so you need to use
    man -M /opt/SUNWsneep/man sneep
    with out going to OK prompt (Banner)It is worth noting that the serial shown in the OBP banner is not the product serial
    that you will find on the physical serial tag.
    The banner "serial" is the decimal equivalent of the host ID, which you normally get in hexadecimal from the "hostid" command.

  • How to get the motherboard serial number?

    Hi
    i am writting an application which will encrypt the motherboards serialnumber and other info to do an activation of my application.
    inevitably locking my program to a specific PC.
    Does anyone know how i can get the motherboards serial number?
    I tried the wmi but get so many errors like missing prototype and not declared.
    I dont know when to start using the Windows Management Instrumentation with regards to Lab windows/CVI.
    Can anyone help me?
    Thanks
    Shako
    Help share your knowlegde

    I made up a small example that shows how to use WMI in CVI.
    Unfortunately, I tested it on two systems (Win XP and Win7) and the serial number that can be retrieved in System Enclosure (that should be the S/N assigned by the PC producer) is always blank.
    I will try to locate additional infos on this matter, in the meanwhile you may want to experiment with the example and search for other available infos (like for example OS or disk s/n) to create your own security system.
    The example can be found here.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • How to get the card serial number while installing applet

    I understand that I can retreive the card serial number from CPLC data. The getCPLCData () requires APDU objects in which it is not available at installation time.
    Does anyone suggust to me how to retrieve serial number while applet installation?

    while INSTALL is running?
    I guess there is no way to do this...

  • How do I go about getting the product serial number to register my product as well as install my product.  I bought it with a product box.  On the software disc sleeve, there is a series of numbers pasted at the bottom of the sleeves but this is not valid

    How do I go about getting the product serial number to register my product as well as install my product.  I bought it with a product box.  On the software disc sleeve, there is a series of numbers pasted at the bottom of the sleeves but this is not valid.  When I tried to type this in for registration, it does register as this numbers also contain letters in it.  Apparently the registration boxes accept numbers only.  What do I do with a useless product for which I have paid good money for it?????

    This is the simple solution which was offered to me when I tried to get the serial code on line.
    The box and disc sleeve do not contain a series with 24 numbers which I presume is the product code to install.
    I tried to redeem the registration code by following what they recommended, but inevitably it gets to the page that showed the registration boxes that need 24 serial numbers and I got stuck again.
    This product is so different what my previous experiences of other software products where I just enter the serial number straight from the disc sleeve and then I got registered and go on to use the software.
    I is really frustrating, spending the last two hours trying to get my product going....

  • HT200276 HOW WILL I GET THE LOST SERIAL NUMBER OF FINAL CUT STUDIO

    HOW WILL I GET THE LOST SERIAL NUMBER OF FINAL CUT STUDIO ???

    It's on the back of the installation booklet. If you've lost that, and have some proof of purchase, it can probably be sorted out by contacting Apple.
    Russ

  • How do I get the activation serial number for

    I've downloaded Photoshop CS6 Extended trial version. How do I get the activation serial number for this software

    You will need to buy the software.

  • How to get the BOX Serial No.

    Someone, know how I can get the BOX Serial Number?
    I tried with: java.lang.System.getProperty();, but i retrieve only the Company Manufacturer:
    java.lang.System.getProperty("havi.implementation.vendor");
    I see this in HAVI documentation Api but, i not found how i can get the serial number, anyone know what i can do? Or where i can find the right Api? or if is write in a file in the system and what file?
    Thank you

    I'm glad that you found the site useful.
    The closest thing to a complete list of properties that's available is in the MHP spec in section 11.3.1.1, part g (yes, they couln't have hidden it much better)
    The properties that must be supported by an MHP receiver are:
    - file.separator
    - path.separator
    - line.separator
    - dvb.returnchannel.timeout
    - dvb.persistent.root (only available if the application has permission to access the persistent filesystem)
    There are a couple of extra properties that you can get from the Xlet Context using getXletProperty():
    - dvb.org.id
    - dvb.app.id
    - dvb.caller.parameters
    dvb.org.id and dvb.app.id give you the organisation ID and application ID for that application, as indicated in the application signalling. dvb.caller.parameters gives you the arguments that were passed to the Xlet if it was started by another app using the application listing and launching API - if it was started in the normal way then this is empty. A few more details about these is given in part 11.7.1.1 of the MHP spec.
    This information should make it up on to my website sometime soon - I'm busy working on some OCAP tutorials at the moment, but once those are done I plan to revisit some of the MHP stuff and update/expand it.
    Hope this helps,
    Steve.

  • I have the right serial number to install arabic onto Ai, but the installer will not accept the serial number

    I have the right serial number to install arabic onto Ai, but the installer will not accept the serial number

    I'm also getting the "invalid serial number", but I'm wanting to upgrade my 5.1 to 5.1.4 to take advantage of HDV 720p/24 support. Is the 5.1.4 update even an option still? I really don't want to be forced to upgrade to FCS2 and shell out $500, just to get this one feature that was included in a patch.
    I went to the Registration page and it actually allowed me to register the serial number... (which I'm pretty sure I already had), but it still won't let me in to download any updates. Also, the email confirmation that was supposed to be sent has not arrived 20+ minutes later.
    Very strange. I called Apple support and they estimated a wait time of 15 mins... ugh.
    Anyone have other suggestions?

  • How to get the current month number

    Hi everyone,
    Does anybody know how to get the current month number in Oracle Discoverer Worksheet calculation?
    I try to use EUL_DATE_TRUNC(CURRENT_DATE, 'MM'), but instead I got 01-AUG-00.
    If I change the data display format to MM, it will give me "08" but if I use TO_NUMBER function to convert it to number I get error "invalid number"
    Is there anyway to get the current month value in number? Thanks

    Scott,
    Thank you so much! It works perfectly! :)
    Hope you have a great day ahead!
    Cheers,
    Angeline

  • How to get the unoccupied material number in a number range

    How to get the unoccupied material number in a number range.for example, I wang to get a number between 1500000 and 1599990 which is unoccupied as my material number to be created. Is ther any FM or codes?

    Dear,
    You can get this information from Tcode SNUM or you can access database table NRIV.

  • How to get the 4 digit number associated with a SAP icon ( ICON_MAIL )

    Hi Friends,
                   Could anyone please tell me how to get the 4 digit number associated with a SAP icon ( ICON_MAIL ).
                   eg: - For ICON_GREEN_LIGHT the four digit id code is '@08@' (which you can get from ICON table )and the associated 4 digit number is'1003'.
                  Similarly I want to get the 4 digit number for ICON_MAIL(e-mail icon)
    <b><REMOVED BY MODERATOR></b>
    Ashiq
    Message was edited by:
            Alvaro Tejada Galindo

    You can use this report...It's not mine...
    REPORT zdummy_atg_2.
    TABLES: ICON.
    INCLUDE <ICON>.
    FIELD-SYMBOLS: <F>.
    SELECT * FROM ICON.
       ASSIGN (ICON-NAME) TO <F>.
       WRITE:   /(5) <F>, 20 '@',21 ICON-ID+1(2),23 '@',ICON-OLENG,
                ICON-BUTTON,ICON-STATUS,ICON-MESSAGE,ICON-FUNCTION,
                ICON-NAME.
    ENDSELECT.
    Greetings,
    Blag.

  • When importing from my camera or file in Lightroom 5 my pictures are over-exposed by 1-2 stops, while they are well exposed on the camera-screen. How to get the 'right-exposed pictures on the screen?

    When importing from my camera or file in Lightroom 5 my pictures are over-exposed by 1-2 stops, while they are well exposed on the camera-screen. How to get the 'right-exposed pictures on the screen?

    There is an option in your Lightroom preferences on the General tab, "Treat JPEG files next to raw files as separate images". If you have that option checked then Lightroom will import and display both your raw and JPEG files. Are you using active D-lighting on your camera? If you are then you need to turn off that feature.

  • I can't get the entire serial number off my 5s.I do not have the original box or paperwork.All I find at ABOUT is the first nine letters and numbers followed by three ...-please help.

    5s,64 GB, with IOS 8.1.3, seems to have battery draining problem I just became aware of after just acquiring this phone. I can't get the entire serial number off the phone after going to GENERAL,ABOUT, and down to serial number. I only get the first nine letters and number with three ...---Need  to get this info to check with Apple and see if this phone indeed has this draining  battery issue and get it repaired. Tried using info from the Apple site to get the entire serial number and couldn't get it to work. Thanks for all help.

    rjcurtis wrote:
    ---Need  to get this info to check with Apple and see if this phone indeed has this draining  battery issue and get it repaired.
    What “draining issue”?
    The iPhone 5 has a battery replacement program but it does not include the 5S.
    I can't get the entire serial number off the phone after going to GENERAL,ABOUT, and down to serial number. I only get the first nine letters and number with three ...---
    See this -> Find the serial number and other information for your iPhone, iPad, and iPod touch - Apple Support
    "On most iOS devices, you can tap Settings > General > About to see your device's serial number, IMEI/MEID, and ICCID. If you're using iOS 6 or later, you can tap and hold on the number to use the copy option, then paste this information into Apple registration or support forms."

  • Why am I getting the message 'serial number you entered in invalid'?

    When I start up Photoshop CS6 I'm getting the message:  'serial number you entered is invalid'.  (I'm typing in the correct serial number).  I'm been using the programme since March 2014.  Why has this message started to pop up?

    Error "The serial number is not valid for this product" | Creative Suite

Maybe you are looking for

  • I am trying to upgrade my iPhoto 09 version 8.1.2 to iPhoto 11 on my mac but i am confused

    I currently have iPhoto '09 version 8.1.2 which was installed on my Macbook when I bought it. I have recently upgraded to OX Lion & want to upgrade to iPhoto '11 so I can use iCloud between my mac & iPhone but every time I click on the App in the App

  • I can't send a photo by text - New user, Blackberry Torch 9800

    I recently started using the Blackberry Torch 9800 and I'm still getting the hang of things. This means I'm at the stage where i'm still accidentally muting myself while i leave a phone message or putting people on hold with my ear.  If anyone has a

  • My computer was stolen. Now have problems with the activation

    My computer got stolen, so I set up an interim solution where I installed the Creative Suite. Now I have a new computer but I am getting activation error messages for the Creative Suite on it. How can I deactivate the instance from my stolen computer

  • Insert or create a button based scrolling Java script

    Goodmorning! Although I don't know yet how to write it, I was wondering if it is possible to create a Javascript (widget) myself for button based scrolling? I've been looking on the internet too, and there I can find many Javascripts. So if anyone co

  • Confirmation problem in IPM

    Hello All, When i try and enter the confirmation data(Using:CRM_IPM_D_USAGE_DATA - Enter Confirmation Data) for a sales contract and try saving it the system issues a message: "Some data was not transferred to the confirmation Message no. CRM_IPM_USA