Can we Change the backround color of an Input field in Webdynpro for ABAP.

Hi Experts ?
Can we change the background color of an Input field in WebDynpro for ABAP based on results we receive from any function module or BAPI?? .
Thanks in advance .
Regards ,
LAS

Yes. We can change the background of an input field. The way you do this is by editing the theme that webdynpro application uses. To edit the theme, you will need to install NWDS PLUS the theme edit plugin (Available for download from SAP).
Once you have edited the theme, you will need to upload your theme back to application server. You can use the program : BSP_UPDATE_MIMEREPOS to do this.
Bydefault, the theme used by webdynpro applications is :
/SAP/PUBLIC/BC/UR/nw5/themes/sap_tradeshow
You can apply another theme by calling the webdynpro application with a theme parameter. For example, if my webdynpro application name is "zgopaltest", then
<i><b>http://<server>:port/sap/bc/webdynpro/sap/zgopaltest?SAP-EP-THEMEROOT=/SAP/PUBLIC/BC/UR/nw5/themes/sap_tradeshow</b></i>
will apply the sap_tradeshow theme.
Likewise, you can apply diffrent theme. There is another theme that SAP provides. Its called : sap_hcb. Hence, you can apply the theme to the above application by:
<i><b>http://<server>:port/sap/bc/webdynpro/sap/zgopaltest?SAP-EP-THEMEROOT=/SAP/PUBLIC/BC/UR/nw5/themes/sap_hcb</b></i>

Similar Messages

  • How can I change the background color in the inbox?

    The background color in my inbox (well, all mailboxes) is white. A yellow background would make the existing black text a lot easier to read. How can I change the background color in the inbox?

    Themes work in Thunderbird - duggabe was not refering to Firefox.
    Another useful addon is theme and font changer:
    * https://addons.mozilla.org/fr/thunderbird/addon/theme-font-size-changer/
    However, Thunderbird allows you to modify all sorts of things.
    Make hidden files and folders visible:
    * http://kb.mozillazine.org/Show_hidden_files_and_folders
    Help > Troubleshooting Information
    Click on 'show Folder' button
    a window opens shwoing profile folder name
    Close Thunderbird now - this is important
    In the profile name folder, Create a new folder called '''chrome''' - note the spelling
    It should be in the same place as the 'Mail' folder.
    see first image below.
    Open Notepad
    Can be located : Start > Programs > accessories
    Copy everything shown between the lines below.
    Paste into Notepad.
    Save as '''userChrome.css''' - note the spelling (edit updated - this was a typo error)
    This should be saved in the '''chrome''' folder.
    see second image below.
    Restart Thunderbird.
    I have chosen a yellow for you
    <pre>
    #f6f58c = a yellow....it is a hex code for a colour.
    </pre>
    You can change it if required. Remember when updating anything in the profile folders, you must close Thunderbird first.
    More info on colours.
    * http://www.yourhtmlsource.com/stylesheets/namedcolours.html
    <pre>
    * Do not remove the @namespace line -- it's required for correct functioning
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    /*Background colour for message list*/
    #threadTree > treechildren::-moz-tree-row {
    background-color: #f6f58c !important;
    </pre>
    -------------------------------------------

  • Can I change the background color when I'm in a brochure layout?

    can I change the background color when I'm in a brochure layout? I've tried making a box in desired color but cannot push it to the back(not an option, it's greyed out)

    Then you are in a Layout template and the shape is already the back most object.
    Peter

  • How can you change the bubble color in the message app on the iphone 5

    How can you change the bubble color in the message app on the iphone 5?

    If you are having trouble reading your texts you can increase the font size until it becomes clear. Put in a feature request for the colour change though, it won't happen unless people ask for it.

  • Can we change the background color of a sub menu?

    In swing, can we change the background color of a sub menu. it is working fine for the main menu, but doesn't work for sub menu.

    Hey hi,
    just an append to the previous reply.
    The subMenu needs to be setOpaque() to true. i.e.
    subMenu.setOpaque(true);

  • How can I change the text   color in pages

    Hi , how can I change the text color in pages app

    Select the text you want to change.
    Tap the i in the top bar.
    Tap Style in the top bar.
    Tap the Font name/size
    Tap Color then choose the color you want the text.

  • Can you change the pasteboard color? (Dark Gray to a much lighter gray)

    Can you change the pasteboard color? (Dark Gray to a much lighter gray)

    In CS6 and later you can change the User Interface in the Preferences.
    A brighter interface changes the pasteboard color. Tou can also check the Canvas Color to white.

  • Can i change the back Color from the IPhone 5c

    Can i Chang the back Color from the i-Phone 5c .Now i Heven Pink and i want Blue Shoud i go to a Apple störe to do that and how much does it cost!!!

    Apple does not do this at all.
    Not sure if anyone does this.  if they do, it will void the warranty

  • Can i change the handset color if its being replaced

    can i change the handset color if its being replaced.I have  A faulty iphone 5 and the store says the set has to be changed.Fully unlokcked set ,purchased this month.

    You can try, normally you can't change the color. You'll get exactly the same model.

  • HT203175 How do you change the backround color on your Itunes page.

    How do you change the backround color on your Itunes page.

    JLabel textLabel = new JLabel ("Radius: ",JLabel.RIGHT);
    textLabel.setForeground (Color.black);
    i hope this helps
    good luck

  • How can i change the background colors on my iphone. The new white is hard on my eyes. I dont care for the grey boxes either.

    how can i change the background colors on the new update? I find the white a bit much. Also is there anyway I can change the grey boxes they seem out of place.

    That makes me sad. thannk you

  • Can i change the text colors in the app store

    Can i change the text colors in the App Store as i find it very difficult to read the grey text on a black background?

    No, you cannot change.
    The only thing you can change as a whole:
    SETTINGS/GENERAL/ACCESSIBILTY/ turn on WHITE ON BLACK.
    You can test to see if this one fits you.  If not change it back.

  • Change the font color of a text field in a table by key-combination

    I want to change the font color of a text field in a table (single cell only) on pressing a key combination. Does anybody know how to do this.
    I have a lot of data in a table. During an evaluation of the data in a meeting I want to change the color of the text depending on the result of the meeting. (for example: High risk = CTRL+R makes the text red).
    I know how to change the color using a button, but I do not want to add a button after each cell. For this reason I would like to do it on a key combination that alway refers to the active cell.
    Many thanks for your help in advance.
    Marcel

    Hi,
    I don't think you can use the ctrl key like that as those shortcuts will be intercepted by Reader (ctrl-R toggles the ruler display on / off).  You also might have trouble updating the color while you still have focus on it.  You can use the shift key in a similar way, so if you only have lower case characters in the text fields then you can do something like;
    if (xfa.event.shift)
        switch (xfa.event.change)
            case "R":
                this.fontColor = "255,0,0";
                break;
            case "O":
                this.fontColor = "255,102,0";
                break;
            case "G":
                this.fontColor = "0,255,0";
                break;
        xfa.event.change = ""; // ignore character
    If you need uppercase characters maybe you can have one button to set "review mode" and test that on the if (xfa.event.shift) line.  But again it wont take effect until you have tabbed out of the field.
    Regards
    Bruce

  • Query regarding changing the background color of an input text

    Hi,
    I want to change the background color of an input text component.When I tried with the back-ground color inline style, it changed the color of the label instead of changing the background color.Is there any way I could do it?
    Thanks in advance

    Hi,
    use the contentStyle property (or skinning af|inputText::content if you want to change this in one place for all input text fields)
    Frank

  • BI Customization-Can we change the font color in BI launchpad

    Dear All,
    I am working on BI customization and also able to implement the same as per our client needs(Logo change and BG color change).However Business expects us to change the font color Black (For example: Home & document tab font color is in black by default) to white color as the background color is dark Red.
    Can you guide/help me to change the font related things and also where to edit to reflect the changes.
    BO Version: BI 4.1.
    Please find the attachment for reference.
    Thanks in advance!
    Regards
    Palanivel

    Palanivel,
    I have found a way, in the customize.css file, go to the following entry :
    /* (8.1.2) customize module title backgorund */
    .WindowThemeinfoview .titleBG  {
        background-color: #EF6600 !important;
    Under backround-color line add : color: #yourcolor e.g.
    /* (8.1.2) customize module title backgorund */
    .WindowThemeinfoview .titleBG  {
        background-color: #EF6600 !important;
        color: #FFFFFF
    This will change your font colour from the standard blue/grey.
    Regards
    Dan

Maybe you are looking for