How to add accessibility to already built application

Hi,
Can any one help me how to add accessability to already built application. jdev version which am using is 11.1.1.4.
Thanks in advance.
Regards,
lavanya.

Hi,
its mostly a configuration in ADF Faces
http://docs.oracle.com/cd/E23549_01/web.1111/b31973/af_access.htm
Frank
Ps.: One of the beauties of using ADF Faces instead of hand-crafted web site in which case you would have been screwed

Similar Messages

  • How to add fields to already loaded cube or dso and how to fill records in

    how to add fields to already loaded cube or dso and how to fill  it.can any one tell me the critical issues in data loading process..?

    This is sensitive task with regards to large volumes of data in infoproviders.
    The issue is to reload of data in case of adjusted structures of infoproviders.
    Indeed there are some tricks. See following:
    http://weblogs.sdn.sap.com/cs/blank/view/wlg/19300
    https://service.sap.com/sap/support/notes/1287382

  • How to add images into a java application (not applet)

    Hello,
    I am new in java programming. I would like to know how to add images into a java application (not an applet). If i could get an standard example about how to add a image to a java application, I would apreciated it. Any help will be greatly apreciated.
    Thank you,
    Oscar

    Your' better off looking in the java 2d forum.
    package images;
    import java.awt.*;
    import java.awt.image.*;
    import java.io.FileInputStream;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    /** * LogoImage is a class that is used to load images into the program */
    public class LogoImage extends JPanel {
         private BufferedImage image;
         private int factor = 1; /** Creates a new instance of ImagePanel */
         public LogoImage() {
              this(new Dimension(600, 50));
         public LogoImage(Dimension sz) {
              //setBackground(Color.green);      
              setPreferredSize(sz);
         public void setImage(BufferedImage im) {
              image = im;
              if (im != null) {
                   setPreferredSize(
                        new Dimension(image.getWidth(), image.getHeight()));
              } else {
                   setPreferredSize(new Dimension(200, 200));
         public void setImageSizeFactor(int factor) {
              this.factor = factor;
         public void paintComponent(Graphics g) {
              super.paintComponent(g);
              //paint background 
              Graphics2D g2D = (Graphics2D) g;
              //Draw image at its natural size first. 
              if (image != null) {
                   g2D.drawImage(image, null, 0, 0);
         public static LogoImage createImage(String filename) { /* Stream the logo gif file into an image object */
              LogoImage logoImage = new LogoImage();
              BufferedImage image;
              try {
                   FileInputStream fileInput =
                        new FileInputStream("images/" + filename);
                   image = ImageIO.read(fileInput);
                   logoImage =
                        new LogoImage(
                             new Dimension(image.getWidth(), image.getHeight()));
                   fileInput.close();
                   logoImage.setImage(image);
              } catch (Exception e) {
                   System.err.println(e);
              return logoImage;
         public static void main(String[] args) {
              JFrame jf = new JFrame("testImage");
              Container cp = jf.getContentPane();
              cp.add(LogoImage.createImage("logo.gif"), BorderLayout.CENTER);
              jf.setVisible(true);
              jf.pack();
    }Now you can use this class anywhere in your pgram to add a JPanel

  • How to add dropdown constants in WD application

    Hello All,
    WE have a scenario where we need to put  additional entires in  already existing hardcoded drop down list  a WD application. One way to put in the entries is to extract the par file and then add the entires in the NWDS, since we do not have the par file (or code)with us ,how can we put the hardcoded values in in the existing dropdown without touching the java code. Is it possible
    that i can put the access the already existing dropdown entires somewhere in PCD , and append the new one ,also is there some
    other method to do so ?
    Regards,
    Ronniee

    Hi chaintan,
    Yes chintan you are right , its ear files, somehow by chance i started writing par speaking everytime about par and all ,
    We do not have the code with us , but we have the ear, is it possible to to get the WD project from ear ? I tried but was not able to , The application is not as simple as it sounds to be , since one entires in the drop down will take some other call to the back end. and all the stuff where some other details that we required are also not present for us to develop, so at the end we'll have to introduce good amount of change , so that apart , can i make the changes(adding additional enties , though i know the class file will change which might result in corrupt file because of versioning) somehow in the ear ? so that it starts functioning fine ?
    Regards,
    Rohan

  • CRM2007 How to add a Web Dynpro ABAP application to a CRM business role

    I am investigating CRM2007 UI framework and I cannot seem to find a way to add a custom made Web Dynpro ABAP Application (created in CRM 4.0) to a business role, or how to add a custom transaction created in classic ABAP (transaction created via se93, progam created via se38). Whatever I do, I only see BSP components. I am using transaction BSP_WD_CMPWB.
    Next to this it seems you can add/integrate Visual Composer applications to (there is an entry in spro called "integration of the visual composer in BI"). However, I presume we first have to meet the requirements for the portal integration in SAP CRM 2007 as described in spro. If somebody knows how this works, that would be great!
    kind regards
    Angelique Heutinck

    Hello Angelique,
    It should be possible to call web dynpro applications from the L-shape menu of CRM UI (check transaction CRMC_UI_NBLINKS). As for the old GUI transactions, you can embedd them also via transaction launcher using CRMC_UI_NBLINKS (search for "transaction launcher" in this forum, there is plenty of information on it).
    Best Regards,
    Yevgen
    Edited by: Yevgen Trukhin on Jun 19, 2008 11:53 AM

  • How to Add Access Platform in SQL Developer 3.2.20.09

    Though it was default in previous versions but I think it is not in this version. I have downloaded the latest copy of SQL Developer 3.2.20.09 from your site. While trying to migrate data from Access to Oracle using Migration Wizard (Tools>Migration>Migrate option) I am not getting any Access data in source database window. There are nothing under Available Source Platforms. Kindly let me know how to bring Access Platform in SQL Developer 3.2.20.09.

    Hi,
    Have you checked all the steps in the SQL*Developer documentation ?
    Review the relevant sections of -
    Oracle® SQL Developer User's Guide Release 3.2
    2.2.4.3 Before Migrating From Microsoft Access
    2.2.4.3.1 Creating Microsoft Access XML Files
    2.2.8.1.3 Creating Data Files From MySQL
    2.3 SQL Developer User Interface for Migration
    2.3.1 Migration Submenu
    Are you able to create a connection to an Access mdb file using the 'Connections' options ?
    See -
    5.21 Create/Edit/Select Database Connection
    and the information under -
    Access tab
    If you can make a connection to the Access mdb file then you should be able to make the migration also by followingthe steps detailed in the documentation.
    Regards,
    Mike

  • How to add access to business rule in calculation manager?

    Hi all,
    I would like to add access to each business rule in calculation manager. Is it the same method used like in 9.3.1? I can't find any document talking about that.
    Thanks
    Gary

    Hi,
    I thought it goes on the rule security, so say you had two rules in a ruleset, if you give access to both the rules to a user then the user will also see the ruleset.
    If you gave access to one of the rules then the user would not see the ruleset.
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to add access control to a WebService in Weblogic

    Hello experts,
    I developed a Web Service and I deployed it on Weblogic: it reads a SOAP request and, according to the input, it performs some actions.
    Now we would need to implement an access control on it, we read some information in the documentation we find on google, but none of these was exhaustive: did anyone of you implemented already an access control policy?
    And how did you do?
    Thank you

    Hello Arunkumar,
    my JDev is 11.1.1.5.0.
    I checked the documentation, but it's not clear for me in which of those scenarios we are: we have an Oracle Service Bus that needs to contact an application, but we don't want to grant a direct access to it.
    So the bus is calling the web service that it's triggering the events on the application.
    Everything works fine, but we need now to put at least an access control method, in order to avoid that a simple call from SoapUI may triggers the operations on our Web Service.

  • How to add a custom button on Application Toolbar for ME21N, ME22N & ME23N

    Hi Experts,
    I am new to this forum. I hope someone will help me.
    My Requirement is as :
    I want to add a new custom button on Application Toolbar for ME21N, ME22N & ME23N.
    There are already standard buttons in this toolbar which is Document Overview On, Hold, Personal Settings etc.
    So after the 'personal settings' button i want add a new button and want to write a code which will open one custom screen.
    I am not able to find any exit for this....
    Please help...
    Thanks....

    Hey Buddies
    Try below BADI : ME_PROCESS_PO_CUST
    and check with required methods.
    1)PROCESS_ITEM
    2)CHECK
    3)POST
    Regards,
    Pranav

  • How to Add Image to Web Dynpor Application

    Hi,
    I want to develop new view with two elements
       1. Label
       2. image
    lable properties are
         text property: Welcome to My Page
         design property: header1
    image properties are
            source:  img1.jpeg
    i created view and in the view i creatge label with out any error.
    comming to image  i inserted child to view root element and to select SOURCE for the image element its showing context window.
    i am not able to see here any image fine
    one thing to tel u that i already placed IMAGE.JPEG under /MIME/MYCOMPONENT/IMAGE.JPEG
    So please let me know how to get the image  in the form..
    regards
    mmukesh

    1. Add an another UI element like Caption along with a label
    2. Create a Value Attribute for the image and make its Calculated property to true. This automatically creates the setter and getter methods to retrieve the image.
    Bind the image source property to this created value attribute.
    3.  In the get<value attribute> method, return the image.(image file name and extension are case sensitive - for ex: Image.jpeg)
    Thanks and Regards,
    Amar Bhagat Challa

  • How to add automation libraries in multiversioned application?

    Hi All,
         We have developed multiversioned application in flex4 and flex3.5. BootStrapLoader and MainApplication are build with flex4.1 and applicationWrapper is build with flex3.5. BootStarpLoader loads MainApplication and mainApplication loads application wrapper. this is the heirarchy. Everything is going smoothly.
             Now we need to run automation test for this multiversioned applications? I have added automation libraries for bootstraploader, mainapplication and applicationwrapper. I am including automation libraries for these three files while we are compiling(using ant to build). But seems HP QTP is not reading these tests. Is not recording any tests..
           How can I enable and add automation libraries for this multiversioned applications?
        Appreciate your help..
    Thanks
    Ram

    Hi
    Please go through through the threads:
    1.https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars/using logging and tracing on the sap web as java.pdf
    2.http://help.sap.com/saphelp_nw2004s/helpdata/en/15/318a4286031253e10000000a155106/content.htm.
    Hope this helps you.
    Regards
    Victoria

  • How to add attribute to already existing tag?

    Hello!
    Could you help me, please. I need to add attribute maxlegth to <h:inputTextarea>, but I don't know how to do it. Maybe, you know?

    <textarea> don't support maxlength by spec. You can use JavaScript instead.
    Or if you really want to create a custom component with this attribute added, check following tuts:
    http://www.jsftutorials.net/components/index.html
    http://www-128.ibm.com/developerworks/java/library/j-jsf4/
    http://java.sun.com/javaee/javaserverfaces/customcomponents.html

  • How to add tracing feature in JSPDynPage application

    Hi,
    I am very new to EP.Please provide me some examples which have logging and tracing feature added.I tried following example.But I don't know how to incorporate example below in my JSPDynPage application.I need separate trace file.How can I get that?Thanks in advance.Please help
    packagecom.trial.trail1;
    importcom.sap.tc.logging.*;
    publicclass TrialClass{
    private static Location myLoc = Location.getLocation("com.trial.trial1.TrialClass");
    static{
    myLoc.setEffectiveSeverity(Severity.PATH); myLoc.addLog(new ConsoleLog()); }
    publicvoidmethod1(){
    myLoc.entering("method1"); myLoc.warningT(“method1”, “Sample warning message”);
    myLoc.exiting();

    Hi
    Please go through through the threads:
    1.https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars/using logging and tracing on the sap web as java.pdf
    2.http://help.sap.com/saphelp_nw2004s/helpdata/en/15/318a4286031253e10000000a155106/content.htm.
    Hope this helps you.
    Regards
    Victoria

  • How to add a watermark (already created it)

    Not seeing how to do it and the topic in the Help/Support are has a bad URL ...
    Thanks for you help !

    Hi Bob
    You can add your watermark when you export copies of your photos. It can be text or if you have created an image, use the graphic option. See this 5 min video:

  • How to handle missing NIDAQ in built application?

    Hello everybody. I wrote an application for measurement. It is distributes as an installer with included LV Runtime and Visa Runtime. It also needs NIDAQmx but because its size I do not include it to the installer but inform the user to install it if it isn't yet. Because I put a lot of effort to have nice and smart error handling I also tried what happens if I run my application without having NIDAQmx installed. And what happens is not really nice as you can see from the pictures. And it's not even all the errors. 
    What I would like to achieve is to have just one error being displayed that nidaq is missing - similar to when runtime is missing. Is it possible to set this in the config file? Otherwise I don't know how I could handle this from within my application because those errors appears before it starts.
    Thanks a lot
    LV 2011, Win7
    Attachments:
    01.png ‏37 KB
    02.PNG ‏28 KB
    03.png ‏51 KB

    Hello everybody. Here is my result. To be honest one of the best features I learned! Comparable to mastering Event Structure years ago and understanding Queue State Machine concept.
    Run Splash_SplashScreen.vi. If you have some comments let me know. Thx
    Message Edited by ceties on 09-07-2008 03:06 AM
    Message Edited by ceties on 09-07-2008 03:13 AM
    LV 2011, Win7
    Attachments:
    SplashScreen.PNG ‏12 KB
    SplashScreenLoad_02.zip ‏89 KB

Maybe you are looking for

  • Display image in JSP

    Hi, I'm having problems allowing users to upload images within my j2ee application and then displaying them again. Does anybody have any tips? I don't really want to store the image in the db (just the image name), but I can't figure out where to put

  • How does Disk Utility estimate completion time?

    I'm sending an external drive back to the vendor for troubleshooting, and want to make it more difficult for a curious tech to examine the data there. So I told Disk Utility to Zero Out Data and Erase Free Space. The drive was just initialized, so it

  • Will I increase my Buffer Cache ?

    Oracle 9i Shared Pool 2112 Mb Buffer Cache 1728 Mb Large Pool 32Mb Java Pool 32 Mb Total 3907.358 Mb SGA Max Size 17011.494 Mb PGA Aggregate PGA Target 2450 Mb Current PGA Allocated 3286059 KB Maximum PGA Allocated (since Startup) 3462747 KB Cache Hi

  • F-03 clearing for EBS entries

    Hi friends, Kindly explain some body how to clear f-03 bank sub accounts When we  cleared the outgoing payment f-58 entry must be Vedor A/C Dr Bank outgoning A/C After posted the document the check information is available at environment level When w

  • Where Clause Generation

    A nice addition to Raptor would be a where clause generator: Selecting cells in a grid (of one or multiple data rows) and execute the "Where Clause Generator" action would generate the where clause to restrict the current select by the values in the