Fetch the SAP Status Bar Message?

Hi Experts,
Pls. let me know that, How to pull/fetch the data (e.g.#) from SAP Status bar message, issued by SAP, while any creation takes place?
e.g.
When some thing (MB01) is created, SAP alert u with a Message, (like, saying that ''1234567890'' Document is saved/created) on the Status Bar! So, How to fetch this (#) SAP data in to my program?
ThanQ.
Message was edited by:
        Sridhar

Sridhar,
1.All the messages will be stored in TABLE-T100.You can fetch the message from this table.
go to se11 and check T100 table.
press ctrlshiftf10.
in the sprsl field give it as EN.
press f8.
you will  be able to see all the messages.
or
double click on the message on the status bar.
it will show you an help window.
there you can get the application area followed by the msg number.
(for ex Message no. AD399  AD-application area and 399 is the msg number)
now go to se91.
give the application area in the msg class
you can see all the messages.
2.If you want to raise your own message then you have to create a Message class and there you can give whatever the message you want.
Report zsridhar message-id zsr.
now double click on zsr you will be able to create you own message class where you can give you own messages which can be raised.
If any doubts revert.
K.Kiran.

Similar Messages

  • Status Bar Messages

    1. Anyone know if these are still used much? I remember seeing them a lot about 10 years ago.
    2. I tried this in CS5, and when I preview it there is no status bar message when I rollover a hotspot? I am testing in Safari on a Mac.
    Thank you.

    Mostly, people don't mess with the default status bar messages any more. Since it can be used to hide the real destination of a link, the technique has been used in phishing. It's somewhat of a security problem.
    IE9 doesn't seem to handle them them either. I found this page, which indicates that swapping out the status bar message is turned off by default in most newer browsers, which means that the user would have to enable it before any coding you put in would be effective.
    http://www.quackit.com/javascript/javascript_status_bar_messages.cfm
    It isn't a Fireworks issue. It's a browser security default.

  • Deactivate the status bar message ?

    Hi,
    I want  to Deactivate the Status bar message "Budget check.." which is coming while executing the BAPI BAPI_NETWORK_MAINTAIN in Tcode SE37. The output is correct but I just want to deactivate the standard messsge.
    Regards,
    deepthi.

    We get this Error in FM CO_ZF_PROJECT_BUDGET_CHECK in perform  PERFORM send_gui(saplcozf) USING text-bck.
    I was unable to deactivate this Message.

  • How to get the hour glass in the GUI status bar.

    Hi all,
    how can I get the hour glass and a corresponding text in the GUI status bar? Like during the compilation I would like to show a message 'Processing data ...'.
    Best regards,
    Nils

    A good example is provided in https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap code samples/abap objects/abap code sample progress indicator.pdf

  • Status Bar message

    Hi All,
    I have web Dynpro iviews in portal which are arranged in Worksets and roles. When we click on any role or workset, it is observed that the status bar message is changed accordingly. A long message starts displaying in the status bar  due to Loading of the requests and directing to the pages and iViews . I have a requirement where either the status bar can be made to display only some fixed message or Status bar do not display any message at all. This needs to be done in whole portal. Please advice.
    Thanks & Regards
    Harsimran

    Hi,
    For disabling the Status bar, just add the below line of code in Masthead (between JS code)(com.sap.portal.navigation.masthead) & redeploy.
    window.document.statusbar.enable = false;
    For setting default value in status bar, use:
    window.status="Welcome";
    and remove all occurances of mouseover.
    Regards,
    Santhosh

  • Suppressing status bar message after function call?

    Hi,
    I'm calling a few functions in a program.
    After calling them, for example function "L_TO_CREATE_DN", I get a message in the status bar, in this case saying that a TO has been created successfully.
    How can I suppress all status bar messages for all the functions that are being called in the program?
    THX!

    Hi
    Try to use the default excption error_message
    CALL FUNCTION
    EXCEPTIONS
        error_message = 1
        OTHERS        = 2.
    Max

  • Bex status bar message "Accessing documents library"?

    Hello everybody,
    does anyone know what in detail the bw server does when the status bar message "Bex: Accessing documents library" (in German: Bex: Zugriff auf Dokumentenablage) is being displayed?
    This message is coming up just before the variable-popup-window and, in our cases, is displayed up to 2 minutes and is therefore slowing down query performance...
    Waiting for your answers,
    bivision2008

    any exits in step 1 ?  (CMOD)
    Is this through the web, Excel, both?

  • I have songs on my iPod and iTunes where sections ranging from 40 seconds to 2 minutes do not play.  The song status bar indicates the file is still being played but there is no audio.  What can I do to repair or replace these files?

    I have songs on my iPod and iTunes where sections of the song ranging from 40 seconds to 2 minutes will not play.  The song status bar indicates the file is still being played there is no audio.  What can I do to repair or replace these files?

    If iTunes purchases, delete and redownload by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise delete and resync if they play OK in iTunes on the computer

  • Portal: Disable the SAP tool bar and enable a pop up in SAP IAC iview

    Hi Experts,
    My requirement:A user will open the ESS->Bank details iview (which uses the standard transaction PZ03) and would like to edit a record. So, he clicks on the change button and a screen to edit the record comes up. Here, he edits information as required and now decides not to save these changes. Then the user clicks on the back button and a pop up dialog box appears which asks the user if he would like to proceed without saving the changes. Once he clicks on OK, he is taken back to the previous screen. Also, in the iview, the SAP tool bar must be invisible.
    I can achieve the dialog pop up to appear using these ITS parameters:
    ~popups = 1
    ~generateddynpro = 1
    In this case, the SAP menu tool bar is very much visible.
    If I give the ITS service parameters as
    ~webgui = 1
    ~webgui_simple_toolbar = 1
    ~popups = 1
    ~webgui_popups = 1
    Here, I'm able to disable the SAP tool bar but my pop up dialog box does not appear.When I click on back button, I continue to remain on the same screen instead of the pop up dialog box getting opened.
    If I give both ~webgui and ~generated dynpro together, it's not helping either.I cant see the pop up again, but able to disable the tool bar.
    Need some inputs to fix this issue.
    We are on EP 7.0, ECC 6.0 and ESS/MSS 50.4
    Thanks,
    M.Maneesha

    Please keep following parameters in the ITS services and your problem will be resolved.
    Make sure you remove all parameters other than below.
    ~AUTOSCROLL     0
    ~GENERATEDYNPRO     1
    ~LANGUAGE                                                                               
    ~LISTSCROLLING     0
    ~LOGIN                                                                               
    ~PASSWORD                                                                               
    ~POPUPS     1
    ~STYLE     DHTML
    ~TRANSACTION     PZ03
    ~WEBTRANSACTIONTYPE     EWT
    Edited by: Barin Desai on May 11, 2010 6:45 PM

  • Help frame is not opening to user, but displayed on the windows status bar.

    Hi All,
    In my application help frame is displaying on the windows status bar. But when i click on the icon it is not displayed on the desktop.
    This is not happening again to reproduce it.
    If you have faced this problem anytime, please let me know.
    May be a problem with the windows OS.
    In general, is there any case that, java Frame behaves like this?
    Regards,
    Nar

    Have you currently got private browsing enabled : Settings > Safari > Private Browsing 'on' ?

  • How to fetch the SAP Standard Prog. built internal table into my_z_prog.?

    Hi Experts,
    Pls. let me know that,
    How to fetch the SAP Standard Prog. built internal table into my_z_prog.?
    For more explannation, pls. see my other thread with name of yestrday,
    SUBMIT RFGLBALANCE WITH selection criteria, then How to get resulted itab?
    thanq

    Hi
    Suppose RFGLBALANCE is your standard program and you have an internal table named I_RFGLBALANCE.
    And lets say your Z program name is Z_SRINIVAS.
    First find out the type of the internal table you want in your Z-program in the standard program. And declare an internal table of similar type in your Z-program.
    I hope you can do this much.
    Later wherever you are putting the below mentioned code.
    SUBMIT RFGLBALANCE WITH selection criteria
    Write the code which i have written.Obviously modify it to suit your requirement.
    Please show what is not working fine so that even anyone else can help you with the problem you are facing.
    Regards,
    Mayank

  • I can't see the show status bar option in iTunes 11

    I can't find the 'show status bar' option in the View Option section, it simply isn't there. Also, every time I go to the store, iTunes crashes.

    Are you working with Pretest Questions?
    Is it happening with specific sldie, can you chekc the slide type and verify again.
    Pretest do not allow skin-playbar to appear.
    Thanks,
    Anjaneai

  • HT1222 I have iphone 4 and the software is ios 7.0.2. I am facing problems with my phone. Since the last software update my phone has started giving problems. like it hangs sometime when i recieve an incoming call. The carrier status bar shifts down a bit

    I have iphone 4 and the software is ios 7.0.2. I am facing problems with my phone. Since the last software update my phone has started giving problems. like it hangs sometime when i recieve an incoming call. The carrier status bar shifts down a bit and sometimes it vanishes automatically. I,m confused.
    Secondly i have an update IOS 7.0.4 waiting in my Software Update menu. I have tried so many times to update my iphone but it always fails to update the IOS 7.0.4. Any body suggest anything regarding this

    Wow. Lots of help. Thanks apple

  • How can I disable the link preview pop-up in Firefox 4? (Without installing the old status bar add-on?)

    Thanks in advance.

    There is an addon that solves this problem. It restores the "original" status bar like on 3.6 and the pop-up is GONE!!
    Go to get addons, in the searchbox type without quotes "status-4-evar".

  • App for audio recording on ipad that doesn't have the red status bar.

    I need an app that still records audio but doesn't have the red status bar that shows I'm still recording when I exit the app. Does it exist? I have heard apple apps require the red status bar to be there.

    You need to have the capability to export the presentation in a format your teacher can use. Ask your teacher what format she wants the presentation in. If she wants PDF then you have to send her a PDF file. If she wants something else send her the presentation in that format.
    Be warned that not all apps supporting opening presentations preserve or support all layut and formatting. The best approach to ensure your presentation looks as you intended when she opens it is to write it in the same app she will be viewing it.
    It is not unreasonable for the teacher to specify a format/application. Otherwise a teacher with 100 students could find herself having to deal with multiple apps, formats, standards, layouts, being sent to her.

Maybe you are looking for

  • Unable to delete songs from IPOD except through Windows Explorer

    hello, I have a first gen 1 gb Ipod Nano ver Ver 1.3.1 modem # ma352ll. About a week ago i tried to free up some space on my ipod by removing some songs. Since I began using my ipod I have just felt more comfortable manually managing my songs. So wha

  • Twitter

    I have problem with Twitter last 2 days like this; http://i767.photobucket.com/albums/xx319/MetalMan20/TwitterProblem_zps5aa4fc79.png

  • File Vault Stripping Permissions

    (Note: this is reposted here at the suggestion of a sysadmin on the Tiger group). I've written a C++ application that will be used by both Windows and OSX clients. The app is simple and console based and is distributed as a simple binary file, compil

  • On my iPad I Cant get the keyboard to show using Citrix Receiver.

    I Cannot get a keyboard to show on my work VPN using Citrix receiver, using my ipad.  I see all my needed apps, but no keyboard so I can't type a thing Message was edited by: MarcusKog

  • Get the Adobe Acrobat version

    Hello, For my next plugin I need to support Acrobat 8 and 9. The plugin will be installed in the correct installation path (in Adobe 8 or 9) during the installation. But I don't know if it's possible to know the Acrobat version used by the plugin. Do