Change pop up text in CHARM

Hi,
Can anyone tell me how to change the text that is displayed in the pop-up window in charm. Actually my requirement is to make sure that the developer after releasing the tasks in the remote system should save the correction. when he is navigating away from the window a pop-up appears as 'Do you want to save transaction Ugent Correction ? ' . I need to change this text as 'Do you want to save transaction Ugent Correction ?  ** after releasing the task,save the correction'....Can this be done.....
R else is there any other way to inform the user(developer) r to make sure that  the user(developer) saves the correction.....
Thanks & Regards,
Kevin.

Hello,
Please find out the technical name of the message you see, then go to SE91.
You can mantain the messages in SE91.
If the popup is not a system message maintained in SE91, I think coding changes would be necessary.
Best regards,
Miguel Ariñ

Similar Messages

  • Webdynpro pop up text change

    Hi All,
    I have created a pop up window by using method create_popup_to_confirm of if_wd_window_manager . I have created the OK button by using if_wd_window=>co_button_ok of if_wd_window .
    I need to change the default button text " OK  " to " EDIT ". I am following the below approach .
            view_controller = wd_this->wd_get_api( ).
            lo_window->subscribe_to_button_event(
            button = if_wd_window=>co_button_ok
            button_text = 'EDIT'
            action_name = 'MSG'
            action_view = view_controller ).
    Note : Action " MSG "  is a dummy action which I have created just to change the default button text .
    This works if the control is in the same view where pop up is called . If we have to go back to other webdynpro component/ view then , after clicking on EDIT button in pop up , it gives the dump with the error " Controller for View, Window, Interface, and Configuration Cannot Be Created " .
    Please let me know if there is any other way to change the default text in the pop up screen or any other solution . I am ok to use any other method which creates pop up window and default text should be modified .
    Thanks,
    Kiran.

    Hi Kiran,
    If its that important for you to change the button label, I would suggest creating a new view and calling it as a popup.
    Please follow below steps to do so:
    1) Create a new view with your respective design having message and EDIT button.
    2) Create a new window say Popup_Window
    3) Add the new view to this window and add below code
    4)Create a
    Data: context_node type ref to if_wd_context_node.
      data: lr_popup type ref to if_wd_window,
            lr_view_controller type ref to if_wd_view_controller.
      data: lr_api_comp_controller type ref to if_wd_component,
            lr_window_manager type ref to if_wd_window_manager.
      lr_api_comp_controller = wd_comp_controller->wd_get_api( ).
      lr_window_manager = lr_api_comp_controller->get_window_manager( ).
      lr_popup = lr_window_manager->create_window(
      MODAL               = ABAP_TRUE
      window_name         = 'POPUP_WINDOW'  "Name of the window created in step 2
      TITLE               = Confirmation Message"
      CLOSE_BUTTON        = ABAP_TRUE
      BUTTON_KIND         = if_wd_window=>CO_BUTTONS_OKCANCEL
    MESSAGE_TYPE        = if_wd_window=>co_msg_type_error
      CLOSE_IN_ANY_CASE   = ABAP_TRUE
    *MESSAGE_DISPLAY_MODE = MESSAGE_DISPLAY_MODE
    Adds an action to the popup screen buttons
    lr_view_controller = wd_this->wd_get_api( ).
    lr_popup->subscribe_to_button_event(
    button = if_wd_window=>co_button_ok
    button_text = 'EDIT'
    action_name = 'EDIT'
    action_view = lr_view_controller ).
      lr_popup->open( ).
    I hope it helps.
    Please revert back in case of issues.
    Regards,
    Sumit

  • No background color on pop-up text labels in dock

    Something strange has happened to my dock. Normally when I mouse over an icon, text appears above it saying the name of the program. The text is white on a dark gray background. Recently I have noticed that the dark gray background has disappeared, leaving only white text. In some cases this makes it completely unreadable depending on the position of any open windows. I have looked in the preferences pages but I can't find any option to change the background color for the pop-up text.
    Note that I don't have any customization programs installed.
    Any help is appreciated.

    Try using a web safe color (one of the 256 colors shown in
    the pop up palette in Dreamweaver) color # 7dabef is not in that
    group. By the way, it doesn’t show up in Netscape either.
    This limitation kind of stinks, but ot’s something we
    have to live with, and you need to get used to the limitations if
    you want to publish for multiple browsers and monitor setups.
    However, I could be wrong… since a test of your color
    shows up in a table background in all 3 browsers… and it
    shows in all three browsers when set as a page property…
    So… setting the background color in CSS (using your css
    file unaltered) shows the color in EI, but not FF or NS… so,
    I’m learning something here as well.
    So, ok… took everything out of the style sheet except
    for :
    body {
    background-color: #7dabef;
    And your background shows up in all the browsers… so
    now, to figure out what is conflicting with it…
    Thanks Bash... I was working in that direction, and you
    jumped in and fixed it...
    http://www.cmhager.com/webcolors.html

  • HT3529 New 7.0 version update changes the way text messages are presented.  In the new version, I cannot figure out how to delete individual texts.  I can delete entire strings of messages, but I want to delete old texts, but keep the recent texts

    The new version of the software for my iPhone 4 changed the way text messages are managed. 
    I can no longer delete individual texts from a text "conversation."  I also have not figured out how to forward texts, which I was able to do in the prior version.
    Anyone know a way to edit out individual messages without losing the entire string?
    Anyone know if there is a way to forward messages?

    When you have the conversation open, if you tap & hold on a message bubble, you should get a new menu pop-up.  It should have 2 options "Copy" and "More..."  If you select the "More..." option it will then let you select one or more message bubbles and delete the selected ones by hitting the trach can icon in the lower left corner.  As for forwarding, you probably just select the "Copy" option, then paste the contents into a new message...

  • Pop up text on clicking link on a sql report

    Hi
    I'm using apex 3.2
    I've a sql report like below
    taskId(edit) Task_details Notes owner .....
    What I want to do is if I click on taskId which is edit link ,pop up text box should open where I can add notes to that row.
    How can I achive this?
    Thanks in advance

    Hi,
    Take a look at the following blog posts and see if they can help you get what you are looking for (there are sample applications in them showing the functionality):
    http://monkeyonoracle.blogspot.com/2010/07/modal-pop-up-with-dynamic-actions.html
    http://www.danielmcghan.us/2008/12/popup-in-report.html
    Hope that's useful for you.
    Regards,
    Sergio

  • Changing quiz button text

    I am working on a series of tutorials and quizzes for our
    client, I want to change the text on the "Next" button on the
    quizzes. It appears easy enough, in the options, Next button text
    field, I have entered what I want, but it still appears as "Next"
    when I publish it. Am I an idiot?
    Please help.

    This may be a stupid question, but did you save the file
    before you published? I have sometimes had instances of not saving
    and publishing first and my changes are not reflected.
    Also, if the buttons were already on the screen with the text
    "Next" when you decided to change the button text, you'll need to
    delete those buttons and then add them again. The text does not
    update dynamically.
    Worst comes to worst, you can manually change the button text
    with a double-click or through properties...
    Hope that helps.

  • How to change the default text title of Detached table/treetable

    Hi,
    Is anybody know How to change the default text title of Detached table/treetable.
    I have already read the post on "http://vtkrishn.com/2010/07/28/how-to-change-the-default-text-title-of-detached-tabletreetable/"
    as per this post It will change the title throughout the application.
    I wanted to change only for one particular table.
    Thanks,
    Charu
    Edited by: Charu on Sep 13, 2012 4:14 AM

    Hi,
    please don't double post and instead continue with your original threat. In the previous post you got the correct answer to use skinning. You did not like the solution as it doesn't allow per-instance titles. I agree with this and a logical consequence is to file an enhancement request instead of re-posting the question. I'll file the ER, so no need to follow up for you anymore
    Frank

  • Pop Up Text in an applet on mouse over event

    Can anyone help me to design a pop up text message to be displayed in an applet on moving your mouse over a particular control. Plz. Its urgent

    To show a pop-up use javax.swing.Popup. Add a mouse listener to button. When mouse enters the button pop-up shows and when mouse exited the button, pop-up disappears. This pop-up is capable of displaying simple message to any swing component. Sample code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    * @author mrityunjoy_saha
    * @version 1.0
    public class AppletWithPopup extends JApplet {
        private Popup popup;
        private JButton button;
        private JLabel message;
        @Override
        public void init() {
            setLayout(new FlowLayout());
            button = new JButton("Hello");
            message = new JLabel("This is a JLabel. It can be any swing component.");
            button.addMouseListener(new MyMouseListener());
            add(button);
        private class MyMouseListener extends MouseAdapter {
            @Override
            public void mouseEntered(MouseEvent e) {
                System.out.println("Mouse entered.");
                PopupFactory factory = PopupFactory.getSharedInstance();
                popup = factory.getPopup(AppletWithPopup.this, message, (int) button.getLocationOnScreen().
                        getX() - 20, (int) button.getLocationOnScreen().getY() + 40);
                //popup = factory.getPopup(AppletWithPopup.this, message, 50, 10);
                popup.show();
            @Override
            public void mouseExited(MouseEvent e) {
                System.out.println("Mouse exited.");
                if (popup != null) {
                    popup.hide();
    }If you are talking about alert box (where some message can be displayed), in above example instead of javax.swing.Popup use javax.swing.JOptionPane. In case you are using JOptionPane, make it visible in mouseEntered() method and hide it in mouseExited() method.
    Thanks,
    Mrityunjoy

  • Pop up text boxes on mouseovers

    I'm looking for an easy way (and the easiest tool to use
    between Dreamweaver, Fireworks, and Flash [and I'm guessing
    'Fireworks']...or maybe Flash---I have Studio MX2004) to create not
    a 'pop-menu', but 'a Pop-Up TEXT box' on a mouseover event.
    For example, please perform the following steps to see what I
    would like to do:
    1)Google 'Product Demos'
    2)Click on 'Blackberry' link at top of list 3)A selection of
    product thumbnails appears...click on any product link 4)A Flash
    presentation loads....Click on 'Interactive Views' in the lower
    right-hand corner.
    5)Go to the upper left-hand corner and click on 'Included
    Applications' to see the text pop-ups activated when you mouse over
    parts of a graphic (in this case, each icon)....AND THEN...click on
    the next one in the list, 'Handheld Features' to see text pop up
    boxes activated once you mouse over the textual captions (or
    pointers).
    This is the effect I would like to achieve when a user mouses
    over a section of a figure or illustration, or over a textual
    caption itself.
    Thanks!

    Pure CSS Disjointed Rollovers (tool tips)
    http://alt-web.com/DEMOS/CSS-Disjointed-Image-Rollover.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Text-Rollover.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-1.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-2.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to create pop-up text boxes?

    Hello,
    Does anyone know if it's possible to make pop-up text boxes/windows in iBook Author? For instance, I can click on a text on the layout and a window pop-up with another text, in my case, they're references/citations. If this isn't possible in iBook Author, is there work-around for this, preferably, in iBook Author itself instead of creating widgets/imagest for every instance of the references. Any help would be appreciated.
    Thanks,
    Hoa

    The glossary offers this capability. However, using it for that purpose might be a bit confusing, especially if you also have "real" glossary entries.
    I'm not aware of any other way to create a pop-up.
    Michi.

  • Creating 3 links each with pop-up text box on the same slide

    Hi,
    I'm trying to create a slide that has 3 links and each link has a pop-up text box. I do not want to separate the pop-up text into separate slides. I have it so that there are 3 click boxes and each have the action "show" the proper text box. I also created another click box that acts as a close button where the action is to hide the pop-up box. I have an extra click box hidden on the page to make sure the user stays on the page and not automatically advance.
    Once I have the user click on the first "link" it shows the text box. Once the user clicks the close click box it takes the user to the next slide. I just need it so that it shows the user the pop-up text and then when the user closes the pop-up and returns to showing the 3 options/links. So it basically refreshes the slide instead of going to the next slide.
    Thanks,

    This will be a little tricky to achieve. This is because per default Adobe has decided that any interactive object (like a button or a click box) that has a user defined action on it (like continue, pause, open URL etc.) automatically continues to play the project when clicked.
    Therefore when you click your button it will show your textbox, but it will also continue to play on your timeline.
    You can read some more about it here: http://forums.adobe.com/thread/479725?tstart=0
    I did something similar to what you want one time and I just created a bunch of click boxes and made them very small and put them in a corner. The click boxes were placed on the timeline with 0.2 seconds between the pauses. Then I created my "real" buttons to show/hide the text boxes and placed them on the timeline before the other click boxes.
    The result is that once a user clicks your button it will show the text caption you want - continue on the timeline and pause at the first click box. When they click another button the same will happen. Just make sure that you have a lot of click boxes (I think I put like 30) and make sure that your navigation button for advancing to the next slide is set to "go to next slide" and not "continue" as that would make it pause at all your click boxes as well.
    /Michael
    Click here to visit the www.captivate4.com blog

  • Find Change through external text file

    Hello folks
    I am bit pretty in InDesign scripting so could you please look into this.
    How can i change any particular text field in Indesign CS3 document from text file.
    I do have find change script but for each InDesign document specific text file is assigned.
    So each time i have to modify find change GREP property that is also repetetive of work. Is there any way to get find change information should be extract from external text file.
    Many Tanks in advance

    In the FindChangeByList script, you could customize the function myFindFile(myFilePath) {...} as to search the FindChangeList text file in the document location rather than the script location. That's an example. The question is: given a document, where will you have the corresponding FindChangeList?
    @+
    Marc

  • Smartview 11.1.2.5- Cannot change value in Text-List Dropdowns- Excel Crashes

    Using latest/greatest Smartview with 64-bit Office and Windows 7.  I have a native essbase app utilizing text-lists. I am trying to update text-value through smartview. Smartview automatically produces a drop down to select a value from the linked text-list. However- as soon as a different value is entered or selcted in this cell with the drop-down list- Excel crashs. I have reproduced this consistently everytime. I have no way to change values for text-measure accounts linked to text-lists. I feel this is and incompatabiliyt issue with office 64-bit.  

    SmartView using the forms. It appears this issue has been logged as issue number 6566082 as seen here: http://docs.oracle.com/cd/E17236_01/epm.1112/readme/sv_1112200_readme.html
    But I can't seem to find out where I can get information on the status of this issue and whether it's been patched in future versions.

  • Is there a way to change the master text length in FCP? The default length is 10 seconds, which is too long. I can easily adjust the length but I don't want to do it each time, and I don't want to adjust one and then have to copy and paste this length.

    Is there a way to change the master text length in FCP? The default length is 10 seconds, which is too long. I can easily adjust the length but I don't want to do it each time, and I don't want to adjust a text clip and then have to copy and paste this each time. Ideally, there should be something in User Preferences but there is not. Thanks.

    Maybe some one else can pipe up with a solution, but this would literally take 2 seconds to do for a new project.  And you can create a "template project" that includes this "text" clip.  Save this project and then to a get info and check "stationary pad."  When you double click on this file, fcp will open with a copy of this project and you just need to do a save as. 
    I've been working with computer editing systems for longer than i can remember and at a certain point you just have to adapt your workflow to the limitations of the software.  

  • How to change the default text "There are no items to show in this view" in the visual webpart

    Hi,
    I am using a visual webpart and in that if there are no items in the list it is showing the default text "There are no items to show in this view." I want to change this default text. 
    I checked the forums here there are multiple ways are shown but no one is working for me.
    Kindly help me to change this text.
    Thanks in advanced.

    It seems you're retrieving items inside a specific you.. why not having a <div> inside you're visual web part and check to see if the count of items retrieved is > 0 then insert that in the div, otherwise, insert your custom message and not rendering
    the web part itself. What you're describing is the default message from SharePoint which comes from default views, and this can be changed from xslt in SP 2010 or in JSLink in SP 2013, here's a link how to do so in JSLink :
    http://www.idubbs.com/blog/2015/jslink-csr-to-override-there-are-no-items-to-show-in-this-view/ .
    But as said, since you're doing a visual web part, keep your stuff in the visual web part and check for the count of items before adding the rendered data to your div.  
    Mohamed Derhalli
    SharePoint Consultant
    Blog: SharePoint Thoughts
       Twitter:
    LinkedIn:
      

Maybe you are looking for

  • Termination Issues in VL01N reference with Sales Order

    Hi Group, we were facing issues while creating the Delivery(VL01N) with reference of the Sales Order and getting an Express termination message as under: 'Enter a Batch'. we found information with tcode 'SM13' with the Function module 'RV_MESSAGE_UPD

  • Possible to Subtotal Rows in Crosstab?

    Hi all; I have created a crosstab query that displays the hours worked per day.  I want to display the hours worked in a month and show a subtotal for each week. I am totally new to Discoverer and was hoping someone could help out. Thanks!!

  • 1099 Payables e-file to IRS FIRE

    Greetings to All, We are using 1099 payables in oracle for the first time. We have already sent out copies to the receiptents and now we have proceeded and uploaded the 1099 e-file to IRS Fire. When we did this 2 days ago, we got back a response from

  • CD stuck in intel iMac

    this is our family mac, and sombody recently put a music cd in the drive to upload to iTunes, it worked fine until it wouldnt eject. It would try to eject the disc, but then would never come out, eventually it stopped recognizing the disc completely,

  • I cannot open my hard drive...help please

    I cannot open my hard drive.I have no idea why not. Everything was perfectly fine this morning, I shut down, and nothing was different. Later today I turned on the computer again to do some work, and when I click the hard drive icon it will not open,