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

Similar Messages

  • 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

  • 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

  • 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 dropdown in excel using java?

    First of all sorry for creating new topic... i searched for it but i couldn't get it...
    Guys do you have any idea on how to add drop down in excel using Andy Khan's JExcel API? Or is there any other way?

    Sounds like a question for Andy Khan or the JExcel forum.

  • 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 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 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 user search  in adf application?

    hi,iam using jdeveloper 11.1.2.3.0 my requirement as follows ....i have a form ex:company_master in this form i need to search relavent data to master / user need to search the data in internet how to achieve this requirement in adf

    The question is about adding "user search  in adf application?"
    "You can create search forms that allow users to enter search criteria into input fields for known attributes of an object. "
    Creating ADF Databound Search Forms - 11g Release 1 (11.1.1.5.0)

  • Mailto has disappeared, how to add it back in the application list?

    I have no mailto application in Firefox so I am unable to use the send link function. How can mailto be added back in so that I can choose a default mail application?

    Hmmm, well that is the root of the problem. I use Yahoo Mail and I tried using Outlook with it and when it was not configuring correctly and backing up mail in the outboxI uninstalled Outlook and that's when mailto disappeared from Firefox. I just want to send from Yahoo Mail but I don't seem to be able to do that.

  • How to add email notification to  planning application

    Hi All,
    I want to add email notification to my planning application,
    What are the settings I need to do for it?
    While doing the configuration i found SMTP option for shared service.
    Is it necessary to configure the SMTP option for shared service?
    Please suggest me.
    Thanks
    Edited by: user11358816 on Sep 2, 2009 12:51 AM

    Hi,
    You set it up in planning, have a read of :- http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch07s01s04.html
    Also make sure you set up the administrators email address.
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to add Timer functionality to Agentry application?

    I want to add timer functionality in my Agentry app.
    After selecting particular button, the timer should start and end after other button selected.
    I am using Eclipse editor for coding and I cant see any option for timer functionality.

    Prit,
    The actiontimer program is a windows program that was developed to execute the action at certain intervals.  This program is a windows program that naturally will not run on Android and there is no equivalent android program that exists at this time.
    Also, since Android is a more locked down OS, we don't have the same capabilites in terms of other external applications invoking actions within the Agentry client that we do with Windows.
    The Agentry 6.0.x client just doesn't have the same capabilities needed to implement this functionality.  However as I mentioned, with theSMP 3.0 (Agentry 7) client we have introduced the OpenUI SDK which should give you the ability to write an equivalent capability on the Android platform.
    The OpenUI API documentation can be found at the following link
    Agentry OpenUI API
    --Bill

  • How To Add Flash Movie In Java Application

    Hello Every One
    I am facing a problem.
    I want to add a flash movie
    Plz Help Me

    Flash Player Java Edition is available - but only for old Flash V.2 :(

  • How to add button on application tool bar of standard transaction

    Hi All,
    Can any one let me know how to ADD the button in on application tool bar of standard transaction by using SHD0 transaction or any other solution.While adding the button I don't want do any code modification.
    Thanks,
    Vijay

    HI
    SHD0 is used to create and maintain Screen and Transaction Variants..
    to know more about Screen and trransaction variants click on this link
    http://help.sap.com/saphelp_47x200/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm
    we can create Transaction Variants Using SHD0 Transaction.
    Transaction Variants and Screen Variants
    Transaction variants can simplify transaction runs as they allow you to:
    Preassign values to fields
    Hide and change the 'ready for input' status of fields
    Hide and change table control column attributes
    Hide menu functions
    Hide entire screens
    In particular, hiding fields in connection with screen compression, and hiding screens, can result in greater clarity and simplicity.
    Transaction variants are made up of a sequence of screen variants. The field values and field attributes for the individual screens found in transaction variants are stored in screen variants. Each of these variants is assigned to a specific transaction, can, however, also contain values for screens in other transactions if this is required by transaction flow. The transaction that the variant is assigned to serves as initial transaction when the variant is called.
    There are both client-specific and cross-client transaction variants. All screen variants are cross-client, but may be assigned to a client-specific transaction variant.
    A namespace exists for cross-client transaction variants and screen variants and both are automatically attached to the Transport Organizer. Client-specific transaction variants must be transported manually.
    In principle, transaction and screen variants can be created for all dialog and reporting transactions. There are, however, certain Restrictions that apply to certain transactions, depending on their internal structure.
    No transaction variants are possible with transactions already containing preset parameters (parameter transactions and variant transactions).

Maybe you are looking for