How to capture 'DELETE' menu bar option in VA02 application.

Hi to all
Please tell me how to capture 'DELETE' menu bar option in VA02 application.
It is captured in Sy-ucomm but as the pop up message comes it is over written.
Based on the 'DELETE' selection i need to write my own validation coding in user exit .
Please tell me how to do that.
Thanks & Regards
Anubhav Gupta

Thanks to all
In present situation userexit_save_document_prepare
Validation logic is fired for both VA01 and VA02 application.
Here for checking logic is  :
if T180-TRTYP = 'H'.
  vmbtcode = 'VA01'.
else.
  vmbtcode = 'VA02'.
endif.
Now I want to skip this logic if -  In  VA02 application Delete sales order option from menu is selected.
Please give me suggestion.
Thanks& Regards
Anubhav Gupta

Similar Messages

  • Smart View menu bar option not showing in Word

    Hello,
    Recently had Smart View (11.1.2) installed on my PC. I can see the Smart View menu bar option in all office products except Word (2003). Any suggestions as to how to get this to show?
    Thanks in advance.

    You need to ensure the COM add-in is enabled. File > Options > Add-in.
    If it's not shown, you will need to manually add the add-in referencing the HsAddin.dll from the Smartview\bin directory.

  • Labview - How to create custom menu bars, drop down menus, pop ups etc.

    Hi,
    I have  a very naive question. How does one create menu bars with custom labels (not NIs defaults), drop down / side menus, pop ups etc.?
    Thanks in advance
    Paul

    Search for the following on the NI website: Run-Time Menus, Run-Time Shortcut Menus.
    For pop ups, search for 'dialog' in the Examle Finder (Help -> Find Examples)
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Deactivation of Menu bar option

    Hi Friends
    Please provide any sample code for deactivating one menu bar option in IW32 transaction using Function module exit.
    I want to deactivate the option when the order status is"CRTD".

    Hi,
    I think this enahancement spots are available it may be useful to you
    you can search exit with in enhancements,  for each enhancement point is having morethan one exits
    ES_RIAFVC10
    ES_MIOLVC10
    ES_RIAUFM20
    ES_SAPCDUP3
    ES_SAPLCOAI
    ES_SAPLCOI0
    IWO1_TL_INTEGRATION
    ES_RIAFVC20
    ES_RIAUFK10
    ES_MIOLVC20
    ES_RIAUFK20
    Thanks
    Ganesh

  • Translucent Menu Bar option

    Hello,
    I updated to 10.5.2 on my Imac 2.8 and my Ibook G4 1.5. The Translucent Menu Bar option is available on my Imac but no where to be found on my ibook. I havent changed or hacked either OS. any suggestions....wierd right...
    -KG

    The latest Leopard update, Mac OS X 10.5.2 Combo Update , fixes that and you can now toggle between opaque and translucent in the System Preference/Desktop pane.
    OT

  • Another absent Translucent Menu Bar option

    I read a few of the last threads regarding the inability to turn on or off the translucent menu bar option afforded by the 10.5.2 update... sort of.
    I still am not comprehending the graphic specifications that either allow or disallow the ability to select or deselect the option. I liked the translucency of the menu bar. On my G5 iMac, the option is not here after installing the operating system and graphic updates, nor is the short-lived translucent menu bar.

    Some people are noting that the checkbox isn't present but that after downloading and installing the combo update, that it appears. Worth a try if you don't mind another reboot.

  • Hi I have a mac mini with my TV as a display. MY display includes the taskbar but no menu bar, how do I see menu bar???

    HI
    I have a mac mini with my TV as a display. My display includes the taskbar but no menu bar, how do I see menu bar???

    Make sure you are using a 1080p capable TV.   Some TVs have pixel level video ratio adjustment.  Sometimes that can force the menubar to be visible if it is the only display connected to the machine. Sometimes you have to go to your hard drive's Applications -> System Preferences -> Displays and drag the white bar on top of the display's representation to the other display.  You can only have one primary display with menubar.
    Lastly, for non-1080p capable displays, DisplayConfigX or SwitchResX offer pixel level adjustments through software.

  • How do I delete "You can't open the application Adobe Reader Updater Helper because PowerPC..."

    How do I delete "You can't open the application Adobe Reader Updater Helper because PowerPC applications are no longer supported." I have Mac w/ Lion and this message pops-up constantly. I would like to stop it from poping up? Any suggestions?

    Adobe Creative Suite 2 (CS2)'s Photoshop running in Snow Leopard Server installed into Parallels 8 for use in Lion or Mt. Lion:
                                  [click on image to enlarge]
    Apple is now selling Snow Leopard Server for $19.99 + sales tax & shipping costs at 1.800.MYAPPLE (1.800.692.7753) - Apple Part Number: MC588Z/A (telephone orders only).  Smarmy, self-important forum members will have to pay extra!

  • How to deactivate menu bar option on screen in a dailog program

    hi,
    my requirement is there is menu bar main (having three options under it create, display and change). Now if my transaction code is zcreate then i want the create option on the menu bar to be diabled and other two to be enabled, when my transaction code is zdisplay then i want the display option on the menu bar to be diabled and other two to be enabled. pls suggest with code snippet how can i achieve it

    Hi,
    You can disable set of main items like given below,
    TYPES: ty_status TYPE sy-ucomm.
      DATA: it_status TYPE TABLE OF ty_status WITH HEADER LINE.
      APPEND 'CHANGE' TO it_status.
      APPEND 'DISPLAY' TO it_status.
      SET PF-STATUS '0100' EXCLUDING it_status[]. "Set the menu excluding the function codes
                                                                             " appended to the int table
    Regards,
    Manoj Kumar P

  • Will Firefox post a download to correct thick multiple tab menu bar or provide a delete tab menu bar option?

    I wish to reduce the thickness of the tab menu bar in Firefox 4.0 or have the option to delete the bar. I've tried some of the blogs but nothing seems to work. Wondering if your support team could provide users with a download update providing these options?
    I'm using Windows 7 on a laptop.
    Thank you,
    Craig

    DW_Noobie wrote:
    can anyone help
    It depends.  I can see your two pages as in this link:
    <http://www.thecampuscocktail.com/speedydrinks.html>
    <http://www.thecampuscocktail.com/feedback.html>
    You need to describe what these issues are.

  • How to hide the menu bar from a Transaction iView (SAP GUI for HTML).

    Hello all,
    I have created a simple SAP Transaction iView of type SAP GUI for HTML.  This iView has the Menu bar that has the buttons: Menu, Back, Cancel, and System.  My requirement is, I dont want to see the menu bar that has these buttons.  How do I go about it?  Please advice.
    Note:  My iView is a SAP Transaction iView and not IAC service related iView. 
    Thanks
    Vicky R.

    You'll want to set the parameter ~webgui_simple_toolbar in your webgui service.
    It is a binary parameter with the following values/options:
    0  : Hiding the page header completely (not recommended)
    1  : Standard setting
                        This is the recommended standard setting in which the title and the menu bar below it with the [Exit] and [Help] button and the application buttons are displayed.
    2  : Displaying the title line
    4  : Displaying the buttons [Exit] and [Help]
    8  : Displaying the active system buttons on the screen ([Back] and [Cancel])
    16  : Displaying the system menu
    32  : Displaying the application buttons
    128 : Deactivating the information block in the status bar (new)

  • How to get the menu bar to reappear in Safari, OS Lion

    After plugging my macbook to a monitor, now the menu bar at the top of the screen and row of application shortcut icons at the bottom of the screen disappear when Safari is running, whether in full screen mode or not.  Can someone help me reset what ever display option in Safari is causing this? 
    Thanks.

    Hello,
    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

  • How to eliminate unwanted menu bar icons?

    When I installed all the software for my new Canon MP640 printer-copier-scanner it put a "Canon IJ Network Scanner Selector" icon in the menu bar. It doesn't seem to do much - and I really don't want another nanometer of space taken-up by unwanted menubar icons... Does anyone know how to remove this?
    Thanks!
    Best regards,
    Steve Schulte
    Sunday 30 May 2010

    OK the cmd-drag didn't work - I had tried that but appreciate the suggestion!
    As to your suggestion: In Accounts I find a Login program called *Canon IJ Network Scanner* (checked to be hidden) - and it is in /Library/Printers/Canon/IJScanner/Utilities/Canon IJNetwork Scanner Selection. OK but if I remove this from the login - will it remove just the menu bar icon or will I then lose the ability to use my MP640 as a scanner?
    When I open the program by double-clicking it, I get the same screen as when I choose it from the menu bar. I just don't want this menubar "icon" taking up real estate --
    The HELP says this: (The icon itself does not show in this paste so I just put in underlines__- it is the image of a printer with the top opened and an arrow indicating a scan direction or something.
    About Menu
    Click__in the menu bar to display the menu.
    Scan the images using the operation panel of the scanner
    You can select or deselect this option. Select this option to receive images from the scanners selected in the settings screen. Deselect this option to not to receive images from the scanners.
    Note
    When Scan the images using the operation panel of the scanner is not selected, the icon appears gray (__ ).
    About Canon IJ Network Scanner Selector
    Displays information on Canon IJ Network Scanner Selector.
    Open Settings...
    Opens the settings screen.
    Best regards,
    Steve Schulte
    Sunday 30 May 2010

  • How do I set menu bar headings?

    I am operating on XP. I no longer have the menu bar headings: file, edit, view, history, tools, and help displayed at the top of the page. I have "toggled" the tool bar but nothing appears. I have tried to query the knowledge base to no avail. Can anyone help?

    It is a while since I used XP. It will display the Firefox button but is designed to operate best with the standard menu bar from what I remember.
    * see [[Display the Firefox button menu instead of the menu toolbar#w_ive-tried-it-and-i-want-to-go-back]]'''_ive-tried-it-and-i-want-to-go-back'''
    * you should automatically get the xp version https://support.mozilla.org/en-US/kb/display-firefox-button-menu-instead-menu-toolbar#os=winxp&browser=fx20
    You should also be able to see the menubar toolbar even if the Firefox button is present by holding down the Alt key, does that happen ?
    If you are unable to get the menu to appear you may need to reset the controls for the menubars, either use the firefox reset (that will get rid of any extensions you have),or just delete the ''localstore.rdf'', that just rsets customisations and is the better option,even if not quite as simple to do.
    *[[Reset Firefox preferences to troubleshoot and fix problems]] <br /> (Read the warnings in the article before using this)
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • How do you disable menu bar icons from being moved?

    The students at our school have discovered that if you hold down the Command key and click on certain menu bar items (such as the icons for Displays, Sound, Date & Time, Keyboard Layout, etc.) it is possible to move them around. It is also possible to drag them out of the menu bar and they disappear in the normal "puff of smoke" which you get when dragging items out of the Dock. Is there a way of disabling this nifty little feature, or at least of having it reset at login?
    We are using Workgroup Manager (XServe, OS X 10.4.8) to manage the setup of the student computers, and I cannot find a setting relating to management of the actions I have described. The problem is that we have enabled a Vietnamese keyboard layout. The students can select it when needing to type in Vietnamese in Word 2004, and then set it back to the normal layout (Australian, in this case). Occasionally they forget to set it back to normal. Then, if a student in the next class decides to command-drag the keyboard layout icon out of the menu bar, the Vietnamese layout either becomes the default (with no way for them to change it back) and/or sometimes "kicks in" without any discernible reason when trying to connect to the server, making logging-on a challenge (the layout re-maps some of the characters). Any suggestions would be appreciated. We have already tried enabling access to the "International" System Preference, but some students then go out of their way to add every keyboard layout (there are dozens of them!) and/or change the language settings - have you (as a mono-lingual person) ever tried to navigate through menus when they are in Chinese, Arabic, or Hungarian? We would like to be able to somehow "lock down" the icons which are displayed in the menu bar (top RH corner) so that they can not be deleted or, alternatively, re-appear at next login if they have been deleted.

    Go to Settings>General>Auto-Lock and set a longer interval.

Maybe you are looking for

  • Using ODBC how do you identify a calculated column in a table?

    I've a calculated column in my table. Is there a way to identify that column through ODBC functions? I need to identify the  calculated column and make it read only. The function should support both SQL and Access databases. Please let me know if the

  • Changing a production order with CLOI_CHANGES_UPL_31

    Hello All, I try to change a production order with the function CLOI_CHANGES_UPL_31 with RFC in .Net. The header data is working fine, and i can change the date with this function. But if i try to change the position data i got no message back, but t

  • JCA (Java Connector Architecture)

    Hi All, I would like to know if the introduction of JCA is Sun's attempt at derailing Web Services movement? Please help me understand the big picture. Thanks

  • Where are the Stereo Imaging effects?

    Seems like some effects have been removed since the older version. Audition 3 had more effects in this category. CS 5.5 only has Center Channel Extractor. I used the "Stereo Expander" quite a bit.  I found in the community help the list of features n

  • UNDO Tablespace is used to fill frequently

    Hi Experts, We have an issue with the UNDO tablespace frequently,where we dont see the space occupied for any active transactions and i can see only for "Retained for Use by Queries or Flashback" i.e. more than 2000M. Can any one let me know how to p