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

Similar Messages

  • 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

  • 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.

  • 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.

  • 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?

  • 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.

  • Status Bar Message problem

    I have a problem with the status bar messages.
    I have extended the ItemMasterData form and have added some items that hold extra data.
    In add mode, I have to make sure that values go both in the system table (done automatically by sap) and my table in the db (done by me).
    The issue is when the data in the system table is added ok but the insertion in my table fails.
    I add my data to the DB in the FORM_DATA_ADD event on BeforeAction false . In case this fails, I have to place a error message in the status bar and remove the inserted Items object ( it is only ok when both insertions work ).
    The problem is that SAP shows the "Operation completed successfully" and my error message is not displayed. Normally I could override the status bar events and modify the message, but I need the "Operation completed successfully" to be displayed when both inserts are successful .
    Any ideas on this ? Or some work - around?

    Hi,
    Please check following thread:
    link: [form data event;
    Rahul

  • Status Bar message No Network

    I bought my original iphone right after it became available. I live in an area which does not have AT&T coverage. I used my business address (which is in the AT&T network) to obtain my AT&T account and activate my phone. I have been able to make calls and use all other features successfully until just recently. Now I am getting a message on the status bar that indicates there is "no network". An "E" used to appear in the status bar when I used my phone from home. Does anyone know how much usage in a non-network AT&T will allow before they request that you unsubscribe from their wireless service?? I love my iphone so I am hoping this will not happen. I did talk to an AT&T customer service rep and was advised to not worry about the "no network" message. And she thought I would be ok. She wasn't sure what the limitations were regarding other network usage. I remember when I signed up for the AT&T service reading something about being penalized for not using the phone in an AT&T coverage area. Anyone?

    This is something you'd have to discuss with ATT. My understanding is they have the option of terminating all of your service if they deem you spend too much time roaming.
    Some troubleshooting you can try:
    1. Reset (hold the sleep/wake & home button until the Apple logo appears)
    2. Reset network settings in the Settings options
    3. Request a new SIM from ATT
    4. Restore in iTunes

  • Check status bar message type

    Hi All,
    Are there any function module or method that could use to check what message type (I,S etc) are prompting on the status bar?
    Thanks.

    Hi,
    If i understand you requirement correctly, you have made some customization to a standard program's PBO/PAI. This customization updates some Z Tables. Now the flow is such that your customization executes before Standard program has completed its validations and there is a possibility that an error might be thrown later in the program validation and in such cases you do not want your changes to be committed to the Z tables.
    If my understanding is correct, i can think of below solutions.
    1) Since you are customizing the standard code, look for a EXIT/BADI which get triggered on SAVE and add your code here.
    If you have tried this already and didn't find a suitable enhancement, then try with the below solution.
    Create an FM with the processing type as an "Update Module" (attribute tab of the FM in SE37), and pass the data that needs updated in the Z table to this FM, inside this FM you can have your custom validations and code to update the Z table.
    Now call this FM "CALL "FM" IN UPDATE TASK" in the PBO/PAI of your customization.
    With this what you will achieve is that, the update modules will be called only if the original transaction was committed successfully.
    Regards,
    Chen
    Edited by: Chen K V on Jun 3, 2011 12:59 PM

  • How to disable status bar messages

    hi,
    while loading a form or running the forms applications, forms applet writes log to the status bar of internet explorer.
    i want to disable some of these messages. because i am listening status bar, for a specific message and these messages causes performance problem.
    is there a way to do it?
    regards , Engin.
    here are the messages i logged :
    Finding site: 10.222.4.51
    Connecting to site 10.222.4.51
    Connecting to site 10.222.4.51
    Start downloading from site: http://10.222.4.51:8000/forms/frmservlet?config=tfs
    Opening page http://10.222.4.51:8000/forms/frmservlet?config=tfs...
    Opening page http://10.222.4.51:8000/forms/frmservlet?config=tfs...
    Opening page http://10.222.4.51:8000/forms/frmservlet?config=tfs...
    (2 items remaining) Opening page http://10.222.4.51:8000/forms/frmservlet?config=tfs...
    Opening http://10.222.4.51:8000/forms/java/frmwebutil.jar
    Opening http://10.222.4.51:8000/forms/java/frmall_jinit.jar
    Opening http://10.222.4.51:8000/forms/java/frmall_jinit.jar
    Opening http://10.222.4.51:8000/forms/java/frmwebutil.jar
    Opening http://10.222.4.51:8000/forms/java/frmwebutil.jar
    Opening http://10.222.4.51:8000/forms/java/jacob.jar
    Opening http://10.222.4.51:8000/forms/java/jacob.jar
    Opening http://10.222.4.51:8000/forms/java/tfsbeans.jar
    Opening http://10.222.4.51:8000/forms/java/tfsbeans.jar
    Opening http://10.222.4.51:8000/forms/java/tfsimage.jar
    Opening http://10.222.4.51:8000/forms/java/tfsimage.jar
    Opening http://10.222.4.51:8000/forms/java/jai_imageio.jar
    Opening http://10.222.4.51:8000/forms/java/jai_imageio.jar
    Opening http://10.222.4.51:8000/forms/java/clibwrapper_jiio.jar
    Opening http://10.222.4.51:8000/forms/java/clibwrapper_jiio.jar
    Opening http://10.222.4.51:8000/forms/java/jacob.jar
    Opening http://10.222.4.51:8000/forms/java/jacob.jar
    Applet loaded.
    Applet initialized.
    Applet started.
    Opening http://10.222.4.51:8000/forms/java/tfsbeans.jar
    Opening http://10.222.4.51:8000/forms/java/tfsbeans.jar
    Opening http://10.222.4.51:8000/forms/java/tfsimage.jar
    Opening http://10.222.4.51:8000/forms/java/tfsimage.jar
    Opening http://10.222.4.51:8000/forms/java/jai_imageio.jar
    Opening http://10.222.4.51:8000/forms/java/jai_imageio.jar
    Opening http://10.222.4.51:8000/forms/java/clibwrapper_jiio.jar
    Opening http://10.222.4.51:8000/forms/java/clibwrapper_jiio.jar
    Opening http://10.222.4.51:8000/forms/java/java/awt/KeyboardFocusManager.class
    Opening http://10.222.4.51:8000/forms/java/java/awt/KeyboardFocusManager.class
    Applet loaded.
    Applet initialized.
    Opening http://10.222.4.51:8000/forms/java/java/awt/event/MouseWheelListener.class
    Opening http://10.222.4.51:8000/forms/java/java/awt/event/MouseWheelListener.class
    Opening http://10.222.4.51:8000/forms/java/oracle/forms/registry/Registry.dat
    Opening http://10.222.4.51:8000/forms/java/oracle/forms/registry/Registry.dat
    Opening http://10.222.4.51:8000/forms/java/oracle/forms/registry/default.dat
    Opening http://10.222.4.51:8000/forms/java/oracle/forms/registry/default.dat
    Opening http://10.222.4.51:8000/forms/frmservlet?config=tfs&acceptLanguage=en-us,tr;q=0.5&ifcmd=startsession
    Opening http://10.222.4.51:8000/forms/frmservlet?config=tfs&acceptLanguage=en-us,tr;q=0.5&ifcmd=startsession
    Opening http://10.222.4.51:8000/forms/lservlet;jsessionid=0ade042330d69eb05aec84b344128245ca217665e6c7.e3eNc3iPc3j0ax4LbNeKaxqKci1ynknvrkLOlQzNp65In0?ifcmd=getinfo&ifhost=EDP12PC58&ifip=10.222.12.58
    Opening http://10.222.4.51:8000/forms/lservlet;jsessionid=0ade042330d69eb05aec84b344128245ca217665e6c7.e3eNc3iPc3j0ax4LbNeKaxqKci1ynknvrkLOlQzNp65In0?ifcmd=getinfo&ifhost=EDP12PC58&ifip=10.222.12.58
    Opening http://10.222.4.51:8000/forms/lservlet;jsessionid=0ade042330d69eb05aec84b344128245ca217665e6c7.e3eNc3iPc3j0ax4LbNeKaxqKci1ynknvrkLOlQzNp65In0
    Opening http://10.222.4.51:8000/forms/lservlet;jsessionid=0ade042330d69eb05aec84b344128245ca217665e6c7.e3eNc3iPc3j0ax4LbNeKaxqKci1ynknvrkLOlQzNp65In0
    Opening

    First off that's what's called a kernel panic and it's the most extreme software problem as the kernel itself is malfunctioning which everything else depends upon.
    It's rather easy to resolve, there are usually two causes for it, outdated software or a problem with OS X itself like it lost part of itself somehow on the drive.
    So instead of disabling it which you can't as the operating system is basically frozen (not all of it of course) you should just fix it up really quick and all is well.
    Depending upon what operating system the machine has gives you different options to #8 Resinstall Just OS X over itself to fix issues in OS X, and with third party "hooks" called kernel extension files (kexts) that some software place into OS X itself.
    So you do that here and it won't delete programs or files, but any program with a kext file in OS X is removed by the overwrite process.
    So do #8 here and other Steps as you see fit to fix the machine.
    ..Step by Step to fix your Mac
    Of course doing so is going to make some software not work, so you have to check to make sure before you reinstall certain software that it's been updated and works fine with the current OS X verison.

  • Ipad smart cover auto unlock clock and status bar issue after ios7

    Im using an ipad mini with apples smart cover (auto lock/unlock enabled), it used to show the lockscreen(before swipe) whenever I opened the case, but after ios7,whenever I open the case,its already swiped and I have tu enter my code.
    the bug is that you have no clock in the status bar on the code screen. whichs forces you to enter your code each time you open the cover just for checking the time! or swiping back to the lockscreen. 
    any fixes?

    I know.. it was better in iOS 6..
    To make the clock (time) appear without entering the code simply Tap the Screen once.
    For example:
    While holding the ipad in the landscape position peel the cover open just enough to get your thumb under the cover and tap just below the battery indicator.
    See this related discussion too.. https://discussions.apple.com/message/23981258#23981258

  • Free memory after Function call

    Hi,
    Is there a possibility to free the memory after a call to a function.
    The call is only used for display, not to get data.
    (For example - CALL FUNCTION 'FKK_BUPA_DISPLAY')
    Our z-transaction delivers a way of navigating through different ISU objects (coming from an ALV list)
    The user first selects a case from this list and then he receives the details. From the details screen we then call these standard function to display the ISU objects.
    During the day memory usage is getting build up and it's only released when the user leaves our z-transaction.
    Ideally the memory should be released when the user returns to the list and not at the end of the day when he leaves the transaction.
    I've tried with FREE MEMORY but this doesn't help.
    Greetings,
    Ivo

    Hi Ivo,
    sounds like a "enldess transaction" pattern.
    Take multiple memory snapshots (OK-CODE /HMUSA) in your application and compare
    these in transaction S_MEMORY_INSPECTOR in order to find out if there is a memory
    leak. The comparison will show you where memory growth comes from... maybe this gives
    you an idea what could be deleted between the steps of your endless transaction.
    Kind regards,
    Hermann

  • Suppress the Information message during BAPI Call

    Hi, I am getting the information message pop up during the BAPI Call "BAPI_BUS2054_CREATE_MULTI". Is there any possiblity to suppress the message?

    Hi,
    use call function with destination. Here is a short example:
    REPORT  zhabitest.
    DATA:
      et_return LIKE bapiret2 OCCURS 0.
      CALL FUNCTION 'ZTEST'
        DESTINATION 'NONE'
        TABLES
          et_return = et_return.
    DATA:
      ele_return LIKE bapiret2,
      rc LIKE sy-subrc.
    CLEAR rc.
    LOOP AT et_return INTO ele_return.
      IF ( ele_return-type = 'E' )     "error
         OR ( ele_return-type = 'A' ). "abort
        rc = 8.
        EXIT.
      ENDIF.
    ENDLOOP.
    IF rc IS INITIAL.
      WRITE: / 'Call OK'.
    ELSE.
      WRITE: / 'Call error'.
    ENDIF.
    And the function is here:
    FUNCTION ztest.
    *"*"Lokale Schnittstelle:
    *"  TABLES
    *"      ET_RETURN STRUCTURE  BAPIRET2 OPTIONAL
      MESSAGE i208(00) WITH 'Separate I/O and processing!'.
      GET TIME.
      DATA:
        ele_return TYPE bapiret2.
    * return error randomly
      IF sy-uzeit+5(1) CA '13579'.
        ele_return-type = 'E'.
        APPEND ele_return TO et_return.
      ENDIF.
    ENDFUNCTION.
    Pay attention to the documentation of call with destination (db commit).
    Regards
    Walter Habich

  • Phone no longer can send / receive picture messages after "support" call

    Hoping someone can help.
    A few weeks ago my phone was having intermittent problems sending picture messages (text are fine). I would sometimes have to retry several times for it to go through, but I could always get it to go through. I have a LG VX9400, btw.
    Since it did not resolve itself I decided to place a support call. During that call the technician did "nothing", but after he had me dial *228 option 1 I can no longer send messages at ALL! I was then told I needed a software upgrade or could not be helped further. Now I've received the software update and it still does not work. It has been escalated to engineering and closed (without contacting me) and has been attributed to my phone, but nobody can tell me how they came to this resolution.
    I have had this problem in the past where it's been on the Verizon network the configuration has to be changed (there have even been blocks that I've never put on there), but nobody is willing to dig into this and says I now have to reflash, hard reset my phone or get another one.
    Also note, mobile web even for account management doesn't work (I did have blocks, have since taken them off so not sure if I have to wait). It also seems I am getting a message receipt failed when I turn my phone off and on, again I only noticed this after calling support.
    Any help / suggestions / etc greatly appreciated as I really don't think it's my phone since it was working (albeit intermittent) prior to the "support" I received from Verizon.
    Thanks!!

    @MySlickDeals
    It's very upsetting having picture messaging issues, especially after calling in to technical support and not getting the issue resolved. Let's get this worked on right away.
    Have you tried deleting the old text and picture messages and retrying? Please also remove and reinsert the battery and retest.
    Does this happen everywhere or just one location? After the software upgrade did they hard reset the device?
    Hard reset instructions:
    From the main screen, press Menu.
    Scroll to Settings & Tools.
    Scroll to Phone Settings, press OK.
    Scroll to Security, press OK.
    Enter Lock Code ???? displays,
    enter the 4 digit lock code ( default: last 4 digits of phone number ).
    Scroll to Reset Default, press OK.
    Reset Default - Preference Settings will be set to factory defaults. Press <OK> to continue. displays, press OK.
    Scroll to Revert, press OK
    If you are still experiencing issues after this reset please send me a PM and I will look into your account.
    Thank you

  • How can I change the default message after System Call Handler transfer error?

    Hi,
    I'm using Unity Connection 9.1 and System Call Handlers to allow to join internal extensions (not reachable from the PSTN).
    I succeeded but I would like to change the default message played when the extension dialed is not known. I tried with Error greetings but nothing changed.
    Thanks for your help.
    Regards,
    Julien

    Just tried this on my 9.1 and 10.0(1) servers and it worked fine.
    I went to the opening greeting call handler, selected the "error" greeting, set the greeting to play my personal greeting (it defaults to the system generated greeting), recording "hey, you dialed the wrong number" and then called in and during the opening greeting I dialed "88" - I heard "hey, you dialed the wrong number" and then it repeated the opening greeting recording as it should.
    the default action after playing your custom greeting in this case is to "restart greeting" - which is why the opening greeting plays again.
    Not sure what you did in your testing with the error greeting - check to make sure you have it set to play your personal greeting instead of the default system greeting - since you can't disable the error greeting there's not a lot of other items I can think of to check.

Maybe you are looking for

  • How to create a JBOD without formatting one of the hard drives

    Hi, I'm using a QWC Mercury Elite Pro external hard drive with 2 500Gb hard disks as my video scratch disk. I have configured them as 2 separate disks and been using CCC to copy the 1st drives content to 2nd drive. Now, the 1st drive is almost full.

  • Cannot install Flash Builder on a network home drive

    When trying to install in our corporate environment we have network home drives and the Flash Builder installer for some reason tries to create a directory here: \\escfil02\homedir\deancj\..\Adobe Flash Builder 4 We noone here has permission to creat

  • ITunes stopped working after Windows Service Pack 2

    Maybe it's a coincidence, but I've been having all sorts of problems loading the latest iTunes version (64-bit) ever since I downloaded (not by choice) WIndows Service Pack 2. iTunes just won't open. First it would open and say that the color scheme

  • DBMS_LOGSTDBY.SKIP_ERROR  doesn't work

    Hi guru's, I have e a 11.2.0.3 sql-apply dataguard running (prd1 > prd2) and I want to skip grants and revokes on the scott schema.I have done the following (based on the (http://oracledocs.shu.ac.uk/oracle/B28359_01/appdev.111/b28419/d_lsbydb.htm#i9

  • Error message: 'ORA-00926:missing VALUES keyword

    Hi Friends, I am trying to update a database table in SAPR3.ORACLE database from CRM via an ABAP program. I did required BDCON setup. But I get the error message : ORA-00926:missing VALUES keyword. Looking forward your help to solve this problem.  An