How to pick random HU in EWM?

Hello,
I have the current situation in which a warehouse task is generated to pick a certain HU in order for it to be transferred to the GI-ZONE. This is due to a consumption in ERP. The issue is that I have a pallet in which I have 200 of these HUs (all with the same batch number). The WT suggests me a HU but it is rather difficult to send the picker to search among the 200 HUs to find and confirm it in the RF environment. I would like the system to let the picker choose his WO on which he is working and allow him to scan a random HU and replace the one from the pick WT (if of course is from the same batch). I know I can use Exception handling but this might prove to be used a lot and so it is not an exception anymore.
At the storage type level, from which I pick, I have put the Level of Avail. Qty to value 1 - Storage Bin as the theory states but it doesn't help. Have you got an idea of what should be done?
Thanks.

Better make that 'Q' instead of "Q". The rest is fine though.
kind regards,
Jos

Similar Messages

  • How to pick random MC frame?

    How can I pick random frame from movie clip, so that mc doesn't loop. Movie clip is a symbol. I made symbol defined it as mc, mc contains 4 frames, each frame contains some object. Any advice?

    OK I'll try to explain.
    I have mc which contains 4 objects each in separate frame.
    I have 5 spots, where those objects appear.
    Right now those four objects loop, but I need, that on object shows up on one spot other one on other spot and so on, randomly.
    I made function which makes those objects appear on random coordinates.

  • How to pick random element in 2D array

    This is the contents of my constructor. How is the best way to pick a random element in a 8x8 array and assign it "Q"?
         public DancingQueen()
              board = new char [BOARD_SIZE][BOARD_SIZE];
              for (int i = 0; i < board.length; i++)
                   for (int j = 0; j < board.length; j++)
                        board[i][j] = SPACE;
                   Random generator = new Random();
                   int r = generator.nextInt(8);
                   int c = generator.nextInt(8);     
                   board[r][c] = "Q";

    Better make that 'Q' instead of "Q". The rest is fine though.
    kind regards,
    Jos

  • How to create random loop

    i am trying to create a picture quiz what picks randomly 50
    pictures from 500.
    how can i do that i wont pick twice the same picture.
    So how to code a random code what fist picks a
    number...stores it to variable..then
    stores it to array? and next time when picking number it
    first checks is that number already in the array
    and if it is then does another random untill finds a number
    what is "new" , not in the array?

    hi,
    I'm using random functions quite a lot at the moment.
    In Flash you'd use:
    var random_number:Array = new Array();
    var i:Number;
    for (i = 0; i < 50; i++) {
    trace(i);
    random_number(i) = random(500)
    (those should be square brackets around the i after the
    'random_number' in the assigning line)
    this would randomly choose a number from 0 to 499 and assign
    it to the variable random_number array - indexed according to the
    current step within the loop. The loop will run for 50 loops giving
    you your 50 numbers.
    I'm tight on time so....all that's left is that within the
    loop you'd just need to do a conditional check before assigning a
    value.
    Hope that helps!

  • How can I randomly assign addition or subtraction in a for loop?

    Does anyone have any ideas for how I can randomly assign a for loop to add or subtract random numbers throughout various itterations?  My current code generates two random numbers and adds them together for a set number of itterations.  I need some random itterations to be subtraction.  Thanks in advance!  
    Solved!
    Go to Solution.
    Attachments:
    Screen Shot 2015-06-11 at 7.56.31 AM.png ‏36 KB

    Add another Random Number generator and compare the result against 0.5. Use a case structure around your addition/subtraction operator.
    Seems like you might also want to output which operation actually got picked.

  • How to pick the field "Origin Object" from SAP R/3

    Hi all,
    I need to implement a new field in a BEx Report : "Origin Object". This data is mix of "Cost Center" + "Project type", it's related to the PS module.
    This field isn't available in my BW datawarehouse, so I need to figure out where and how to pick up it in R/3. I used the "data element" name : "CO_USPOB" and I've made a research through the "Where used list" tool but I didn't find any tables, only some structures. I've checked all of these structures but I didn't get any tracks...
    Do you know another way to investigate? is there any doc. on the SAP.help about this data element?
    Thanks in advance for your suggestions.
    Jak

    Hi,
    If you know the transaction where the field can be seen. Then run the trace on that transaction and in the Trace list you will see all the tables accesed during the tranasaction execution. Then you can get the correct table from the table list
    Thanks,
    Nagarjuna

  • How to pick consignment stock @ FIFO method when involved multiple vendors

    Dear Guru s ,
    I need some information/ logic  on how to pick consignment stock @ FIFO method when involved multiple vendors (who supplies consignement goods) .
    1)We have tried to determine the vendor @ FIFO method from the material document date & time   with 101 K  mvmt type
    2) when we check MSEG table we are unable to get the current stock updates .For example Vendor A stock is showing 60 KG in MMBE , but MSEG is showing only 45 KG for the same vendor & storage location  .
    Can anyone provide me the logic / info on the same.
    Thanks
    Anil

    Hi Anil
    MMBE will show you total stock, your logic is correct , you can go for MSEG , but you need to add opening stock for that material for the period.
    Suppose you are looking for report between 2nd august to 10 august , then you need to take opening stock on 2nd august and then add all goods receipt( 101 k) between 2nd to 10th and you will get correct stock on 10th ( same as MMBE)
    Note : I am assuming that current date is 10th august. If you want to see stocks on particular date then go for MB5B.
    Now as per your requirement , you can identify goods movement based on FIFO , follow same logic , pick time and date from MSEG for 101 k movement type.
    Regards
    Ravi.

  • How to pick the file which is created with current date

    Hello All,
    I have an FTP server where files are created with current date as PO_CONFIRM_20100701.txt.
    Need to pick the file based on current date. How to pick the above file format using file sender adapter. i.e what file pattern can we use so that file will be picked only on today's date
    Regards,
    Sreenivas.

    Hi Srinivas,
    It depends upon the OS you are using. If unix you can see an example script here:
    http://www.computing.net/answers/dos/batch-file-to-rename-files-by-date/5517.html
    If windows an example here:
    http://en.kioskea.net/forum/affich-87157-finding-and-using-file-date-in-batch-command
    You may need to change slightly to fit your exact requirements. But this would make you to start. Else you can also google to get the script. Here is one link:
    http://www.google.com/#hl=en&source=hp&q=scripttorenamefileshavingtodaysdate&aq=f&aqi=m1&aql=&oq=&gs_rfai=CRE9SwTMsTNjiDpzGhgTm65iFCwAAAKoEBU_QC2i-&fp=e0fa4b5da4f245a4
    Regards,
    ---Satish

  • How to pick the fields of ABC table in Payslip

    How to pick the fields of ABC table in Payslip, So i want to add the calender days(absent days) in my payslip

    You can do it through PE51_CHECKTAB
    Yogesh

  • I have 300 albums of music on my ipod how can I random every song

    I have 300 albums of music on my ipod, how can I random the entire list?

    go to your songs not genre or albums DO NOT USE GENIUS then shuffle or if you want to listen to the songs on an album go to your albums and click on the one you want and shuffle (BTW what iPod gen is yours?)

  • How to pick invoice document from R/3.

    Hi gurus,
    How to pick Invoice Documents from R/3 to BI.
    I am unable to find them in any of the datasources.
    Anyone please explain me.
    Regards,
    V N.

    Hi,
    Thanks for the reply.
    Normally the invoice documents which are there in the PO in Invoice receipts are billing documents ?
    Please explain me in clear. I'm confused.
    Regards,
    V N.

  • How generate a random number that is between 0 and 15! (0-15)

    how generate a random number that is between 0 and 15 ??? (0-15)
    pls tell me, thx!!!!!!!!!!!!!!!!!

    import java.util.Random;
    Random r = new Random();
    int mynumber = r.nextInt()%16;
    For (2^1)-1 number use:
    -> int mynumber = r.nextInt()&15; // speedup

  • How to pick document id for perticular case id from RMS

    Hi,
    Can anybody answer if you know "how to pick document id for perticular case id
    from RMS".
    please do the needful.
    Thanks and REgards
    -Sujatha

    Alireza,
    This is a really, really, really, really, really (really) really bad idea.
    Using the max(id) + 1 trick:
    1). WILL get you duplicates (think what happens when two people do this at roughly the same time.
    2). Is horrible for scalability in general
    3). If you use table locking to get around issue #1 is truly atrociously horrible for scalability.
    [url http://forums.oracle.com/forums/thread.jspa?messageID=1901057]here is a previous discussion on this topic.
    [url http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:3379873654938]here is an AskTom article on this topic (note the title of that post is "Locking Problems" - should give you a hint as to whether this is a great idea or not).
    Sorry for refusing to answer your question directly, but the best answer is here:
    I do not want to use insert triggers or
    sequence generators or stored procedures, yes, you do So i have to read the max id
    and increment it by one from inside the application. no you don't
    This is a really bad idea.
    Best,
    john

  • How to pick the changed name.

    Hi all,
            can anyone help me out ...how to pick the changed name form the table ... if a name changed 
            three times in month, how should I get it in report.???
            I have gone through the tables BUT000 & BUT020 but I haven't got thr trick.
            can you please help me.
    Thanks & Regards,
    Rajeev

    Hi
    You can refer to CDHDR, CDPOS tables as When you change the Object change document get created
    You can put BP number in Object ID
    You can view this change documents in FPP3
    Extras-> Change History
    Regards,
    Prajakta
    Edited by: Prajakta Shringarpure on May 18, 2009 12:55 PM

  • Urgent!!!  How to pick  a  shape3D and give it a web link!!

    Hi,
    I'm new to java 3D.Can someone teach me how to pick a shape 3D and then give it a web link.
    I'll be delighted if someone send me some sample source code.
    This is urgent!! Please help!!
    Thanks.
    Chanax.

    There is a two part answer to your question:
    1. Detect when the object is picked
    -Detect when a mouse click is generated. When this happens, cast a ray from the mouse position to the scene graph to see if it 'picks' your desired object,
    - Make sure that pick reporting is enabled on ths shape you want picked, and on all nodes that are it's parent. Picking only works if all nodes from the base to the leaf are set to be pickable. More info on picking can be found here: http://java.sun.com/developer/onlineTraining/java3d/j3d_tutorial_ch4.pdf
    2. Launch the web browser (This is not java3d related)
    - Once you have confirmed that your shape was picked, you can open a web browser either using the System.exec() command (not very portable), or you could create a JTextPane and use Java's HTML features to display an HTML page directly. More on this at http://java.sun.com/docs/books/tutorial/uiswing/components/text.html

Maybe you are looking for

  • Variable size array output from dynamic dispatch class method on FPGA

    I have a Parent class on the FPGA that will serve as a template/framework for future code that will be developed. I had planned on creating a child class and overriding a couple methods. The child class constant would be dropped on the block diagram

  • Financial Reports import into excel using Smart View - error

    All, I have encountered an error message when trying to use R&A Import. The message is Oracle Hyperion Smart View for Office, Fusion Edition "Excel cannot insert the sheets into the destination workbook, because it contains fewer rows and columns tha

  • My MBP Screen is gone. Can I use another monitor to view?

    Hello: I have a late 2008 15" MBP, running Snow Leopard, who's screen assembly has gone faulty and is prohibitively expensive to replace. although I did back it up, I would like to use my other MBP (2010, 12", running OS 10.9.5) as a monitor to view

  • Why my mails in inbox are marked with yellow color?

    hello to all, if someone knows why is this happening, pleas help. All the rest is working great, the only problem is the color of my new mails in the mail list is yellow. It started to mark it with that color a month ago, all the other mails are as n

  • Static anonymous array as parameter

    I have a peculiar situation where I'd like to pass a "static anonymous array" as a parameter. For example, the function being called would look like this: public void writeField(String[][] fielddata) { ... }And the caller would look like this: writeF