Cancel Menu item is alwasys disabled in some A/P windows

The 'Cancel' Menu item is alwasys disabled in some A/P windows even when the transaction is open or closed.  My question is since I am very limited in the business process knowledge for cancel procedure in those windows:
Is the Cancel (Data->Cancel) unapplicable on these A/P windows below?
Goods Receipt PO
Goods Returns
A/P Invoice
A/PCredit Memo
So SAP Business One does not allow for transactions in these windows to be cancelled regardless of the transaction status?
I am a developer, I need answer to these in order to do my customization on the event of the Menu item 'Cancel'
Thanks very much!

Hi,
All financial related transactions are not cancel-able. Once documents added, it posted to some G/L accounts. You can only cancel (reverse) those journal entries.
Thanks,
Gordon

Similar Messages

  • Duplicated menu items upon opening a jspx in a new Window

    Hi !. My problem would be the following... I have included an Adf Library in my WebCenter portal app where I use a goLink to redirect to a jspx of my portal... The problem comes when I click and the jspx is opened, because I see the items from my menu and many branches of it ar like duplicated... I am using jDeveloper 11.1.1.6... Does anyone knows why is this hapenning ?... Thankx

    Hi,
    An extension could be causing the issue. Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • Problem when trying to add a link to the left menu item!!!!

    Hi everyone,
    I am trying to put a new menu group on the left menu,with a link in that group for every one.On checking with the customization guide this is what i did
    for one link i did add the following lines in each of the files
    1)xlWebAdmin.properties
    - menuGroup.Misc-Menu=Misc Menu
    - menuItem.Misc-Menu.My-Nomination=My Nomination
    2) xlDefaultAdmin.properties
    - menuItem.Misc-Menu.My-Nomination.link=mynomineefrm?showfrm
    3) repacked the war and the ear
    4) Restarted my server
    When I login into the administration(xelsysadm) page I didnt see any menu item with name "My Nomination" which i am supposed to see.
    secondly it shows the menu item when ever i select some group and click on assign menu item.
    Moreover, when I try to assign this menu item to all users group it gives me this error
    On browser it prints
    Permission Denied to Assign Selected Menu Items
    You do not have the permissions to assign one or more selected menu items.
    on console it prints
    ERROR [SERVER] Class/Method: tcDataObj/eventPreInsert Error :Insert
    permission is denied
    ERROR [APIS] Class/Method: tcGroupOperationsBean/addMenuItems encou
    nter some problems: maoRejections:You do not have permission to insert this obje
    ct.
    ERROR [APIS] Class/Method: tcGroupOperationsBean/addMenuItems encou
    nter some problems: Error occurred while adding menu items.
    ERROR [WEBAPP] Class/Method: UserGroupMenuItemsAction/commitGroupAs
    signMenuItems encounter some problems: {1}
    Thor.API.Exceptions.tcBulkException
    This problem eat my happy sunday :-(, any one has solution for this problem?
    - Also if some one can help on how to link jsp to the new link will be helpful for me!
    Thanks,
    doki

    Design Console > Form Information > add new
    Class Name Organizations.Merge
    Description Move users from one organization to another
    Type menuitem
    Add following to xlWebAdmin.properties, xlWebAdmin_en_US.properties
    Organizations.Merge=mergeOrgs.do?Display
    menuItem.Organizations.Merge.link=mergeOrgs.do?MergeOrganizations
    menuItem.Organizations.Merge=Merge
    mergeOrgs.button.display=Merge Organizations
    Even you have to assign first to System Administrator group
    First go to Manage Group
    Select System Administrator Group
    Select Menu Item
    Click Assign and select newly craeted Menu Item and click Confirm
    These are the steps to see the new menu item. To make this menu item working:
    you'll have to write action class, form bean class and you'll have to create JSPs and make their entry in struts-config as welll as in Tiles-def.xml
    Then your menu item will work.

  • Viewing more than 9 Forms from the Window Menu Item

    Hi,
    I would like to know if you can list more than 9 Forms at one time from the Windows Menu Item before you have to select the MORE WINDOWS option to display the entire list of currently opened forms.
    Can this be set in the .mmb or some config file?
    It would be nice to have a list of about 12 Forms to choose from at one time before selecting the MORE WINDOWS option.
    Christina.

    Hi Frank,
    The Forms version our system uses is Oracle Forms 6i.
    A user would like to know if this scenario is possible during runtime.
    However, I would like to know what modifications can I make during design time to make this possible.
    Thanks.
    Christina.

  • Automatically debugging when calling a script from a menu item

    Hi All,
    I'm coming accross an issue that I was wondering if anyone can help me with or point me in the correct direction.
    I have two start up scripts.
    One runs in the "session" target engine and setups ups some custom menu items and actions which call some other custom scripts.
    The other runs in my own custom session and is used to initialize and share common constants and functions between my custom scripts.
    This all appears to run as expected and clicking on the new menu item calls the correct script however even without the ExtendedScript Toolkit running as soon as i click on the menu item it will load up the ESTK and break on the first line of the script. If I press F5 to continue processing it will finish and runs fine.
    I am currently using the excellent extendables package (http://extendables.org/) to do some HTTP and simplify UI creation which does not specify a session.
    Does anyone know what is causing the scripts to be automatically debugged or is there a setting that might be set to cause this?
    Is this being caused by "session" calling "customSession" using code that will run in the default "main" session?
    this really is irritating me at the moment so if anyone can help it would be much appreciated.
    This is all done using JavaScript in InDesign CS 5.5
    Thanks in advance

    just a quick update.
    After stripping back and stubbing out some code I have been able to trigger a "session" going to my "customSession" then to a non-session (the default) so this is not causing my issue.
    As I mentioned above i am using the extendables package and this appears to be where my issue is arrising. as soon as i include the package:
    #include "extendables/extendables.jsx"
    i get the strange behaviour of it going into debugging mode on the first line of the script being run by my menuItem eventHandler.
    This is without actually using any of the modules available in the extendables package just including it.
    I will try to post a message on the website for this package but if anybody has any ideas about what might be in there that is causing this I would appreciate any ideas/suggestions/theories.
    Cheers

  • Setting ToolTips for items which are disabled.

    Folks,
    No offence meant if this is a repeat.
    I have a JPopupMenu with Action as its components.
    1) I have disabled certain menu items to false.
    2) I would like to use a ToolTipText to show a message 'You have no permission'
    when the user hovers over the menu items which are disabled/set to false
    3) I wrote my own ToolTipText,but what is happening is that I am getting the tool tip text
    for all menu items.
    Please can anyone help me in how to get tooltiptext for menu items which are enabled to false?
    Help much appreciated
    // JPopupMenu
    JPopupMenu pm = new JPopupMenu();
    // Add Action
    pm.add(new GraphAction());      
    pm.add(new DescendantsAction());
    pm.add(new DebugAction()).setEnabled(false);
    ToolTipTextForMenuItems.setToolTipForIndividualItem(pm.getComponent()) // Does not display any Tool Tip.
    pm.add(new ResetAction()).setEnabled(false);
    ToolTipTextForMenuItems.setToolTipTextForMenuItem(pm); // Shows ToolTipText for all menu items (disabled and enabled)
    ToolTip Code
    public class ToolTipTextForMenuItems {
    private static final String TOOL_TIP_TEXT = "You have no permission";
         public static void setToolTipTextForMenuItem(JPopupMenu popupMenu){
                 for (int i=0; i<popupMenu.getComponentCount(); i++){
                    Component c = popupMenu.getComponent(i);
                    if (c instanceof JComponent) {
                              ((JComponent)c).setToolTipText(TOOL_TIP_TEXT);
         public static void setToolTipForIndividualItem(Component c){
               if (c instanceof JComponent) {
                         ((JComponent)c).setToolTipText(TOOL_TIP_TEXT);
    }

    Yes,I have looked at the Abstract Action code sent in
    I have not used Action and Abstract Action before,hence if you can/could just
    modify this as per my requirement,then I can enhance on this.
    No offence meant for the above
    Thanks

  • Strange "Hello World" menu item on right click

    Hello - for a few days now I am getting a strange Hello World contextual menu item when right clicking in some applications… Excel, iPhoto… It's at the bottom of the items separated by a line. When I choose it a text clipping kind of window comes up with German heading "Ohne Titel". In it it shows Hello World, which cannot be edited. Closing window is the only option.
    Any idea what this is and how to remove it?

    It displays which ever application is active, i.e. the window seems to belong to that application.
    Below is a list of "My Processes"… I am not familiar enough with the list to say if there is anything unusual in it.
    Here is a screen shot from iPhoto: http://homepage2.nifty.com/megaperls/hello.png
    126 fontd dirk 0.0 2 7.5 MB 30.4 MB
    120 pboard dirk 0.0 1 768 KB 18.4 MB
    2151 Image Capture Extension dirk 0.0 2 6.3 MB 29.1 MB
    118 Finder dirk 0.0 5 36.4 MB 40.8 MB
    117 SystemUIServer dirk 0.0 5 25.2 MB 283.5 MB
    116 Dock dirk 0.0 3 24.9 MB 29.0 MB
    2022 TextEdit dirk 0.0 2 28.1 MB 27.8 MB
    2147 iPhoto dirk 0.0 12 139.2 MB 146.4 MB
    112 launchd dirk 0.0 2 972 KB 38.0 MB
    235 DashboardClient dirk 0.0 5 45.6 MB 217.4 MB
    232 Flash Player (Safari Internet plug-in) dirk 1.5 6 14.8 MB 54.6 MB
    2137 mdworker dirk 0.0 3 18.4 MB 39.2 MB
    38 loginwindow dirk 0.0 2 8.0 MB 34.7 MB
    927 AppleVNCServer dirk 0.0 4 2.8 MB 30.1 MB
    222 AppleSpell.service dirk 0.0 2 9.5 MB 29.1 MB
    156 Safari dirk 0.0 10 313.1 MB 413.6 MB
    219 WebKitPluginAgent dirk 0.0 2 936 KB 39.5 MB
    152 iChatAgent dirk 0.0 2 6.0 MB 13.7 MB
    723 ARDAgent dirk 0.0 5 2.5 MB 31.7 MB
    151 Kotoeri dirk 0.7 3 43.7 MB 52.3 MB
    147 HP Event Handler dirk 0.0 4 2.6 MB 30.6 MB
    145 TISwitcher dirk 0.0 2 6.2 MB 30.2 MB
    144 HP Scheduler dirk 0.0 2 3.6 MB 29.9 MB
    143 imklaunchagent dirk 0.0 2 1.9 MB 39.0 MB
    140 Little Snitch UIAgent dirk 0.0 3 7.2 MB 30.7 MB
    2172 mdworker32 dirk 0.0 3 5.7 MB 72.7 MB
    2165 Activity Monitor dirk 2.1 3 20.1 MB 38.3 MB
    131 UserEventAgent dirk 0.0 3 5.0 MB 40.7 MB

  • How do i disable menu items in Help manu, Photoshop cs6?

    How do i disable menu items in Help manu, Photoshop cs6?
    I packaged Photoshop cs6  using AAMEE CS6.
    I need to some menu items to disable.
    can any one please tell the process of doing , or which registries or files need to edit.
    Appreciate the immediate response.
    thanks in advance.

    Hello8
    Given the fact that you speak about AAMEE, it's not clear if you search for an automated and remote way to do it on multiple machines or not.
    (and therefore if this thread should be moved to the relevant forum, http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent )
    To disable menu items, simply go to Edit>Menus and click on the eyeball next to the menus you do not want.
    It is then possible to save it in a workspace that by default will be located there: Documents and Settings/[user name]/Application Data/Adobe/Adobe Photoshop CS6/Adobe Photoshop CS5 Settings/Workspaces (Modified)
    I'm not sure if Photoshop will start if the default workspaces are removed, as there is an option to restore them in the preferences.
    Also, this is not customer support, but a forum fielded by volunteers that answer when they can, so inviting for an"immediate response" has no bearing; and might even have the opposite effect, but thanks for doing it in a polite and non too demanding way!

  • How can I remove some menu items in the VC++ "Full featured" example that came with TestStand 3.5.

    The full featured operator interface example of VC++ contains several menus such as File, Execution, Debug, Tools, and Help.  I would like to remove or gray out some of the items base on the access privilege of the user's login.  For instance if a user login as admin, I would turn on all the features. However, if an operator login to run a test sequence, I would only provide limited menu options.

    The display of the menu items is already depending on the user's privilieges.
    1/ Modify the privileges of each user profile to enable or disable some menu accesses (Look at "Using TestStand" manual, chapter 7).
    2/ If you need to change the TestStand default behaviour, you can customize the privilieges needed to display some menu items :
    Tools menu : The items are fully customizable. You can define the privilieges needed to display them.
    Process Model : The "Enabled expressions" of the configuration and execution entry points are customizable. (->Sequence properties, "Model" tab)
    3/ Finally you can customize the operator interface to choose the menu items to display. (Look at "TestStand Reference Manual", chapter 9)
    But before you try to customize TestStand, try to explain your needs : The Operator Interface already  updates the menu items depending on the user profile.
    And an operator user has already limited menu options.
    If you need to define  more limited options, the easiest way is to customize the user privilieges of the "operator" profile.
    Bruno

  • Disabling Quick Fill method menu items

    We are using Quick Fill functionality for Service Request Detail Applet.
    Enabled the 4 method menu items and those are working fine.
    1. ApplyTemplate
    2. SaveTemplate
    3. NewFromTemplate
    4. NewFromLastTemplate
    These methods are based on a vanilla business service 'Quick Fill Service'
    We have to disable(gray out) these method menu items for Cancelled SR.
    Tried to disable the corresponding command's method: 'LaunchNewFromTemplate' by config (CanInvokeMethod) and script, but it is not graying out method menu item.
    Did any one face this issue?
    How to disable (gray out) these Quick Fill method menu items? Please advice.
    Thanks,
    Ramana

    He should be able to use Spotlight to launch Parallels anytime he wants. Unless changed, command-space is the default command to get Spotlight to open. Typing in the name of the program and clicking the down arrow until you select the program and hitting Return will launch the program.

  • Disabling certain menu items

    Hello all,
    Is there a way in SAP B1 (some permission, maybe) to disable the "User-Defined Fields" menu item, so that a certain user would not be able to view them?
    Thanks in advance,
    Anton

    hi,
    It's not possible to disable View -->User defined Fields.
    If ur goal is block access to user defined fields to a user,then
    create additional authorization to restrict user defined field form settings(FormID - 38),
    this way u can block user from creating UDF's & also form settings of it.Before applying authorization detick all udf's visible & active,this way u can block
    only header level user defined fields,eventhough u can access
    View -->User defined Fields,but u can't view user defined fields of header level.
    To restrict row level user defined fields,make the
    required fields in the form as visible & active,detick udf's.
    General Authorization --> User(Left pane) --> General --> Document Settings --> No Authorization.
    I have tested it,it's working.
    Hope this will solve problem.
    Edited by: Jeyakanthan A on May 15, 2009 3:47 PM

  • How to disable menu items through c# in adobe x standard. I didn't find the required APIs.

    Hi
    We are working on a desktop application on C# which uses Adobe Express 5.0. to view the PDF files. Recently we had an issue reported that PDFs created in Adobe 9 are not opening up. So we decided to upgrade to Acrobat Adobe X Standard. Now the issue is that I have to suppress controls (tool bars(or Panels), menu items) for which I'm using the below code which worked in express 5.0 but not on Adobe X. Also I want to view the toolbar by default instead of the translucent menu at the bottom of the page.
    Acrobat.CAcroApp.ToolButtonRemove("SaveFileAs");
    Acrobat.CAcroApp.MenuItemRemove("Quit");
    Please help.
    Thanks,
    vinay

    Hi
    We used javascript to find out the names of the menu items that are present in the Adobe 9.0 Std. I presume that it would work even for Adobe 10.o as well. After that in the .NET C# code we have used App.RemoveMenutItem ("<<MenuItemName>>") to disable all the menu items that we dont want You can search for javascript references for Acrobat and you would find many.
    Also I've figured out another way where you remove the .api files from your plugins folder, however I'm not sure if it would create any further problems. This is route is not taken, atleast for now.
    Please post here the route taken by you.
    Thanks.

  • Why are iTunes, View, Window, and Help menu items disabled?

    I am frequently encountering an issue in iTunes 10.5 (141) where all the menu items in the iTunes, View, Window, and Help menus are disabled (greyed out). Why is this happening and can it be stopped?
    I've seen this issue on different Mac OS X 10.7.2 machines. It seems to occur during playlist manipulation, where I'm making new playlists, adding items to them and editing them and the items. In the worst cases, I'm forced to quit and restart iTunes, although I have to quit by using the context menu option in the Dock as the Quit option is disabled in the application.
    I'd appreciate any advice on workarounds for this that don't involve quitting and restarting iTunes.

    I'm also having the same issue.  It was happening with 10.5.1 and now still with 10.5.2.  I'm using a 2008 iMac running 10.6.8.  I do not use iTunes Match.  This seems to happen for no apparent reason i/o/w, I can't determine a pattern as to when it happens, but it occurs about once in every 10 times that iTunes is open and it seems to happen after it's been open for a while, but again, no particular pattern. 
    Sometimes, all the menu items are grayed out, and other times, 70% of the menu items are grayed out.  I can still use the other functionality in iTunes, but must must Quit from the dock (it quits gracefully and no Force Quit is necessary).  Relaunching restores eveything to normal for about a week. 
    I work with technical diagnostic issues and can usually pinpoint a problem, isolate an issue, or determine a pattern, but this one has me stumped. I thought 10.5.2 might fix it, but no.  Maybe 10.5.3?

  • How to hide/disable menu items using Javascript in Acrobat 9 pro or later

    We just wanted to know on how to hide/disable menu items for e.g. 'Open' menu item under 'File' menu in Acrobat 9 or later on Mac using Javascript. It would be useful if you could provide if any other option is in place already.

    Not sure it will work, but you can try using the app.hideMenuItem() method. See reference here.

  • Issue with Disabling one of the menu item in Forms6i

    Hi,
    I have a requirement where I need to disable the IR/PO Information (menu item) created using Form Personalization in Sales Order form.
    If the Warehouse is other than ‘FIM’ it should be disabled for that particular line.
    Please let me know if anybody has done the similare requirement???
    Regards,
    Bala

    Bala,
    I can suggest one work around.
    Say your menu entry is special1.
    You probably already have a personalization that fires for trigger event = special1.
    You can add a condition in that personalization that says warehouse=FIM.
    This way, the PO information screen will come up only for FIM.
    You can consider creating a new personalization that fires for same trigger event = special1.
    The condition says warehouse != FIM
    In the actions, you can say "This menu option is not available"
    Hope this helps,
    Sandeep Gandhi

Maybe you are looking for