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

Similar Messages

  • 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

  • ACCESS-KEY (add developer)

    Hello!
    I have installed Netweaver testdrive for Suse Linux for teach myself in ABAP-Programming.
    After starting TA SA38 and trying to generate the program Z_HELLO i get a input prompt where i should type the access-key. Is it really necessary to registrate a developer in service market place to program ABAP on the demosystem?

    Hi Bjorn
    log on into the Web AS 6.4 system
      User:      DDIC
      Password:  DDIC (or ur DDIC password)
      Langugage: EN
      The SAP Easy Access desktop is displayed.
    - create a user for developing
      Select:                  SAP standard menu
                                   -> Tools
                                -> Administration
                                         -> User Maintenance
                                            -> Users
      Enter user:              DDIC
      Select from menu:        User names -> Copy
      Copy the user from DDIC to DEVELOPER.
      Enter an initial password for the new user DEVELOPER.
      Save the user by clicking the diskette symbol.
    - log out of the system and log on as user DEVELOPER
      Select from menu:        System -> Log off
      Log in as user DEVELOPER (the system will ask for a new password for
    this user).
    - create new ABAP program
      Double click:            ABAP Editor
      Enter program name:      ZZ_HELLO_WORLD
      Click the button:        Create
      (ZZ is a reserved name space)
    - enter the access key to add the new developer
      User name:    DEVELOPER
      Access key:   35408798513176413512  
      Installation: DEMOSYSTEM
    - set program attributes
      Enter title:             Hello World
      Select type:             Executable program
      Save the attributes.
      Save as local object.
    - enter the ABAP source and test the program
      REPORT ZZ_HELLO_WORLD .
      WRITE  'HELLO WORLD' .
      Save this ABAP source by clicking the diskette symbol.
      Press the button:        Activate
      Select from menu:        Program -> Test
    regards,
    kaushal

  • Problems with Safari not being able to access key sites such as BBC news yet Firefox gives immediate access

    Does anyone else have a problem accessing key web sites using Safari? I am frustrated with Safari particularly as I can get Access immediately using Firefox

    I regularly use cleanmymac
    Which is a scam, but we can come back to that later.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test. If there's no change, see below.
    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • 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

  • Windows 7 on Mac Pro, Local Access Only, No Internet

    Installed Windows 7 on my 2.66 Quad Mac Pro. Whenever I boot, the network adapter icon in the traybar comes up with a yellow slash through it that says "Local Access Only" Looked into troubleshooting, turning off Network power management, turning off IP6, etc... No fixes. I can browse my local area network but not the internet.
    When I boot in safe mode with networking, the error does not show on the network taskbar icon and I can browse the internet just fine.
    Here's the temporary fix that I found works every time in standard boot mode.
    1. Assign a manual IP address to the network adapter. (192.168.1.160). (make sure the IP is in your DHCP Scheme and the IP is available (no other devices using that IP)
    2. It will automatically assign a subnet (255.255.255.0)
    3. Close the networking window.
    4. Right click on the network icon with the yellow through it in the task bar and click "Troubleshoot problems"
    5. It will come up quickly with a fix (saying you should not be using a manual IP). Click "Apply Fix" then windows 7 will put the computer back to DHCP Mode.
    6. Try it now. Everything should be working.
    No permanent fix on this yet but when a new boot camp 3.1 network driver comes out, hopefully it should fix it. If anyone else has a permanent solution, it would be appreciated.

    My thought - because the only issues I've had personally with Vista/7 have had to do with modems and routers, and went away once I upgraded those. Sometimes there are firmware updates to deal with new OS.
    Your post didn't seem to mention wired/wireless or modem and router in place.
    you might want to look for an Intel driver. Also, you must have had network to install and update Windows 7, look to rollback the network driver if possible, or uninstall + restart and let Windows reinstall a device driver.

  • 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

  • Access Keys / Keyboard Shortcuts / Mnemonics

    I am trying to use the SetAsFunctionKey method and FunctionKeyPress
    event to define keyboard shortcuts for window widgets such as buttons on
    a Windows 95 client running Forte 3.0.E.
    If I add the ampersand (&) to the caption of a button, the letter
    following the ampersand is underlined. Normally, in other development
    tools such as Visual Basic, if you do this for a button, then clicking
    the ALT key along with that one letter automatically fires the Click
    event for the button. There is no other coding necessary. I basically
    have two questions:
    1. Is there a better way of implementing this in Forte, other than using
    the SetAsFunctionKey method?
    2. If not, I have the following dilemma. My application consists of a
    main window and several nested windows. The nested windows do not have
    their own event loops, instead, they have Event Handlers that are
    registered in the parent window. Both the parent window and its nested
    windows need the keyboard shortcuts and would therefore need to register
    for the FunctionKeyPress event. The problem is if I register for the
    event in the nested window, the registration of that same event in the
    parent window is overridden, effectively disabling my ability to process
    the keyboard shortcut for the parent window. I am assuming that since
    there is only one event loop in this scenario, it is the only one that
    receives the FunctionKeyPress event. Is there any way to make this work
    without making the parent window aware of all the keyboard shortcuts of
    its nested windows?
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET

    You are right Dave, Windows 95 also generates the beep. I just hadn't
    noticed it before. If you or anyone else finds a way to suppress this
    behavior, please let me know.
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET
    From: Dave Dixson (Ext. 513)[SMTP:[email protected]]
    Sent: Friday, October 03, 1997 10:43 AM
    To: Van Vuong
    Subject: RE: Access Keys / Keyboard Shortcuts / Mnemonics
    I am using forte 3E under NT4.
    I also can capture the speed key press, but I cant stop the warning
    beep that is generated automatically by windows. Maybe this doesnt
    happen under win95, or maybe you have the warning beep turned off in
    your control panel.
    Dave.
    -> From: Van Vuong <[email protected]>
    To: "'Dave Dixson (Ext. 513)'" <[email protected]>
    Subject: RE: Access Keys / Keyboard Shortcuts / Mnemonics
    Date: Fri, 3 Oct 1997 08:51:12 -0500
    Which version of Forte are you using? I wrote a quick test program using
    3.0.E and contrary to the documentation, I am able to capture the
    Alt-key shortcut on my Windows 95 client.
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET
    From: Dave Dixson (Ext. 513)[SMTP:[email protected]]
    Sent: Friday, October 03, 1997 3:38 AM
    To: [email protected]
    Subject: Re: Access Keys / Keyboard Shortcuts / Mnemonics
    I have also used the SetAsFunctioKey method to implement Alt-Key
    shortcuts, but have found that because windows does not recognise my
    pretend shortcut, it beeps a warning whenever the Alt-Key combination
    is pressed.
    Has anyone found a way of stopping this from happening (without
    changing the window control panel settings).
    Dave.
    From: Van Vuong <[email protected]>
    To: "'Forte Users Discussion'" <[email protected]>
    Subject: Access Keys / Keyboard Shortcuts / Mnemonics
    Date: Thu, 2 Oct 1997 18:47:29 -0500
    Reply-to: Van Vuong <[email protected]>
    I am trying to use the SetAsFunctionKey method and FunctionKeyPress
    event to define keyboard shortcuts for window widgets such as buttons on
    a Windows 95 client running Forte 3.0.E.
    If I add the ampersand (&) to the caption of a button, the letter
    following the ampersand is underlined. Normally, in other development
    tools such as Visual Basic, if you do this for a button, then clicking
    the ALT key along with that one letter automatically fires the Click
    event for the button. There is no other coding necessary. I basically
    have two questions:
    1. Is there a better way of implementing this in Forte, other than using
    the SetAsFunctionKey method?
    2. If not, I have the following dilemma. My application consists of a
    main window and several nested windows. The nested windows do not have
    their own event loops, instead, they have Event Handlers that are
    registered in the parent window. Both the parent window and its nested
    windows need the keyboard shortcuts and would therefore need to register
    for the FunctionKeyPress event. The problem is if I register for the
    event in the nested window, the registration of that same event in the
    parent window is overridden, effectively disabling my ability to process
    the keyboard shortcut for the parent window. I am assuming that since
    there is only one event loop in this scenario, it is the only one that
    receives the FunctionKeyPress event. Is there any way to make this work
    without making the parent window aware of all the keyboard shortcuts of
    its nested windows?
    Van Vuong
    Lead Technical Analyst
    Office: 972.985.5289
    VoiceNow: 972.330.0822
    Internet: [email protected]
    PAGE NET
    DaVE
    Triad Group PLC, EMail:[email protected]
    GU7 1XE, England. Tel: 01483 860222 X 513
    DaVE
    Triad Group PLC, EMail:[email protected]
    GU7 1XE, England. Tel: 01483 860222 X 513

Maybe you are looking for