How change color on form SAP 7.5

How change color on the form when the form load (Form Partners or Invoice form). I can use SDK UI-API programing interface.
OR
how change color cell on matrix (matrix chose PH)

You can use something like this as the custom validation script of the
drop-down:
if (event.value=="Customer A") event.target.textColor = color.red;
else event.target.textColor = color.black;
Make sure you tick the option to commit the selected value immediately
(under Properties - Options), so that it will change as soon as a selection
is made.

Similar Messages

  • How to assign modified forms (SAP scripts etc.,) to Dunning texts

    Hello, how do I assign forms (SAP scripts etc.,) to dunning texts according to no 5 above?
    I've copied the form f150_dunn_01 and modified it. Now I want to assign my modified form to dunning text. In txn fbmp I have created new procedure and when I clicked on Dunning texts it takes me to dunning text screen where I should be able to assign my modified form. But the screen is greyed out and not editable. Is there anything I'm missing or I've permission issue?
    Please help
    Regards
    Naz
    Most of the config for Dunning is done with TCode FBMP.
    Key Steps are :-
    1.     Define the dunning procedure or use the standard
    2.     Define the dunning levels (desired stages of reminder)
    3.     Define the dunning interval (frequency of reminder)
    4.     Line item grace periods & Min.days in arrears (acct) govern the criteria for picking items to be dunned along with Minimum amounts
    5.     Assign forms (SAP scritps etc.,) to dunning texts. Forms contain the contents of the reminder notice and the format of notice.
    6.     You can include the Sp GL Transactions as well.
    7.     Customer/Vendor Master Records needs to be updated with the Dunning
    8.     Procedure etc, Dunning tab in the master data
    9.     Use F150 to run.

    Hi Praveen,
    Ok let me go through the steps that I have done so for.
    1. New dunning procedure 004 been created in Txn FBMP
    2. Then by choosing the assigned dunning procedure 004, trying to update the form by selecting the company code and then Dunning text. But the screen is grayed out.
    Please pass me your email address then I will send you the screen shoots.
    Thanks
    Naz

  • S:TextArea How change color for some chars in text?

    I have s:TextArea and i need in runtime change color for some chars displayed in text.
    How i must to do this correctly?

    pcardinale wrote:
    Initially, a control has no caption.  It's not just that the caption string is empty and the caption not visible, but the caption object does not exist.
    I think this should probably be changed in future versions, because even if each control had a caption, it would still be a negligible small part of the VI. The current behavior made sense many years ago where HD and memory space was very precious. Not any more!
    This issue comes up often enough that it warrants addressing the root of the problem.
    It is hard to convince the casual that the caption does not exist if he can simply do a "show caption" at edit time and it will show in all glory, even with the default set to the current label. It is confusing!
    There is even an idea about this that seems worth supporting (also read the link in the discussion).
    What do you think?
    LabVIEW Champion . Do more with less code and in less time .

  • How change color of undesired emails in Mail ?

    How could I change color of undesired emails in Mail ?
    It's possible for all the messages but these ones.
    I can't really see the yellow.
    Thanks !

    I found myself : It is in (excuse French) "Avancé..." du menu "Courrier indésirable" des "Préférences".
    Well hidden...

  • Javafx: How change color of focus of controls?

    Hi everyone,
    I got a trouble with change the color of focus of controls? Have anyone know? Please tell me. Here is my example.
    [http://imageshack.us/photo/my-images/864/fffd.png/]
    Please help me out. Thank very much.
    Edited by: 904388 on Dec 25, 2011 7:45 AM

    Hi,
    The desired functionality can be acheived by customising the css of the text field. (or any control)
    Suppose if the textfield/button declaration is like this.,
    TextField text = new TextField();
    Button btn = new Button();It's related focus css is as follows (in caspian.css file)
    .text-field:focused {
        -fx-background-color: -fx-focus-color, -fx-text-box-border, -fx-control-inner-background;
        -fx-background-insets: -0.4, 1, 2;
        -fx-background-radius: 3.4, 2, 2;
    .button:focused {
        -fx-color: -fx-focused-base;
        -fx-background-color: -fx-focus-color, -fx-outer-border, -fx-inner-border, -fx-body-color;
        -fx-background-insets: -1.4, 0, 1, 2;
        -fx-background-radius:  6.4, 5, 4, 3;
    }To customize the focus color, you need to define a custom class for your controls, like
    TextField text = new TextField();
    text.setStyleClass().add("myText");
    Button btn = new Button();
    btn.setStyleClass().add("myButton");and need to add the css accordingly for your focus color.
    .myText:focused {
        -fx-background-color: #E99725, -fx-text-box-border, -fx-control-inner-background;
    .button:focused {
        -fx-background-color: #E99725, -fx-outer-border, -fx-inner-border, -fx-body-color;
    }I hope the above explanation will help you.
    Happy Coding !! :)
    Regards,
    Sai Pradeep Dandem.
    Edited by: Sai Pradeep Dandem on Dec 26, 2011 8:58 PM

  • How change colors of clips in imovie, how change colors of clips in imovie

    Hi, is it possible to vary the colors in iMovie on iOS?

    Hi Kiran,
    no its not possible through Theme editor also ,because these colors are coming from Compiler which u are using.
    Regards,
    Govindu

  • How to move offline form from SAP dev to QA and Production environments?

    I developed and Adobe Form that can be used offline - steps in development are as below:
    1. Webservice generated out of a BAPI in SAP.
    2. WSDL generated from SOAMANAGER transaction code and kept on a newtowrk folder
    3. Used this WSDL to prepare the form in SAP WebDynpro view
    4. generated the URL of the webservice per Dev / QA / Prod when the form is being generated out of the WebDynrpo app - function module ICM_SERVER_INFO (used here)
    4. Placed a regular type button on the form and passed the URL on the click of the button
    5. This worked fine in Dev system.
    6. Now the transports are moved to QA. But click of the button was still pointing to the Dev system.
    7. Realized that it is reading the Dev WSDL from the network drive - it still tries to submit to the dev url of the webservice
    8. So generated the WSDL from SOAMANAGER fo QA and over wrote with the Dev WSDL files.
    9. When I opent he Adobe Form in WebDypro in QA, it reads the new WSDLs and updates the correct URLs - I checked this in the XML of the source of the Adobe Form
    10. here comes the problem - even though step 9 is done correctly, I can not save the form and activate it to reflect the new URLs - since QA is not open. Same procedure may need to be followed in case of Production also.
    So the question is:
    How to circumvent this issue of updating the WSDL and URL after the development transport is moved to QA and Prodcution?
    Or - QA and Prod have to opened, WSDL and URl updated in change mode of form and a transport also created?
    (seems to be a limitation)
    (I looked a bit but did not get any pointers when I googled - may be my search is not correct).
    Please advise.
    Thanks,

    hi Chandra,
    I store the url in one of hidden field in form, then copy javascript below to click event, button control type: Regular.
    just replace all the "<>" in the code below.
    var message;
    var response;
    // The name of the data connection will be pulled from the WSDLConnection name in the ConnectionSet packet
    var sWSDLName = <DataConnection name>;
    // clone, modify and execute the connection.
    var vConnection = xfa.connectionSet[sWSDLName].clone(true);
    vConnection.soapAddress.value = <url>;
    // Execute the connection, without remerge data after the result.
      var ws_rc = vConnection.execute(true);
    for multiple data connection, you have to repeat these code with replace different data connection name and it's url address.
    you may use script object (something like subroutine).
    Regards,
    Kathy Lau

  • How to create a radio button that changes colors

    I'm using Acrobat X and ID CS5 on Mac OS X.
    A couple of years ago someone on the forums explained to me how to create a button that changes color with each click. You can view a sample PDF at https://dl.dropboxusercontent.com/u/52882455/colorcycle.pdf. They gave me the document JS and showed me how to set the properties of the button. I've integrated the button into a particular series of PDF forms and it's worked out very well.
    Now I would like to do the same thing, but using a circle instead of a square. Can anyone tell me the best way to do this? Can I somehow set a radio button to cycle through colors in the same way? I design my forms initially in ID CS5 and then activate and format the fields in Acrobat X. I've tried using circles instead of squares in my ID document, but when I export to an interactive PDF, they're converted to squares.
    Any ideas?

    I understand how to make buttons cycle through colors-- the problem I'm having is that I'm trying to figure out how to make a circular button cycle through colors. When I export my ID document to PDF, my round button maintains it's original appearance, but when I click on it to cycle through the colors, it behaves like a square (see new PDF at https://dl.dropboxusercontent.com/u/52882455/colorcycle2.pdf).
    If I use a radio button, I can get it to cycle through colors, but I don't want it to have a black dot in the middle. Is there a way to format the radio button to not show the black dot when clicked?

  • Link in form of a pictrue - change color when sweeping

    Doing links in form of a word which change color when sweeping over them is simple in iWeb.
    I wonder how I do if I not just want the color of the text but also an image to change.
    Ex. I have a link in form of a bright cloud. When one sweep the mouse over it I want the cloud transform into a darker form of the same cloud.
    Perhaps I need a codescript which connect two pictures of the cloud?
    Johan

    Johan:
    It's called a rollover. There are a number of topics on the subject in this search result page: http://discussions.apple.com/search.jspa?threadID=&q=ROLLOVER&objID=&dateRange=l ast90days&userID=&numResults=30&rankBy=10001. It's done with an HTML Snippet. One of the topics may have an answer for you.
    OT

  • How to change colors in Auction monitor

    Hi Experts,
    Could you please help me on below requirement,
    In Auction Monitor , need different darker colors for tracking bids  because some colors cannot be seen on the screen.
    Could you please guide me how to change colors in Monitor.
    Thanks,
    Pavan.

    Hi Vinay.
    I would like to suggest a couple of references, quite similar to your requirement,
    [SDN - Reference for Different Colors in Single Graphical bar|About Different Colors in Single Graphical bar;
    [SDN - Reference for changing colors for graphs|Anyone used colors in VC?;
    [SAP HELP - Standard Reference for Assigning Colors to Parts of a Graph|http://help.sap.com/saphelp_nw04/helpdata/en/39/cca358576911d1896f0000e829fbbd/content.htm]
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • (J2ME)change the Background Color Of Form

    Hello
    I have a question about create a Form on J2ME Midlet.
    How could we change the Background Color Of Form? Is it possible?
    Thanx a lot.

    You can try the J2ME forums http://forum.java.sun.com/category.jspa?categoryID=23
    Then don't seem to be bursting with life though. You may find what you need searching these examples http://www.java2s.com/Code/Java/J2ME/CatalogJ2ME.htm
    I don't use J2ME myself.

  • How to change color in BEx Browser?

    Hello Friends,
    How to change color in BEx Browser?
    My browser shows all the report description with pink color. I want to change the color.
    Please let me know.
    Thanks in advance.

    Hello Bhavin,
    It seems the patches for BW Add-On are being kept pretty much in sync for 6.20 and 6.40 (i.e they seem to be released at around the same time, even that the patch level numbers are different).
    However, at BW Add-on Patch level 4 on a SAPgui640 machine, we didn't have the "pink font" problem.
    It may be that BW 3.5 Add-On patch 6 will have a similar effect for you - it may be worth trying.
    Here is the link to the BW3.50 patch 6... https://smpdl.sap-ag.de/~swdc/012002523100000108232005D/bw350_6-10001615.exe?_ACTION=DL_DIRECT
    The patch 6 referred to above is for the BW3.50 Add-On - the SAPgui patch is typically a different number (the 11 that you mention is the SAPgui patch level).
    Best regards,
    Pat M.

  • How to make changes in HR Form using Form editor

    Hi,
    I am new to hr-abap..And I am working on HR form editor..and I wanted to generate a pay-slip using the hr forms..I had copied the standard form..and I am making the changes into that..
    I want to add my own customization into it..like I wanted to display total in words...also, i wanted to display a message at the end of my report..This message should be allowed to change to end user...like for eg..Some Seasonal greetings...
    I am using Tcode pe51 to make changes in my form...
    Please tell me how to go about and where to implement all these changes so that they will get displayed in my form...Its urgent...

    When you go into HRFORM tcode, double click on your form name.
    It will take you to Customization window where you can drag and drop all additional data yo want on form.
    For designing and coding purpose click on the LAYOUT button on top of that window.
    This will open the form in SMARTFORM.
    Dont try to go directly as your Form name dont exist in Smartforms.
    Check this link for more info -
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf
    Regards,
    Amit
    Reward all helpful replies.

  • How do i get my events to change colors when i add new ones in my calendar

    How do I get my events to change colors when I add a new event in my calendar?

    When you add an event and you see the heading "Calendar", do you see a name to the right of it such as "Work"?  If you tap on the heading "Calendar" does it show you a list of calendars?
    I'm basing this on my experience using iCal on a Mac to sync with my iPad.  I created a number of calendars on the Mac and assigned them different colors.  Those appear on my iPad.  I don't know how to create additional calendars on the iPad alone - I must create them in iCal or MobileMe then they show up on the iPad.  Are you using a Mac or MobileMe?

  • How do I get a field to automatically select a value and change color based on another automatic field?

    Here is the situation:
    I have a row on a form called Finding Risk Rating. In this row are four fields: Probability, Severity, Risk Rating, Color.
    Probability is a drop down menu with the following values: 1, 2, 3, 4, 5
    Severity is a drop down menu with the following values: A, B, C, D, E
    Risk Rating is a field that I have a custom calculation script:
    var riskRating = this.getField("Probability").value+this.getField("Severity").value;
    event.value = riskRating;
    So, when I pick Probability = 1 and Severity = D, Risk Rating will automatically change to 1D, etc. This works fine on the surface as far as I can tell.
    The part where I am stuck, is the fourth field Color.
    Ideally, I want Color to be automatically populated depending on the value of Risk Rating. For example, for 1E I would want it to say "YELLOW" and the field to change color to yellow. For 1A it would be "GREEN" with the color green, etc.
    I tried doing an if else for all cases, but it never refreshes to the correct value. I then checked using app.alert to see what fields riskRating and colorRank are (see code below), and I noticed that riskRating never changes, even though the value in Risk Rating changes. Is there a way to order script(s) so that if I execute one, the other will follow? I'm new to scripting for forms and haven't done any programming in 10+ years, so feel free to rip my code in favor or something more efficient, or direct me to a good resource I can learn from.
    Here's the basis of what I have for scripting on Color. It's brief because I wanted to test it out before writing every 'if else' statement.
    var colorRank;
    var riskRating = this.getField("Risk Rating").value;
    if (riskRating = "1E") colorRank = "YELLOW";
    else if (riskRating = "1A") colorRank = "GREEN";
    else if (riskRating = "5A") colorRank = "RED";
    event.value = colorRank;
    app.alert("colorRank = " + colorRank + ", riskRating = " + riskRating);
    Any help is appreciated. Thanks!

    One problem is if more than one combo box item has the same number associated with it, you cannot simply set the export value to the corresponding number since they need to be unique (or the user interface behaves weird). One thing you can do is set up an object to associate a list item with a value, and look up the value in code when a list item is selected.
    For more information, see: http://acrobatusers.com/tutorials/2007/js_list_combo_livecycle

Maybe you are looking for

  • Error publishing

    I keep getting the following error message when trying to publish my website: "there was an error updating .mac" That's it. Any ideas?

  • Does Google Pubilic DNS block Spamhaus RDNSBL queries?

    Our ISP here in Northwest Arizona is CableONE.  We noticed late last year some problems with some of their DNS resolving servers and decided to cut over, as whole, to using Google's Public DNS servers (8.8.8.8 and 8.8.4.4 respectively).  We didn’t re

  • Windows Updates for SharePoint 2013 Environment

    Hi I created a visual machine for SharePoint 2013 development by following steps mentioned below. --Install Winows Server 2008 R2 --SQL Server 2008 R2 --SP2 for SQL Server 2008 R2 --SP1 for Winows Server 2008 R2  --Sharepoint 2013 Pre-Requisites --Sh

  • Java Books

    Hi all, I am a Java back-end,server-side programmer (junior to mid-level). Worked mostly on core Java. I would like to improve my Java programming skills. I know hundreds of books and tutorials are out there, but taught it might be a good idea to ask

  • Why did eclipse add a CLASSPATH variable to my system?

    After recently installing eclipse I discovered that while I can still compile normally I was getting NoClassDefFoundError running java from my command prompt. After some puzzlement and wondering if I had gone crazy I noticed the new environment varia