How to deactivate a message or message class

Dear Gurus,
Can any body tell me is there any way to deactivate a message class/mesage?
Thanks
Praveen

hi
good
go through this link
http://help.sap.com/saphelp_nw2004s/helpdata/en/16/285d32996b25428dc2eedf2b0eadd8/content.htm
thanks
mrutyun^

Similar Messages

  • [pcmanfm] How to deactivate no-icon-theme-message [solved]

    Hello guys,
    I don't need any icon theme because I use a shell in most of the cases. But as I have to use pcmanfm it always appears that annoying message. Can it be deactivated in any way?
    Thank you in advance
    orschiro
    Last edited by orschiro (2009-06-17 07:23:44)

    @ Sharpsy,
    that worked thank you. Haven't thought about that idea, because I wasn't sure whether it works when Tango isn't installed.
    Thank you.

  • How to create message based exception class?

    Hi Guys,
    I try to create exception class at Workbech (se24), for example ZCX_TEST. At header information everything is default, but radiobutton "Exception class" is set and checkbox "With message class" is set. After this I enter text for my exceptions, for example TEXT, I assign it to SAP message (for example, class 00, message number 002). I'm going to tabstrip "Attributes" and public constant with name "TEST" should appear with assigned associated type SOTR_CONC and initial value with ID (normal behavior), but attribute "TEST" is created without type and value. It is not possible to use such exception. Where I am wrong?
    Regards,
    Evgeni

    Hmmm. It looks that it works fine with such definitions. Sorry for disturbs.

  • How to make the length of Message Dialog follows the length of text

    Hi all.
    I am making a Message Dialog From JOptionPane because i do not want to use some static methods of JOptionPane (JOptionPane.Show ...)
    My source codes following :
    public static void showMessageDialog(String message) {
              JOptionPane optionPane = new JOptionPane();
              JDialog dialog = optionPane.createDialog(null, "Message");
              optionPane.setMessage(message);
              optionPane.setMessageType(JOptionPane.INFORMATION_MESSAGE);
              JButton btnOk = new JButton("OK");
              optionPane.setOptions(new Object[] { btnOk });
              dialog.setVisible(true);
    }It runs well but having a problem. When message is a long text --> JDialog can not show all text, dialog's length does not resize automatically following message's length.
    Have a the way to make it ? How to solve ?
    Thanks in advance !
    Diego
    Edited by: ThuCT on Feb 1, 2010 3:28 AM

    Add a dialog.pack() call. See SSCCE below.
    i do not want to use some static methods of JOptionPane (JOptionPane.Show ...)Why? In this case the built-in static method handles the size as expected.
    public class TestJOptionPaneSizeAdaptsToMessageLength {
       public static void main(String... args) {
           String message = "This is a very long message, I say long but really it is a very very long one, and when I say long I do mean it!!! ";
           message += message;
           message += message;
           message += message;
           showMessageDialog(message);
    //       showMessageDialogUsingStaticJOptionPaneMethod(message);
       public static void showMessageDialog(String message) {
            JOptionPane optionPane = new JOptionPane();
            JDialog dialog = optionPane.createDialog(null, "Message");
            optionPane.setMessage(message);
            optionPane.setMessageType(JOptionPane.INFORMATION_MESSAGE);
            JButton btnOk = new JButton("OK");
            optionPane.setOptions(new Object[] { btnOk });
            dialog.pack();
            dialog.setVisible(true);
       public static void showMessageDialogUsingStaticJOptionPaneMethod(String message) {
            JOptionPane.showMessageDialog(null, message);
    }Edited by: jduprez on Feb 1, 2010 11:39 AM
    I have to admit, I am a zealous fan of the built-in JOptionPane.showXxx methods :o)

  • I allredy install iTunes I become this message: hKEY_LOCAL_MACHINE32\Software\Classes\.m4b\Open\WithList\iTunes.exec. must have privileges

    I can´t install iTunes , I become the message hKEY_LOCAL_MACHINE32\Software\Classes\.m4b\Open\WithList\iTunes.exec.you must have privilleges, Can somebody explain me  how I must become such a privillege?

    This has to do with permissions in the registry. Take a look at the post by Primus Bodacious in this link
    http://discussions.apple.com/thread.jspa?threadID=688433&tstart=30
    Also these on permissions
    http://support.microsoft.com/?kbid=308421
    http://support.microsoft.com/kb/308419/

  • How to create an S/MIME message in Windows Phone 8?

    Hi!
    I am communicating with a backend that requires me to create on the Phone a message that follows the S/MIME standard. I have stored a public key in the IsolatedStorage on the phone, but I am not sure how to build the S/MIME message since there doesn't seem
    to exist any support for this in Phone 8 .NET framework.
    Does anyone have suggestions on how to accomplish this? There seems to be very little X509 support in Phone 8. I have talked to a fellow developer that did the Android app, and they used Bouncy Castle SMIME libraries (javamail) but these have not been ported
    to the C# version of Bouncy Castle.
    Any ideas? I have never built an S/MIME message before, but as far as I can tell it is a simple header-body design where the body can have a nested structure, and the body can also be encrypted.
    I ahve checked the
    http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/74e4711e-1f66-43a7-9e3b-bc9cfbcd1b73/ post, and they use cms classes that doesn't exist in Phone 8... :(
    best regards
    /S
    Henrik

    If you want S/MIME support on Windows Phone, take a look at MimeKit (https://github.com/jstedfast/MimeKit) and MailKit (https://github.com/jstedfast/MailKit).
    MimeKit is a very fast and robust MIME parser implementation written in C# that uses BouncyCastle for the low-level cryptography and supports both S/MIME v3.2 and PGP.
    MailKit builds on top of MimeKit to add SMTP, POP3, and IMAP support.
    Both projects are completely open source and free for commercial use.

  • How can we view the error message numbers in the web ui?

    Dear all,
    How can we view the error message numbers in the web ui? It gives the error but no number.  It is possible to debug in web UI so how can we accomplish this?
    Thanks,
    FK

    Hi  Fakhan,
    You can absolutely do that.
    Check the class: CL_BSP_MESSAGES
    Also if you want to find out the exact Message Class and Message Number, go to table T100, type text in field TEXT, you will get Message Class and Message number in fields ARBGB and MSGNR respectively.
    I hope this helps.
    THanks
    Vishal

  • Increase lenth of message in message class

    Hi all,
    I need to display an error mesasge in my program with 2 dynamic values.I have written something like this:
    MESSAGE S000(ZSRM) DISPLAY LIKE 'E' WITH W_EBELN W_NAME1.
    w_ebeln and w_name1 contain values at runtime.
    Now my problem is i need to change the text in the message class to a longer text.How can I do that?
    If I use WITH text-symbol option , how will I display the runtime values.Can someone help me with the syntax?
    Thanks!

    Yes, you can change the text.  What I sometimes do is create a message containing only & & & &.  Although there's some arbitrary maximum length that will display, simply do:
    message snnn(class) with up to four objects, which are text strings, constants, variables, etc.
    message 016 in class GR is useful for this....example:
    Message i016(gr) with
    'Unable to process doc/item' ivbap-vbeln ivbap-posnr 'due to snow in the Rockies.'
        display like 'E'.
    I believe there's a limit of four &'s.

  • How to Create Warning or Error message for transaction

    Dear Gurus,
    I understand that we can create a new warning or error message. I would like know how we tie the transaction with these message.
    ex:
    I want to create a warning message in MIGO when i receive goods for PO. How do i create a message a tie the transaction to it.
    Regards,
    Kumara.

    Of course you can add own messages and message classes. But they will not be considered anywhere without proper coding.
    If you want a message to appear in MIGO then you have to find an user exit where you can put your coding that will issue your own messages.

  • Message number and class

    Dear Experts ,
    I have observed various treads in which our experts ask for Message number and class .Exactly how does these things help us in solving the error ..plz explain in details ?
    Regards
    Sarfraz

    Hi,
    Please goto SE91 you will get Message number and class
    Message class is application area to which the error message belongs So by using massage number we find the where exactly error is.
    So goto transaction se91 and enter the message class name,select the message and then try doing where used list records found. So it help to solve the problem.
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Error Message: TypeError: Components​.classes[T​vtPwmCompo​nent_CID] is undefined

    I have the T520i ThinkPad.  Whenever I try to navigate to a web site, I receive the following error message:  "TypeError: Components.classes[TvtPwmComponent_CID] is undefined".  When I click 'OK' it takes me to the web site I requested.  I was told it has something to do with the Password Manager and it only happens when I use Firefox 6.0.  Any help will be greatly appreciated. 

    hey Aglo4u,
    currently there is no specific patch for firefox 6 and the password manager.
    though i would like you to try this patch and see if it works :
    http://support.lenovo.com/en_US/downloads/detail.p​age?DocID=DS014086
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • I install compatibility reporter in my Mozilla firefox 5 running under Windows 7 and get message - TypeError: Components.classes[cid] is undefined, what is causing it please?

    I am having to install Compatibility reporter so that Google toolbars will work. This used to be ok, but now I am getting the message-TypeError: Components.classes[cid] is undefined. I am running under Windows 7 any idea how |I can get round it please?

    If you force an extension to install by overriding the compatibility then the result can be unpredicted.<br />
    The extension may work or may not work or cause error messages like you posted.<br />
    You always need to be careful with forcing extensions to install.
    You may need to check extensions.checkCompatibility prefs on the <b>about:config</b> page.
    * http://kb.mozillazine.org/extensions.checkCompatibility

  • Message no and class displaying along with the message

    Hi All,
    I am writing a status message in the program as message s034(zmw) with 'No corresponding records found' . In the output along with the message the message no and the message class is also getting displayed as 'ZMW:034 No corresponding records found'.How to prevent the message class and the message no from getting dispalyed?
    Thanks,
    Rakesh More.

    Hi...
    It will display the message class and message number only if no message exists with that number in that message class. if there is any a message with that number then it will not display the message class and message number
    Just check it once....
    Reward points if useful......
    Suresh......

  • Fetching Message from message class into variable

    hello all,
    can anyone please tell me that how can i fetch the message from message class?
    because i have to take that message in one variable and have to pass it in function module.
    regards saurabh.

    Hi,
    DATA : MESSAGE TYPE STRING.
    Select TEXT from t100 into MESSAGE where SPRSL = 'EN' ARBGB = 'YOUR_MESSAGE_CLASS'
    msgnr = 'YOUR_MSGNR'
    or if you want all the messages to fetch in a single query to avoid performance issue
    Select * from t100 into itab where SPRSL = 'EN' ARBGB = 'YOUR_MESSAGE_CLASS'
    Cheerz
    Ram

  • ABAP: extract messages from message class

    Hello all,
    I have a message class and now I need to extract some messgae from it and pass them to some methods. For instance, to a pop up window.
    How do I extract messages from that class?
    Thank you.
    Regards,
    Georgy

    Hi Georgy,
      Are you trying to use a confirmation window with a standard "Ok" and "Cancel" button. Then you can do something like this:
    method onactionpopup4_1 .
      data: l_cmp_api          type ref to if_wd_component,
            l_window_manager   type ref to if_wd_window_manager,
            l_popup            type ref to if_wd_window,
            l_text             type string_table,
            l_api              type ref to if_wd_view_controller.
      l_cmp_api        = wd_comp_controller->wd_get_api( ).
      l_window_manager = l_cmp_api->get_window_manager( ).
      insert `Data where changed` into table l_text.    "#EC *
      insert `Do you want to save?`        into table l_text.    "#EC *
      l_popup = l_window_manager->create_popup_to_confirm(
                    text            = l_text
                    button_kind     = if_wd_window=>co_buttons_yesnocancel
                    message_type    = if_wd_window=>co_msg_type_question
                    window_title    = 'Test: Popup to confirm'
                    window_position = if_wd_window=>co_center )."#EC *
      l_api = wd_this->wd_get_api( ).
      l_popup->subscribe_to_button_event(
                   button            = if_wd_window=>co_button_yes
                   action_name       = 'YES'
                   action_view       = l_api
                   is_default_button = abap_true ).
      l_popup->subscribe_to_button_event(
                   button            = if_wd_window=>co_button_no
                   action_name       = 'NO'
                   action_view       = l_api
                   is_default_button = abap_false ).
      l_popup->subscribe_to_button_event(
                   button            = if_wd_window=>co_button_cancel
                   action_name       = 'CANCEL'
                   action_view       = l_api
                   is_default_button = abap_false ).
      l_popup->open( ).
    endmethod.
    Or else if you have your own pop-up window, then you can just declare a message area and report a message there using the code that I had written in my last post.
    Regards,
    Satyajit.

  • I have one apple ID and multiple family members share this with their devices.  How do we keep pics and messages separate?

    I have one apple ID and multiple family members share this with their individual devices.  How do we keep pics and messages separate for each device?

    For messages
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime
    For other issue:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

Maybe you are looking for