Want to disable "End Interaction" button in Toos-- End Interaction

Hello All I am trying to disable "End Interaction" button in Toos--> End Interaction
in Service Request from through form personalization.
But not able to do it.
form name: CSXSRISR
Please update me
Thanks
RV

Hello all I found solution here I post it.
This is achieved by custom.pll
Here is code:
IF form_name = 'CSXSRISR' THEN
mi_id := find_menu_item('SPECIAL.SPECIAL6');
app_special2.instantiate('SPECIAL6', 'End Interaction');
set_menu_item_property(mi_id, displayed, property_false);
-- set_menu_item_property(mi_id, enabled, property_true);
end if;

Similar Messages

  • Interactive buttons not working on interactive pdf when the Indesign links are set correctly

    Hi all,
    I have one Indesign CS6 manual containing 17 files, 126 pages. This has been set to a book file.
    This has been translated into 14 languages and now we are having problems creating the interactive pdfs.
    After fixing the broken interactive buttons within the Indd files, we are finding that when we create the interactive pdfs, not all interactive button links work. When we recreate the same langauge interactive pdf we are finding that the buttons that were not working the 1st time, are now working, and some buttons that were working, are now not working.
    Is there a bug somewhere.
    Any idea why the interactive buttons work one minute and then not the next, and vice versa.
    Any idea how we can fix.
    I’m using Indesign CS6 and Acrobat 9 Pro.
    Thanks in advance.

    Hi LoriAUC,
    Thanks for this. Very much appreciated.
    I have asked sagar-khanna from the other discussion is he knows more about the broken links etc.
    Thanks again.
    Julie :-)

  • Disable Book Order Button in India Localization (Urgent)

    Dear Friends,
    I want to disable Book Order button (OEXOEORD), If tax lines empty in (JAINEORD). what r the possible solutions please reply me ASAP.
    Thanks in Advance
    Datta

    Use Custom.pll for version <11.5.10 else use personalization framework for 11.5.10

  • How  to disable Goods movement button in CO11

    Dear Experts,
                           i want to disable Goods movement button in CO11, this should be applicable only for  particular users.  is it possible?

    Hi rajakarthik,
    For getting the Standard values (Activities) to populate un partial conformations you need make some settings IN IMG in u201CParameters for order conformationu201D T-Code OPK4.
    IN OPK4 u201COperation Indiv. Entry using Initial Scrnu201D Tab page and Check (u221A) the relevant Boxes to propose the Quantities and activities automatically by the system and save them. You can change the figures according to your requirement in COR6. When you are doing the Partial Conformations the second time then Enter the Yield quantity the press enter button to get the planned activities to be proposed by the system according to the yield quantity
    Re: wc standard value not update during partial confimarion
    Pavan

  • Disabled new entries button in Table Maintenance

    Hi Guru,
    I want to disabled new entries button in table maintenance (sm30) due to authorization. could u tell me how  can we do it.
    I want give authorize to user only see table maintenace entries
    not able to give new entries.
    <REMOVED BY MODERATOR>
    Thanks
    Ramakrishna
    Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:24 PM

    hi krishna,
    It is used for updating tables.i.e deleting,updating and inserting data into tables.
    check these threads and links
    Re: Regarding Table Mainantance Generator
    Re: table maintenance
    For further help look into these links
    http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm
    Table
    Table maintanence generator is nothing but making a table available for adding records and deleting records.
    The transaction code used is SM30.
    follow below steps
    1) go to se11 check table maintanance check box under
    attributes tab
    2) utilities-table maintanance Generator->
    create function group and assign it under
    function group input box.
    also assign authorization group default &NC& .
    3)
    select standard recording routine radio in table
    table mainitainence generator to move table
    contents to quality and production by assigning
    it to request.
    4) select maintaience type as single step.
    5) maintainence screen as system generated numbers
    this dialog box appears when you click on create
    button
    6) save and activate table
    using sm30 you can create entries manually.
    check these links
    Table Maintainance generator
    Table Maintainance Generator!!
    Re: STANDARD RECORDING ROUTINE IN TABLE MAINTENANCE SCREEN
    <REMOVED BY MODERATOR>
    karthik
    Edited by: Alvaro Tejada Galindo on Apr 8, 2008 5:11 PM

  • Disable the approve button when ever nonapprover login

    Hi Friends,
    i want to disable the approve button , when ever non approvers login into that requisitions page. please let me know, how to do. only approvers will have to see that approve button. can we achieve through OAF personalizations or Extensions.
    Thanks
    vamshi.

    Hi,
    You can extend the Controller of that page and in extended controller on page load
    Capture the Requistion details and valid approvers from a Prepared Statement.
    Then match the Approvers with the Login user name (pageContext.getUserName())
    If the user name is not there in the valid approvers then set the disabled property of button to true,
    bean.setDiasbled(true);
    Thanks,
    Gaurav

  • How to disable the back button when displaying a form

    Hi ,
    i have form A calling form B, when form B is displayed i want to disable the
    back button in the explorer so as not to allow the user from going back to
    form A.
    thanks.

    When you open a new window, call following javascript function also to disable the "back" button.
    window.history.forward(1);
    It will work.

  • Disabling a push button when pressing it....

    Hi,
    I want to disable a push button when pressing it (to be more specific as the last command to be executed ...).
    Although the syntax ... the name of push button ...e.t.c. , i've written are correct:
    set_item_property('test.psh_button',enabled,property_false);
    the error message that arises is :ORA-06502
    when i comment out this line the source code is executed without any errors.....
    Can you think of another way to accomplish this requirement...????
    Note: i use Dev/2000 v.6i with patch12
    Thanks,
    Sim

    hi Sim,
    the two tryouts where just to testout the error, not a real solution. My guess was that this error FRM-41032 also occurs in your "real" form, this would cause the ON-ERROR-trigger to fire, and perhaps for some reason your ORA-06502 occurs somewhere in ON-ERROR. So if you've set both navigable-properties to false and the error would be away, that would have been an check on this.
    The second one was just to check if the SET_ITEM_PROPERTY-code would work separated from the other logic you have in your WHEN-BUTTON-PRESSED. But what you could try in your real code: do a GO_ITEM('some visible and navigable item'); and then issue the SET_ITEM_PROPERTY.
    perhaps you can try when you have access to the sources again.
    Andreas

  • Disable explorer back button (using JS)

    please tell me how to disable explorer back button, i have made a project and i want to disable explorer back button on signout button, tell me the code using java script

    The page that the browser goes back to would have to identify that it came from some place that was not right and redirect to an error page. This means you need all kinds of checking in every page. Of course, if a page has specific input requirements, it makes it easier, but you need a lot of state validation to keep track of these things. If back goes to a form submission page that already was submitted, you need to be able to track this and deny resubmission... But the browser will really be sending the same data from the original form. So you might have a hidden field with some unique ID that once used, can't be used again.
    In my current project, we have a check on all pages to redirect to login. Login uses Javascript to popup the actual login and application in a new window without menus and toolbars. This removes the back button. The user can still use the popup right-click menu to go back, but this is not a common thing for many users, and we have our pages designed in such a way as to facilitate going back when appropriate, but when not, they can't.
    In some ways, you have to trust that the user isn't going to go back when it's not appropriate... well, I might be dreaming here...

  • How can I disable the "Pause" button to not show up when I am in a phone call?

    I want to disable the pause button as it got pressed every time my cheek touches the screen while in a phone call.
    Any tip will be very much appreciated!
    Martin

    http://www.applevis.com/guides/voiceover-keyboard-shortcuts-mac-os-x
    You should be able to copy them from there.

  • Adding interactive buttons in Acrobat X Standard disables the Commenting and markup tools

    Why does adding interactive buttons to PDFs in Acrobat X Standard disable the Commenting and markup tools in the PDFs, but only when they are viewed in the Reader, not when opened in Acrobat?  When the buttons are removed, the Commenting and markup tools are re-enabled in Reader.
    Thank you.

    Which version of Reader are you testing with?

  • Want to disable/"grey out" dial-up connection "settings" button in the "connections" tab of Internet Options

    Hi, I'm looking to "grey out" a dial-up connection for some users in workplace, so that they are forced to use our VPN client in order to access the web. Does anyone know if this is possible?
    I know you can disable all settings on that tab using local group policy, (e.g. Administrative Templates\Windows Components\Internet Explorer) but I only want to disable a specific dial-up connection (for usb 3G modems).
    I've read of various IE settings being locked down in the registry here, HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions, but havent seen the settings I want.
    The actual connection is visible here, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections, I just cant figure out how to grey it out. Any ideas? Thanks!

    http://technet.microsoft.com/en-us/library/cc732613(v=WS.10).aspx
    The following Group Policy settings can be edited and applied to users that are members of the Group Policy object (GPO) in which the Group Policy setting is included. By default, the Group Policy settings are not configured.
    Prohibit deletion of remote access connections. If you enable this Group Policy setting, then affected users cannot delete any remote access connections, including those they create themselves.
    Prohibit access to the Remote Access Preferences item on the Advanced menu. If you enable this Group Policy setting, then affected users cannot access the
    Remote Access Preferences setting on the Advanced menu of the Network Connections folder. The top menu bar, including the
    Advanced menu, appears when you press the ALT key.
    Prohibit access to properties of a LAN connection. If you enable this Group Policy setting, then affected users cannot change any of the properties of a LAN connection.
    Ability to change properties of an all user remote access connection. If you enable this Group Policy setting, then affected users can modify the properties of a remote access connection that is shared with the other users on the computer.
    By default, standard users can only modify properties for a connection that is not shared.
    Prohibit connecting and disconnecting a remote access connection. If you enable this Group Policy setting, then affected users cannot connect by using any remote access connection, or disconnect any that are currently connected.
    Prohibit changing properties of a private remote access connection. If you enable this Group Policy setting, then affected users cannot change the remote access connection properties that are not shared. By default, standard users can modify
    connections that are not shared.
    Prohibit renaming private remote access connections. If you enable this Group Policy setting, then affected users cannot rename remote access
    connections that are not shared. By default, standard users can modify connections that are not shared.
    Rob^_^

  • I want to disable "restore previous session" and enable "History record" at the same time.

    I want to disable "restore previous session" and enable "History record" at the same time.
    Because I don't want others to access my account such as "Gmail", "Facebook". But I want firefox to record my browsing history.
    What should I do?

    I managed to remove the "Restore Previous Session" button from the home page by changing my default home page with this : www.google.com/firefox/ (the default home page from the previous versions of Firefox). It worked for me, I hope it works for you too.

  • How to disable "View Report" button in reporting services

    Is anyone know how to disable "View Report" button in reporting services, I know can do custom code in report properties, what is the code? I have tried something like this ***button1.enable=false, but it can not success.
    Appreciate if anyone can reply me, thanks.

    Hi,
    The message box don't work on the web because it is of windowform box. Based on your further description, you might want to do the date parameter validation. If so, there is common way to do this:(assume the date parameter value inputed can't be less than 2007)
    1) Intert a textbox and input the message used to show the end users if they input a invalidated date value for the parameter, and then set the textbox's hidden property to =iif(Year(Parameters!myPrameter.value) < 2007,false, true)
    2) Insert a Rectangle control below the textbox created in step 1, and put all report items in it and set the Rectangle's hidden property to =IIF(Year(Parameters!myParameter.value)<2007,true,false)
    After these, if the end users input the date value can meet the project requirement, the report will show the data the end users want, otherwise, the end users will see the error textbox to tell them the parameter value is incorrect.
    Hope this help,
    thanks,
    Jerry

  • Using the same action sequence with multiple buttons and exclusive conditional interactions

    Hi all,
    first of all, pardon me for my english and if I post questions already answered, but I can't find anything about that.
    I'm new to flash and I decided to use Flash Catalyst to speed up the building process of a multimedia presentation for university.
    I have a menu with 10 buttons that change a text box on rollover (I converted it to a button label) and I need to reset the name of the current page on RollOut. Since the action sequence for it is the same of every button on one page, is there a faster way to apply the sequence than repeating it for every button? (I had to do it 10x10=100 times... and what if I made some mistake? )
    Another question is I want to disable the interaction of the menu button of the current page, but conditional interaction let me choose only an "if in state" condition an not a "if not in state". How can I do this? should I simply disable the button on that page?
    Thanks a lot for the help!
    Cheers from Italy

    I answered to myself by grouping buttons and disabling the button in his state.
    Thanks anyway!

Maybe you are looking for

  • Question regarding cfimage and its' hotfix

    Ok, I've browsed through numerous threads regarding cfimage issues and the various hotfixes. Seeing as I am not the administrator of my server's copy of ColdFusion, I wanted to see if I could verify that the latest hotfix was installed. I had seen so

  • ITunes freezes downloading app updates

    I'm running 10.5 (141) on my iMac running Lion and am running into a problem where iTunes will constantly freeze when I download my app updates.  If I download updates individually, there doesn't seem to be a problem and if I turn off simultaneous do

  • If I buy an iPhone 4s, is it ios 5?

    Hi, I'm planning on buying an unlocked iphone4s from an apple store. If I do buy the iphone 4s, it'll come preloaded with iOs 5 and not iOs 6 right? I want google back.

  • New 2 JSF, Help me in configuring it

    Hey what all are the JAR's required for JSF? where can i find it. Does it has any site or link, where i can download? Thanks Praveen

  • Uncaught exception after migration of App server

    After migrating from app server 6.5 to 7.0 I'm getting lot of uncaught exception. like the following Can some one help me. FYI: We did not migrate our web server. it's still sunone web server 6.0.1 Uncaught Exception in AccessNKServlet java.lang.Runt