Multiple UOMs in Direct Entry Input in iStore

When I enter an product number into the Direct Item Entry field within the store and click on 'fill details' I am presented with the correct product but with a drop down of 17 UOMs of which 16 are invalid on the price list. How can I get the UOM drop down to show only valid unit/s of measure thus stopping the users from getting any errors by inputting invalid ones?!
Any ideas?
Thanks
AJ

Hello Dave,
  You can use a trick to do this. But has to be done by the user.
The user instead of clicking in Display ( wrench ) button in selection screen, can click on the adjacent button ( settings ). this will pop-up the settings screen, where in general tab click on "Custom" and choose "key". Remember to click the check box at the bottom - "Save settings for next time". press Ok.
Close the workbook and open again, variable will be in "key" mode in inputable way.
This personalized setting is stored at the level of user and infoobject. Hence, user has the option of saving in Key format for particular infoobject ( not variable )
Hope this works for you.
Regards,
Sheik Bilal

Similar Messages

  • How can i add multiple validations for a single input box in adf?

    hi,
    i want to add multiple validation for a single input text control in adf like number validation and its existence in database.
    MY JDEV VERSION IS 11.1.1.5.0
    pls help !!!!

    Hi,
    1.I want to validate if the value entered is pure integer
    Option 1-
    select the component and in the Property Inspector, in the "Core" category select a "Converter" format, select javax.faces.Number, if the user put a string, adf show a dialog error or message error...
    Option 2-
    or use the Regular expression:-
    http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_validateRegExp.html
    https://blogs.oracle.com/shay/entry/regular_expression_validation
    Also check this:-
    http://docs.oracle.com/cd/E15523_01/web.1111/b31973/af_validate.htm#BABHAHEI
    Option 3-
    Frank in his great book 'Oracle Fusion Developer Guide' shows a example using a javascript for input which is allowed only for numbers. You can manipulate for your requirement.
    Here is the code:
    function filterForNumbers(evt) {
        //get ADF Faces event source, InputText.js
        var inputField = evt.getSource();
        var oldValue = inputField.getValue();
        var ignoredControlKeys = new Array(AdfKeyStroke.BACKSPACE_KEY, AdfKeyStroke.TAB_KEY, AdfKeyStroke.ARROWLEFT_KEY, AdfKeyStroke.ARROWRIGHT_KEY, AdfKeyStroke.ESC_KEY, AdfKeyStroke.ENTER_KEY, AdfKeyStroke.DELETE_KEY);
        //define the key range to exclude from field input
        var minNumberKeyCode = 48;
        var maxNumberKeyCode = 57;
        var minNumberPadKeyCode = 96;
        var maxNumberPadKeyCode = 105;
        //key pressed by the user
        var keyCodePressed = evt.getKeyCode();
        //if it is a control key, don't suppress it
        var ignoreKey = false;
        for (keyPos in ignoredControlKeys) {
            if (keyCodePressed == ignoredControlKeys[keyPos]) {
                ignoreKey = true;
                break;
        //return if key should be ignored
        if (ignoreKey == true) {
            return true;
        //filter keyboard input
        if (keyCodePressed < minNumberKeyCode || keyCodePressed > maxNumberPadKeyCode) {
            //set value back to previous value
            inputField.setValue(oldValue);
            //no need for the event to propagate to the server, so cancel
            //it
            evt.cancel();
            return true;
        if (keyCodePressed > maxNumberKeyCode && keyCodePressed < minNumberPadKeyCode) {
            //set value back to previous value
            inputField.setValue(oldValue);
            evt.cancel();
            return true;
    2.I want to check if the value exists in my respective DB You must be having EO or VO if you want to validate with database in that case use the solution suggested by Timo.
    Thanks
    --NavinK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Multiple select options for an input field

    Hi All,
    We have a requirement where in we need to provide multiple select options for an input field in a BSP application and get output relevant to all the given inputs(do not require range).
    Please do let me know how to solve this.
    Thanks & Regards,
    Lavanya .

    Hi,
    The requirement is : Suppose there is a input field PLANT.
    If we give input for plant it gives related output.
    Now if it is required to give 5 or 6 inputs..like plant1,plant2...plant6 and get the output related to all 6 inputs.
    (Like we implement in ABAP)
    Please do let me know how can this be implemented in BSP.
    Thanks & Regards,
    Lavanya.

  • Replenishment in SAP Retail - Article with multiple UOM/EAN

    Dear all,
    I am using SAP Retail. I have an article with multiple unit of measurement as well as multiple EAN. A good example of this article will be canned soft drinks. It comes in pack size of each, 6, 12, 24. I have only one article number for this soft drink but I maintained multiple UOM and EAN for this article.
    When I run auto-replenishment, I can only run it based on one of the packed size (fixed it as the default ordering unit).
    Is it possible to run auto-replenishment for the various packed size?
    Best Regards
    Junwen

    Hi,
    One suggestion. You can buy it in UOM bottle, minimum qty: 6 bottle. Multiples: Your vendor that decide the package size. When you do the GR then set the UOM of the size package, set a lot size calculation (each 6 units) or rounding profile.
    Regards,
    Eduardo

  • Premiere Pro 2.0 and Windows 7 - Direct Sound Input soundcard driver problem

    My XP machine crashed, I reinstalled Premiere Pro 2.0 with Windows 7, and I got the following error: 'The Currently installed soundcard driver does not support Direct Sound Input. Recording audio is not possible.' The soundcard drivers are updated. Any ideas? Here's what I have: AMD Phenom II X4 965 Processor  3.40 GHz 8 GB, 64 bit. Thank you for looking.

    Thanks! Though I upgraded to solve the problem, this is good to know.
    Bob
    Date: Wed, 9 Nov 2011 04:45:42 -0700
    From: [email protected]
    To: [email protected]
    Subject: Premiere Pro 2.0 and Windows 7 - Direct Sound Input soundcard driver problem
    Re: Premiere Pro 2.0 and Windows 7 - Direct Sound Input soundcard driver problem created by Steve-Italy in Premiere Pro CS4 & Earlier - View the full discussion
    VERY VERY VERY EASY (now, when I solved the problem, not before...!!!)
    Insert Micropone or any jack in Micropone Input or Aux Input, on your sound card or motherboard !
    AND NOW YOU CAN USE PREMIERE PRO 2.0
    Enjoy
    Steve - Italy
    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: http://forums.adobe.com/message/4015730#4015730
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4015730#4015730. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Premiere Pro CS4 & Earlier by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Contacts with Multiple Backup Assistant + Contacts Entries

    I have read others with these same issues.  Unfortunately, the responses they are getting have to do with having multiple contacts and joining those contacts.  That is not the issue.  The issue is that each contact has MULTIPLE Backup Assistant + Contact entries.  Meaning, when you you start typing a name to send a text message to, it shows you multiple phone numbers for that person (only, they are all the same phone number).  For example, if I start typing Zoe, it will show you contacts that match, it will have Zoe 555-555-5555 listed 6, 7, 8, or more times.  But wait, that is the home number, how you keep scrolling them until you get to the mobile number which is also listed 6, 7, 8 or more times.  When you go into you contacts and select Zoe, and then go to Edit, you see why - There are 6, 7, 8 or more Backup Assistant + Contacts entries!!!  These duplicates are what we are wanting to know how to remove.  My daughter has only one phone number, but when I click on the her picture in the favorite contacts widget, it shows 2 and they are both the same.  Even the BAL #225 shows up EIGHT times!!!!!   When you go online (to the Backup Assistant), they are all listed there too.  HELP!!!!!!!

    I have no prblem syncing multiple mobile numbers so I don't think it's a universal issue with iOS. The only difference I see is I am using CardDav instead of using the Exchange option. Have you tried it that way? You can urn off contacts in the Exchange account and add the CardDav account separately.

  • Multiple UoM for one Material

    Dear All,
    For material 100, in UoM tab if multiple UoM are maintained then how do i load the same to BI. Is there specific DataSource available for it?
    Please help for the same ASAP.
    Regards,
    SS

    Thanks Akhan,
    But then wat is the use of DataSource 0MAT_UNIT_ATTR ?
    Let me explain you the scenario :
    Suppose Mat A will have UoM as 1 PAL = 3 EA and Mat B will have 1 PAL = 12 EA. Now suppose for a particular transaction record for a given bill number and bill item i have Mat A Quantity 3 PAL and for another Bill no and item i have mat B Quantity 2 PAL.
    And say in query i want to show all Quantities in EA then how do i make sure that for Mat A it will show 33 = 9 EA and for Mat B 122 = 24 EA.
    Please help for this ASAP.
    Regards,
    Sohil Shah

  • Help!!! Installed Sound Card driver does not support Direct Sound input

    I have just installed Premier Pro CS3 on a brand new PC. I am a new user and I am receiving a message "The installed sound card driver does not support direct sound input".
    PC is a 3 GHZ Intel Duo
    4 G RAM
    2 x 500 G HD
    Windows Home Vista Preminum
    I am sure it is a simple fix and really appreciate any one given me the time or guidance to help get me started.
    Many Thanks
    Brendan

    Thanks Harm for the prompt reply, nice one!
    Sound Card is a "Realtek High Definition Audio"
    Driver Version 6.0.1.5408
    It was shipped with this Dell PC.
    I checked the driver was up to date etc. So not sure what to do now.
    Cheers

  • Multiple UOM

    Hi Gurus
    I have material in SRM which has multiple UOM seen in t.code COMMPR01(under tab "material') but while I am trying to create the SC using option "internal goods/services" system defaults the basic UOM(which is grayed out) and doesnt give the option to change the "UOM".
    We are on SRM5.0 ECS.
    Please suggest what has to be done if I need to use a UOM from list of "other unit of measure" which is different from base unit of measure.
    with regards
    Manjunath

    Hi Manju
    In SRM 5.0 , in shopping cart once you choose material in "Internal Goods and Service" , on the same line item you get a drop down where you can choose UOM like EA, PER etc.
    This is the standard functionality. if some custom code is written which is causing issue here then you need to check in the code.
    Regards
    Ashish

  • I have been searching for best app for converting handwriting to text. Write pad seems great does the app allow direct entry into a template?

    I have been searching for best app for converting handwriting to text on my ipad. Writepad  by Phat seems great does the app allow direct entry into a template?

    Writepad only works within the app itself - it does not allow you to write in another program. While it does allow you to save a document as a text or pdf file, it won't (I believe) let you open a file created outside of Writepad and work on it (except maybe text files - would have to investigate and see).

  • Multiple UOM Problem In sales Document

    Dear All,
    Plz Tell me how i manage the multiple uom in SAP Sales Doc.
    For Example - Inventory Uom = KGS
                          Sales Uom     = NOS
      An user wants to book the order in  pound..
    plz give me solution..

    You can only have 2 UOM to use for sales document. In your case, apply most used UOM for your sales UOM. I assume it is NOS.  For the less used sales UOM such as lb, you may create UDF to print out document.  However, the inventory keeping will be a big problem in this case.
    If your sales has equaly weighted 2 or more UOM to use, you have to consider add-on or SDK.
    The other work around would be creating additional item to get the right quatities through BOM to sell. Sales BOM item will only keep track of inventory on component level.
    Thanks,
    Gordon

  • Same ISO Code to multiple UOM

    Hi Friends,
    Can we assign same ISO code to multiple UOM's???. If so, what will be the efeect??
    Thanks in advance,
    Steve.

    Hi,
    Assignment of same ISO code to multiple UoM can be done, but the primary code checkbox must be ticked only for one, else would cause conflict for EDI.
    The SAP help reads as below:
    An ISO code can be assigned to several internal measurement units.
    Use
    The ISO code is important for EDI. It is used to convert the internal SAP
    measurement units into standard measurement units. Data exchange
    via EDI requires internal measurement units to be converted into standard
    measurement units.
    Hope the above answers your query.
    Regards,
    Vivek

  • Reg:Multiple UOMs for same item

    Hi,
    How to define the multiple UOMs for same item.And the item should be converted in one UOM.
    Iam using 9.0 PL.08

    Hi,
    Please check SAP help file:
    http://help.sap.com/saphelp_sbo900/helpdata/en/89/7ca0a701c64e4a97f4ea5a4edca8b2/content.htm?frameset=/en/44/c4c1cd7ca22e17e10000000a114a6b/frameset.htm
    Thanks & Regards,
    Nagarajan

  • Direct kana input on U.S. keyboard

    Hello,
    I'm a Japanese language student, and I've recently started typing Japanese using direct kana input (as opposed to romaji input).
    However, the default U.S. keyboard on my MacBook doesn't seem to allow me to do this. Everything works mostly fine, but, for example, the ろ key is nowhere to be found. On my other machines (running Windows & Linux), I'm able to use direct kana input, even on a standard U.S. keyboard, so I'd like to do the same in OS X.
    Anyone here has any experience with this problem?

    You will have to find someone else with a JIS keyboard to verify that it is not something peculiar to your own setup.  Try setting up a new user account and see if the problem persists when you are logged into that.
    I suspect it may be a bug.  To let Apple know, go to
    http://www.apple.com/feedback/macosx.html

  • Multiple E-Mail id entry in vendor master in ECC6.0

    Hi,
    I have one issue related to multiple E-mail address entry in ECC6.0.  we upgreaded customer system from 4.6c to ecc6.0.
    1. In 4.6c, we have the provision to enter multiple E-mail ids continuously with comma seperating each id in the e-mail address field of vendor master where as in ecc6.0 system will through error message"invalid e-mail id" if you try to enter more than one e-mail id in the e-mail address field because ecc6.0 validates e-mail address field where as 4.6c dont validate this field entries.You have to enter one mail id at a time in the e-mail address maintenance popup and keep on adding one by one to maintain more than one id.
    2. So, what happens to the old vendor master records that were there in4.6c after upgrade. Do we need to change them to the compatible format with ecc6.0.If so, this is to be done manually one by one vendor master record or isthere a way to change all these records at time automatically.
    3. Is there a readily available SAP Note for this?
    Your help in this regard is much appreciated as this is an open issue in the upgrade process.
    Thanks & Regards
    Sundar

    I ever experience the same thing when upgarade from 4.7 to ECC6.0.It's because the send mail protocol using SMTP interface (you can ask detail about SMTP with the basis guy).
    in the vendor master email address per line, it cannot contain special character like comma, etc.
    Maybe you already know , that you can put the mail address in the next line record, but it will take a lot of efford to change all the mail address for vendors.And I'm not sure which one is the best way to handle this.we handle it by bypass the checking for the special character considering the go live situation, so the old email address still remain the same, and can be maintain in the old way.
    but in the future you better ask the vendor custodian team to maintain the email address per line (one email per record),then you can revert back the bypass check after that. maybe there's another way or method , but i dont  have any clue, maybe others can share their experience also.
    also you might face another issue for sending mail, we modify the logic to split the email address per comma.
    Below is several notes, maybe it can helps
    Note 721723 - Mail receipt: Error with special characters in addresses
    Note 1016127 - SMTP mail: Error when addresses have special character

Maybe you are looking for

  • Bug 7007980: Dots are used as value separator ...REMAINS

    Hi This problem may be caused by a crash I had on my computer which caused me to ask for help "unable to re-install 1.5.1 after crash" After replacing the entire "C:\Documents and Settings\guan\Application Data\SQL Developer\system1.5.1.54.40" folder

  • Unable to open Itunes in Vista - data execution prevention (DEP)

    I'm unable to open itunes on my computer. I can install it but not open it. It says that the data execution prevention has stopped the running of the program. I have tried to change the settings of the data execution program, but it will not allow me

  • Printing Wirelessly

    I have a MacBook OS X v. 10.4.6 and we use Time Warner Cable as our internet provider, routing through the Airport Extreme. We bought a Sharp printer/fax/copier so we could print wirelessly. After many discussions with Sharp and Apple, we still can't

  • Record groups and LOV

    HI I have a question regarding LOV's. I have 2 fields dept_code which is a checkbox and field2 which is an LOV displaying the employee names based on the dept_code selected. My record group has a query like this - SELECT empname FROM emp WHERE dept_c

  • Stabilize Motion on a panning shot?

    Hi Everyone, Having followed a few tutorials I understand and can track things in After Effects and can stabilize the motion of a video. Great. But now I need to stabilize the motion of some video that isn't tracking anything, its a set of panning sh