Warning message on the portal

Hi,
We are able to get error message on the cProjects portal using the method MESSAGE_ADD of class CL_RPM_MESSAGE_SERVICES by passing type E. But when i try to pass type W or I for warning or information message it does not show up on the portal. How do we display a warning message on the cProjects portal.
Regards,
Simmi

the warning message worked in another method

Similar Messages

  • Create warning message at the time of order creation

    I am looking for a  solution :- "Create warning message at the time of order creation/save if a cc is assigned in the settlement rule that crosses the company code of the order or where the company code of the plant for the order is different from the company code assigned to the cc"

    The txn code : IW32 (maintenance order) , this warning message for settlement rule creation using Cost center as a settlement receiver.  If the used cost center is belongs to some other company code, said warning message should occure.
    I tried user exit, field exit, also used std message control (KO-458).  Nothing is working.

  • How to load a warning message in the sub_VI in a true 'case' statement.

    I wrote a sub virtual instrument (sub_VI) containg a case structure in which a warning message is supposed to be shown only when a case is true, and this works fine by itself alone. However, when I put this sub_VI in the main VI program, the warning message doesn't come up even when the case under sub_VI is true. Is there any way to show this warning message even with the sub_VI under the main VI ?

    By default, sub VI's do not open their front panel when run. If you are putting your warning message on the front panel, then the message will appear when the VI is run on its own (as the main VI) but not when it is run as a sub VI.
    If you use one of the dialog functions such as the "One Button Dialog" fromt the "Time and Dialog" menu, then the message will appear even if used in a sub VI.
    The other option is to right click on your sub VI and set it's properties to open when run and close again afterwards.
    Rob

  • HT1848 i  Authorize my apple 4s in to my computer,but my phone non syncing to my computer, the warning message is , the phon colld not synced because this computer is no longer autherise for purchased item that are on this iPhone., wat i do??

    I  Authorize my apple 4s in to my computer,but my phone non syncing to my computer, the warning message is , the phon colld not synced because this computer is no longer autherise for purchased item that are on this iPhone., wat i do??

    Well Authorize the Computer...........

  • Warning Messages to the log

    Hi Experts,
    I want to send a warning message to the order log , for this I used
    CALL FUNCTION 'CRM_MESSAGE_COLLECT'
            EXPORTING
              iv_caller_name = 'ORDER'
              iv_ref_object  = iv_guid
              iv_msgno       = 002
              iv_msgid       = 'ZMSG'
              iv_msgty       = 'W'
              iv_cumulate    = 'X'
            EXCEPTIONS
              not_found      = 1
              appl_log_error = 2
              OTHERS         = 3.
    MESSAGE ID 'ZMSG' TYPE 'W' NUMBER '002' .
    But the problem is order is not saving at all, I want order to be saved and the warning message to be in the log.
    Please help me out in this.
    Thanks in Advance,
    Praveen

    I am using it in the BADI_ORDER_SAVE, when I do not add this message to the log the pop up message is coming out fine.
    In this FM if I send E to iv_msgty ,its working fine too.The problem is coming only for warning messages.
    Your time in replying to this thread will be appreciated.
    Thanks in Advnace,
    Praveen

  • I tunes won't open. No warning message, just the first terms agreement opens and when i agree itunes stopes running. I just wiped and reinstalled everything including windows. I updated everything fully. Deleted spybot unintalled and reintalled new

    I tunes won't open. No warning message, just the first terms agreement opens and when i agree itunes stopes running. I just wiped and reinstalled everything including windows. I updated everything fully. Deleted spybot unintalled and reintalled the newest and one older version of itunes. still nothing. I tried to delete some files that is hidden as directed by apple. I have been trading emails with customer support but it has been no help at all. I am running Windows XP. Before i wiped my computer I ran itunes with no problem, on this computer, this week.

    WOOOOOOOOOOOO!!!! JUST WANTED TO UPDATE Y'ALL THAT BY SOME STROKE OF HEAVENLY GLORY, ITUNES DECIDED TO WORK AGAIN!!!
    WOOOOOOOOOOOOOO!!!
    How did I do it you ask??
    after all the stuff I updated you about, I tried one last time to install....still didn't work...so once again I wiped my system of everything itunes and apple related
    well today I was trying to watch a video that required me to get the quicktime plug in, and it too me to a page that was a quicktime install + itunes 7.blah blah blah instead of the other way around
    well, don't ask me why, but low and behold
    IT WORKS!!!!
    I HAVE MY ITUNES BACK!!! (JUMPS FOR JOY)
    Just wanted to share my shear elation

  • Can we save the warning message in the message log of Lead.

    Hi,
    I have an requirement where i have to raise an warning message while "creation of lead from campaign" on campaign UI, I can raise that warning message using below code.
    DATA lr_message_service TYPE REF TO cl_bsp_wd_message_service.
    lr_message_service = cl_bsp_wd_message_service=>get_instance( ).
    lr_message_service->add_message( iv_msg_type = if_genil_message_container=>mt_warning
    iv_msg_id = 'ztest'
    iv_msg_number = 006
    iv_msg_level = '1' ).
    but how can i retain this warning message in the lead message log ? "when ever i will open that lead again that warning message should be there"
    thanks & regards
    raman khurana.

    Hi,
    Below are the steps to write to the log and then read it,
    1. Create a Log useing FM BAL_LOG_CREATE. This will return the log handle.
    2. Add messages to log using FM BAL_LOG_MSG_ADD. Importing parameters are log handle and the message.
    3. You can read the log by passing the log handle to FM BAL_GLD_SEARCH_MSG. This will return the message handle.
    4. Now pass the message handle to FM BAL_LOG_MSG_READ. This inturn return the message id and class. Pass the msg. details to FM BAL_DSP_TXT_MSG_READ to read the message text.
    Regards,
    Arun Kumar

  • How to handle warning message for the fields in tab merging , PERSONAS 2.0

    Hi all,
    Please advice me on the below issue.
    In a transaction VA32 , I have merged the fields from one tab to another tab using tab caching.
    when i try to change the value of  a merged fields , it throws the warnings message. So it is continuously looping from one tab to another tab.
    So i tried to use the additional editor concepts in tab caching as below.
    Looping is stopped and throws warning message in the same tab.
    All the changes are saved successfully only when the enter button is clicked once in the main screen, else the changes are not saved and my previous value remains.
    Anybody have an idea on how we can use Additional actions in Tab caching concepts.
    Thank you,
    Arun

    Hi Kranthi,
    When i try to save the fields which i merged from different tab is not saving.
    Please find the below details.
    Green highlighted fields are custom fields which is merged from different screen like header or item overview screen. This is handled in script button.
    Red highlighted fields are merged from different tab like shipping or sales using tab caching concept.
    While changing the value of the fields which is merged from different tab , and press ENTER then it throws the Warning message if occurs.
    After warning message, if i try to save using the script button for copying all the custom fields which is merged from different screen , pasted it to their respective screens and also saved.
    Its working fine.
    When i try to save it before pressing ENTER button then the respective changes had made in the merged fields from different tab are not reflected.
    How we can handle this issue?
    Thank you,
    Arun

  • Warning messages with the option to continue or cancel

    I am fairly new to the world of JSF and I need to have the ability to present a warning to the user, and allow them the option to continue or to cancel. I need to do this via a message on the page with a link rather than a javascript alert box. The basic usability would be this, the user uses the webapp to create an object, they can then go in and edit the object, while editing they have the option to delete the object, the "delete" control is a button. If they click on this button, I need a way to warn the user but allow them to continue anyway. Currently we have a facility to add a warning to the page, but what I would like to do is add a link or even a button to that page that will allow the delete to take place. Does anyone have any ideas? I've spent quite a few hours on google and haven't found anything similar to what I'm trying to do. The inability to use javascript has been dictated to me, so that is not an option.

    Try this...
    Create two similar "submit" buttons. The only difference is that one will reload the current page, with your warning message displayed. The second will actually execute the delete action.
    When the page is first viewed, the first button will be rendered and the second button will not be rendered. You can facilitate this using the rendered attribute on the commandLink or commandButton, and then tying that to a boolean variable in the backing bean.
    When the first delete button is clicked, you perform the necessary action to display the warning message, flip the rendered boolean, and return the same page again. The page will be reloaded, this time with the second button rendered and the first button not rendered.
    When the second delete button is clicked, you perform the delete, flip the boolean again (especially if your backing bean is in session scope!) and return the user to the appropriate page. If the user chooses cancel, then remember to flip the boolean again.
    Hope this helps!
    CowKing

  • How do I enable the low ink warning message on the HP 7520 e all in one printer

    How do I enable the low ink warning message on the HP 7520 e all in one printer? Or is it even available on this model?
    This question was solved.
    View Solution.

    ccardwell,
    Welcome to the HP Forum.
    The following Assumes a Recent Windows Operating System is installed on your computer...
    The Photosmart 7520 allows you select when you would like to receive Ink Alerts:
    Right Away -- as soon as there is a need for attention
    Only when you initiate a print job
    The Full Feature Software installation procedure places the Printer Assistant shortcut on the Desktop.
    Install Full Feature Software – Photosmart 7520
    Open the Printer Assistant  shortcut > tap on the Estimated Ink Levels icon (along the top ribbon) >
    Toolbox opens > Select tab Advanced Settings >
    Under Show Alerts > CHECK desired setting
    Click Close
    Click the Kudos Thumbs-Up to show you appreciate the help and time from our Experts.
    Although I strive to reflect HP's best practices, I do not work for HP. 
    Click Accept as Solution when the Answer is a good Fix or Workaround!
    Kind Regards,
    Dragon-Fur

  • My Samsung Galaxy Strat. II was water damaged but after putting in rice I got it to come on. The problem is, when I try to charge it with my home or car charger, i get a warning message that the charger isn't compaitble. Is this a phone or battery issue

    My Samsung Galaxy Strat. II was water damaged but after putting in rice I got it to come on. The problem is, when I try to charge it with my home or car charger, i get a warning message that the charger isn't compaitble. Is this a phone or battery issue'

    I am sorry to learn that your phone has some water damage smreyn! Liquid damage can cause many different issues, including inability to recognize chargers and accessories. Do you have insurance on your phone? If you do, you can get a replacement very soon! Just submit your claim at this link http://bit.ly/07CrqPK
    AntonioC_VZW Follow us on Twitter at www.twitter.com/VZWSupport

  • Show Warning Message near the field

    Hi all,
    I want to show my warning message near the field which is required instead of right at the bottom.
    I use the following onSubmit() Method when the user hits the submit button to check for required fields:-
    if (this.testfield == null) {
    this.setBackgroundColor(componentId : "testfield", color : "Red");
    this.focus(componentId : "testfield");
    this.setVisible(componentId : "testfield", visible : true, collapsed : false);
    this.showWarning(warning : "Testfield is Required");
    else {
    this.submit(text : "submit");
    This gives me the error message right at the bottom of the presentation as opposed below the field.
    How can I get this message to appear right below the field which is required?
    Any idea?
    I tried this.setText()
    But it does not work.

    The "showWarning" and "showError" methods used to be more useful when we had the option in earlier releases (5.7) to place them at either the top or the bottom of the presentation.
    I now never use either one of them.
    This is not what you want to hear and know you've thought of this, but what I do is add text attributes (errorMessage1, errorMessage2,...) to the BPM object and then place the text fields on the presentation as read-only, bold red foreground color text fields directly above the field causing the error. In my presentation's initialization method, I always use the setVisible method to false and collapse them. In your submit logic, you'd set the value of the error message attribute and set the error message field to be visible and not collapsed. You need to add an on change event for the field causing the error that will make the error field not visible and collapsed. Similarly, if you have a Save button, you need to make all the error fields not visible and collapsed.
    Dan

  • I downloaded Firefox 4.0 onto my Mac but when I try to open it I get a warning message saying "The following disk images couldn't be opened" What do I do now?

    While running Firefox, I got a prompt saying their was an update. I did that, but then got another message saying that it was recommended I update firefox to 4.0. I downloaded it, but never received a prompt to drag the image into my applications folder. I also never saw an image of firefox 4.0 on my desktop. Firefox 4.0 was in my downloads folder but got the above warning message when I clicked on it. I tried downloading it again, but the same thing happened. Now what? It appears that Firefox is still running, although I haven't yet tried to go to another website.

    Try:
    *http://thexlab.com/faqs/resetlaunchservices.html
    * http://guides.macrumors.com/Repairing_Permissions

  • A warning message in the Inbound part of the IDOC

    Hi all,
    A warning message is being displayed for the Inbound part of the IDOC.
    Here is the message.
    No filters , No conversion , No version change .
    IDoc successfully processed in the ALE layer
        The IDoc has passed through the ALE layer successfully and can now be
        passed to the application. This transfer is either done online or as a
        background job, depending on the settings in the partner profile.
        If there are no further status records, the IDoc waits for the next run
        of the transfer report to the application.
        Success or failure when passing the IDoc to the application is
        documented in the subsequent status records.
    Actions in the ALE layer
        The parameter 'No filters' indicates whether the processing in the ALE
        layer led to segments of the inbound IDoc being omitted. The important
        criteria here are the settings in the segment filter and in the
        distribution model for this sender.
        The parameter 'No conversion' indicates whether field values were
        converted in the ALE layer. This is the case if the IDoc contains
        organizational units to be converted, or if the ALE conversion tool for
        this sender is activated.
        The parameter 'No version change' indicates whether the IDoc was
        converted into an earlier version of the IDoc type. This happens if the
        IDoc type of the sender is different from its own IDoc type.
    I have checked all the necessary Config settings and all of them are in place.
    Your help on this will be highly appreciated.
    - Surya.

    Hi,
    The IDOC  may have successfully passed through the application, but check whether the status of the IDOC is changed to 53.
    No filters, No conversions, No version change
    occurs when the IDOC is not processed fully.
    It may have stopped the processing without raising any error...
    Check the program, whether there is any piece of code which stops the processing of the IDOC without changing its status to 51.
    Sharin.

  • Warning message at the time of GR for a material with Batch Management

    Dear All,
       I am new to MM,
         We are using batch at plant level. For some materials user don’t want maintain
         Batch classification in Material Master. At the time of Goods Receipt posting with ref-to PO user getting warning message like <b>’For batch 0000000139 of material 212030602400000 4F10, no class could</b>’. I check system messages setting transaction code OCHS for batch management, but I didn’t found this type of message in the list.
    Plzz can any one help me where I need to change system settings?
    Thanks in advance.
    Meeravali shaik.

    HI,
    Check in the IMG node Logistics general > Batch Management > Define attributes of system messages.
    Regards,
    RitiG

Maybe you are looking for