Access keys in ADF

Hi All,
I am using af:query and af:panelCollection component in my page.
1) In af:query, Advanced mode button has access key as "d" by default. In Chrome, Alt+d navigates to address bar because of which we are unable to switch to Advanced mode. I wanted to know, how can we change this default access key to some other character. I have tried CSS but it didnt help much.
2)Similary in panelCollection, we are using detach which doesnot have access key. How do I set it.?
Kindly help.
Deepti

For 1: you can try and access the af:query component and call getChildren() to see if you can get a hold of inner components (e.g. buttons). By default, the access key for the advanced mode button is not exposed.
For 2) Same as for 1. This is not exposed and all you can do is to check if getChildren issued on the RichPanelCollection component reference allows you to access the command button and then set the access key to it
Meanwhile I'll file an ER to make access keys generally accessible for change (which however may take time before this gets implemented)
Frank

Similar Messages

  • Editing Access keys in ADF

    Hello All,
    There is a property called access keys in adf for each component, I am using access keys and i found that access keys can be used with a combination of keys like ALT+SHIFT+ 'access key assigned' . Like i have assigned access key 's' to any submit button on my jspx page so i need to press ALT+SHIFT+s in order to invoke that button.
    My question here is can we change this default value ALT+SHIFT ? Is there any method I can overwrite this default property?
    Thanks
    --Navin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Navin,
    no, these are restrictions the browsers impose on you. This is not controlled by any framework
    Frank

  • Access Keys in Oracle ADF

    Hi,
    We are converting existing forms application to Oracle ADF application. In one of the existing forms, if we click on F8 key it executes the query and populates the form with the default data.
    Is there any possibility to trap the F8 key and invoke the managed bean method on click of F8 key.
    Thanks and Regards,
    S R Prasad

    You can define access keys in ADF too.
    See: http://download.oracle.com/docs/cd/E15523_01/web.1111/b31973/ap_kbd.htm#BABFCCEB

  • Hot keys as Access keys

    hi ,
    i want to give HOT KEYS as the access key attribute for my adf faces core components. for example, i have a af:input text field,.
    i want to keep access key for it as HOT KEY(F1 or any hot key upto F12)..
    is it possible to keep hot keys as access key for components?

    Hi,
    no, but you can set combnations of alt+char. This can be set directly in the component properties. If you want to use hot keys then you would need to write JavaScript on the client to intercept the key and do whatever you want it to do. Note that dependent of the browser you use some keys are reserved by the browser and not available for the application.
    Frank

  • Localized  Access Keys

    Hi,
    I have a component like <af:commandImageLink icon="/images/abc.png" accessKey="h"/> ,
    to localize the access key "h" can it be moved to resource bundle.
    If moved to resource bundle, will ADF match char in english to char in other language.
    Please advise.
    Thanks

    Hi,
    according to the published component tag documentation, the accessKey attribute supports EL. So the answer to your question should be "yes"
    Frank

  • Do We need access key for Additional Data B in VA01

    Hi all,I have to add fields in Additional Data B,I have searched SDN about it and came to know that it is screen '8459' of program 'SAPMV45A',but it is asking key for that,is it safe applying access key for this screen?
    Thanks in advance.

    >is it safe applying access key for this screen?
    yes it is safe. SAP provided the screen 8459 only for adding our own custom fields to it. For this you need access key for the first time. along with that you need access key for
    PBO include, PAI include
    MV45AOZZ ,MV45AIZZ .
    check it once.

  • How Can I Disable Access Keys - Alt- and Ctl- on All Web Sites?

    How can I tell Firefox to Disable the use of Access Keys such as Alt-? and Ctl-? on All Web Sites?
    Thanks.

    See:
    *http://kb.mozillazine.org/Accessibility.accesskeycausesactivation
    *http://kb.mozillazine.org/Ui.key.contentAccess

  • URGENT - HELP NEEDED WITH ECC 6.0 ACCESS KEY and USER SETUP

    Please help me with the two issues:
    1) In ECC 6.0, When I go to SE12 , table V-FAGL_ACTIVEC (New GL Activation) to make the table display and maintenance allowed, I am asked for the access key. What is the access key that I am supposed to put here. When I go to DEVACCESS table and put my username, I still dont get the access key.
    2) Also I need to know what should be maintained under SU01 to give a user all authorizations. I have SAP_ALL and SAP_NEW. Is there anyother profile need to be given here. Also do I need to give anything under roles tab in order for the user to have all accesses??

    OK I have TAR for this:
    TAR 4234076.996
    and related issue discussed in regards to 500 Internal Server Error described on Neverending frustration with JDeveloper
    with the TAR number
    TAR 4332393.995
    The latter has been demonstrated and confirmed to be a BUG at this point. For the future updates on this issue please refer to
    Neverending frustration with JDeveloper

  • Access key needed when creating a new database table with SE11

    Hi,
    I'm using SAP Testdrive (evaluation) on linux in order to learn a bit about ABAP programming. I want to create a new database table in the  dictionary to be used in my programs. I proceed in the following way:
    1) I run the SE11 transaction
    2) At the first entry I write the name of the table to be created (in the Database Table field)
    3) I click on the create button.
    But then the system asks me an Access Key to register, where can I get this?
    Thanks in advance,
    Kind Regards,
    Dariyoosh

    Ok I found the answer to my question in another thread
    Developer Key
    Make sure that your program names starts with "Z" or "Y", otherwise the system will ask you to register the object because it thinks you are creating/changing in the SAP namespace.
    In fact this was my error, my table name didn't start with neither "Z" nor "Y".
    Kind Regards,
    Dariyoosh
    Edited by: dariyoosh on Nov 13, 2010 12:34 PM

  • How to get access key while creating database view in R3

    Hi all experts,
    I am new to SAP so please forgive my ignorance.
    From R3, I am trying to create a new database view named ZVENDOR_ATTR  which will be based on LFM1.
    When i go to SE11 -> chose view and click create then it shows a pop up window that says "you are not registered as a developer. Please register in the Online Service System (OSS). In the OSS you will receive an access key."
    I don't know how can i get the access key and proceed now. Please note that i have installed this BW3.5 and R3 on my laptop. From the default user ddic, i have copied and created a new user 'sapuser1'. I am now using the sapuser1 to logon  and attempting to create the above mentioned Database view. It seems like this sapuser1 as it is copied from ddic is not a developer.
    So anybody can please help  how to create/get this access key to proceed  further.
    I will give full points. Please help.
    Thank you so much in advance
    ak

    Thanks All,
    Does it mean that i can not create any database object without the access key from service.sap.com? As i told that i installed this BW3.5 / R3 on my laptop to train myself but i don't have an account on service.sap.com.
    However i can login to R3 system as admin (i have access to the system using ddic or spcpic). Is there a way that a new user with deveoper role can be created by the admin without going to service.sap.com.
    Please advise.
    Thanks.
    ak

  • Creation of developement class,package and access key

    COULD ANYBODY EXPLAIN about
    creation of developement class,package and access key
    and who will create them?

    Working With Development Objects
    Any component of an application program that is stored as a separate unit in the R/3 Repository is called a development object or a Repository Object. In the SAP System, all development objects that logically belong together are assigned to the same development class.
    Object Lists
    In the Object Navigator, development objects are displayed in object lists, which contain all of the elements in a development class, a program, global class, or function group.
    Object lists show not only a hierarchical overview of the development objects in a category, but also tell you how the objects are related to each other. The Object Navigator displays object lists as a tree.
    The topmost node of an object list is the development class. From here, you can navigate right down to the lowest hierarchical level of objects. If you select an object from the tree structure that itself describes an object list, the system displays just the new object list.
    For example:
    Selecting an Object List in the Object Navigator
    To select development objects, you use a selection list in the Object Navigator. This contains the following categories:
    Category
    Meaning
    Application hierarchy
    A list of all of the development classes in the SAP System. This list is arranged hierarchically by application components, component codes, and the development classes belonging to them
    Development class
    A list of all of the objects in the development class
    Program
    A list of all of the components in an ABAP program
    Function group
    A list of all of the function modules and their components that are defined within a function group
    Class
    A list of all of the components of a global class. It also lists the superclasses of the class, and all of the inherited and redefined methods of the current class.
    Internet service
    A list of all of the componentse of an Internet service:
    Service description, themes, language resources, HTML templates and MIME objects.
    When you choose an Internet service from the tree display, the Web Application Builder is started.
    See also Integrating Internet Services.
    Local objects
    A list of all of the local private objects of a user.
    Objects in this list belong to development class $TMP and are not transported. You can display both your own local private objects and those of other users. Local objects are used mostly for testing. If you want to transport a local object, you must assign it to another development class. For further information, refer to Changing Development Classes
    http://help.sap.com/saphelp_46c/helpdata/en/d1/80194b454211d189710000e8322d00/content.htm
    Creating the Main Package
    Use
    The main package is primarily a container for development objects that belong together, in that they share the same system, transport layer, and customer delivery status. However, you must store development objects in sub-packages, not in the main package itself.
    Several main packages can be grouped together to form a structure package.
    Prerequisites
    You have the authorization for the activity L0 (All Functions) using the S_DEVELOP authorization object.
    Procedure
    You create each normal package in a similar procedure to the one described below. It can then be included as a sub-package in a main package.
    To create a main package:
    1.       Open the Package Builder initial screen (SE21 or SPACKAGE).
    2.       In the Package field, enter a name for the package that complies with the tool’s Naming Conventions
    Within SAP itself, the name must begin with a letter from A to S, or from U to X.
    3.       Choose Create.
    The system displays the Create Package dialog box.
    4.       Enter the following package attributes:
    Short Text
    Application Component
    From the component hierarchy of the SAP system, choose the abbreviation for the application component to which you want to assign the new package.
    Software component
    Select an entry. The software component describes a set of development objects that can only be delivered in a single unit. You should assign all the sub-packages of the main package to this software component.
    Exception: Sub-packages that will not be delivered to customers must be assigned to the HOMEsoftware component.
    Main Package
    This checkbox appears only if you have the appropriate authorization (see Prerequisites).
    To indicate that the package is a main package, check this box.
    5.       Choose  Save.
    6.       In the dialog box that appears, assign a transport request.
    Result
    The Change package screen displays the attributes of the new package. To display the object list for the package in the Object Navigator as well, choose  from the button bar.
    You have created your main package and can now define a structure within it. Generally, you will continue by adding sub-packages to the main package. They themselves will contain the package elements you have assigned.
    See also
    Adding Sub-Packages to the Main Package
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05d8cf01011d3964000a0c94260a5/content.htm
    access key used for change standard program.
    www.sap.service.com

  • How to specify the storage access key for a ResourceFile?

    The azure batch tutorial shows how to put program file into a public container in a storage account and let azure batch to download them to TVMs and run.
    In real world scenario, if I don't want to use a public container or a shared access signature and want the azure batch to use a access key to access the container where my task program file is located, is it possible? How to do it?

    I see that you are conversant with the issues here but for other readers let me provide a quick review:
    The properties of a task (ICloudTask/CloudTask) include a collection of ResourceFile instances. ResourceFile instances
    map blobs in Azure Storage to local files in the Container/VM/Guest-OS.  Azure Batch copies the files from storage into the VM before the task runs and it uses the SAS (and other data) in the ResourceFile to do so.
    The ICloudTask/CloudTask.FilesToStage collection exposes the object model's mechanism for customizable file staging.
     The collection accepts instances of IFileStagingProvider which ultimately are invoked to create/augment the ResourceFile collection on the task.
    A default implementation is provided: FileToStage.
    An instance of FileToStage maps a file local to the client library to a file ultimately in the VM (indirecting through
    blob storage/SAS).  When instances of FileToStage are added to the CloudTask.FilesToStage the following occurs on Commit()/AddTask:
    A container is created in the given storage account.  The name is constructed to avoid collisions.
    The container is given a restricted SharedAccessBlobPolicy.
    All of the local files specified are uploaded to that container
    An SAS for each blob is created
    (24hr expiry)
    and a ResourceFile is constructed for each FileToStage
    The ResourceFile for each FileToStage is added to the CloudTask.ResourceFiles collection.
    FileToStage and the FilesToStage collection are intended to assist the customers that either want a shortcut around the issues of blob containers and SAS or want to control the file staging process via a custom implementation of IFileStagingProvider.
    When using the default implementation FileToStage to stage local files, care should be taken to monitor the number of containers created and the storage cost implications.
    Your concerns about SAS based methods are not directly addressed by the default implementation.  I would only note that SAS values can be re-used across tasks and jobs so the existing implementation can be used to get local data into storage and usable
    SAS values.  However, you already have these sorts of features implemented it seems and as you point out, there is the problem of SAS expiry. 
    daryl

  • How to find repairs done ( through access key)  in SAP ECC 6.0 system

    Hi Experts,
    I have to find the Repairs ( ie standard code is edited with access key ) done in my SAP ECC 6.0 system. I want to find out the repairs which was done my some developer using the access key and also want to segregate the ones which were done through the OSS notes and support packages. Is there any table or report i can use in the sytem to view this details. Please let know at the earliest.
    Thanks,
    Murali.

    Access Key Tables - ADIRACCESS
    OSS Notes - TCODE SNOTE.

  • ABAP Access Key for Table change mode MCVKUSR & MCVBAPUSR in SE11

    Dear All,
    I'm using SAP ECC6.0. I want to create a new database table in the dictionary to be used in my programs. I proceed in the following way:
    1.  I run the SE11 transaction
    2.  At the first entry I write the name of the table to be Change created ( Display mode Showing )
    3.  I click on the change button.
    4. It will ask for Access Key
    But then the system asks me an Access Key , where can I get this?
    I have SAP License Key.
    DB Table Name : MCVBAPUSR & MCVKUSR
    Please Let me know
    Thanks in advance,

    Dear ,
    I go to Service market Place site, from SSCR Tab then I have to select a object from the list is TABL.
    and enter the Particular Object & Table Name . Now I got it Access key for Particular Object.
    Thank you for your quick Response.
    Once again Thank u.
    Regards
    Thomas.T
    Edited by: thomas_raja on Jun 5, 2011 6:24 AM

  • "Access Key" to activate domain "P106_AMT11" in ABAP Dictionary

    Hello folks.
    I tried to activate domain "P106_AMT11" in ABAP Dictionary.
    But Netweaver requires "Access key".
    How can I obtain it?
    I've checked some threads on "access key".
    Some people wrote "ask Basis Consultant".
    But I'm not acquainted with any Basis Consultants.
    Could someone please help me to get an "access key"?

    Hello,
    Every S user id may not have the authorization to generate the object key. Its a task of "Basis administrator", they generally have the authorization to generate the object access key.
    If your S user ID has the necessary authorization, then
    Go to https://service.sap.com/sscr > Register Object
    You have to give the below information while doing the object registration.
    Basis Release = <select your release version>
    PgmID = R3TR
    Type = DOMA
    Object name = P106_AMT11
    - Select the correct installation # under the "select installation"
    Note - SSCR developer or object key depends on the installation, the correct installation no. of your system.
    You can follow the below note for more details.
    https://service.sap.com/sap/support/notes/40850
    Regards,
    Debasis.
    Edited by: Debasis Sahoo on Oct 15, 2008 3:12 PM

Maybe you are looking for

  • Photo app in NEW iPad slow after restore from iPad2

    I restored my iPad 3 from my iPad2 backup the other night. I synced over 12,000+ photos into my iPad3 and not only is the photo app extremely slow and unresponsive when browsing photo events in the Events section, but everything is out of order and n

  • Can I get my music off of icloud and put it in my new computer?

    OK. My old computer crashed with thousands of my songs on my itunes. No way to get them back. Is there anyway I get my music from icloud? If I restore my iPod from my Ipod all my music, picture is back?

  • Mail client hanging in ipad os 8.1.3

    I am on my 5th reinstall of OS 8.1.3. The mail app works for a while and then hangs, totally nonresponsive, eventually dumping me back to the home screen. How can such great hardware have such lousy software. And of course I can't go back....to 8.1.2

  • Removing node from private parameter

    hey wondering if anyone can help me with some coursework im doing im trying to remove a record from a queue by using a parameter from a class. class QueueNode      private      String      document ;            private      String      owner ;      

  • Credit Management: User Exit LVKMPTZZ and LVKMPFZ1

    Hi, I'm trying to implement crdit management and have a special requirment which is not satified by the standard risk control checks. Hence i'm planning to implement the USER1 check in the risk catogery. I'm aware that some ABAP code has to be done t