How to disable a Copy Trans Button in Crmd-order

Hi All,
         I am trying to figure out what is controling my Copy transaction button in <b>Crmd_ Order</b>. Even if I remove Copy Control Config, its still working and creating a copy of transaction. Please give your input.
Appreciate ur help.
Regards,
Umar

hi Umar,
there is 2 option to restrict the generation of following document from copy control, that is :
1. via authorization
2. via BADI implementation
the easiest way is the option 1 : via authorization.
just remove the authorization from the user to generate transaction type for ACTIVITY and TASK.
but ussually this option is hard to implement due to the business scenario because it is imposible to restrict the user to create an activity or a task.
if the option 1 is not available, then use the option 2 : via BADI implementation.
just create a new implementation of BADI class CRM_COPY_BADI and add some validation that if the source of the document is certain transaction type then raise the exception NOT_ALLOWED.
but before implement this BADI, you need to configure the copy control first for all ACTIVITY and TASK transaction types. if not, the BADI won't works.
hopes it helps
cheers

Similar Messages

  • How to disable the select options button, while audio is playing in the question template in captivate 8?

    How to disable the select options button, while audio is playing in the question template in captivate 8?

    Apologies for late reply.
    I mean "On Question screens audio keeps on playing even after we have selected an option or options depending on the question type and clicked Submit. How do we stop the audio on selecting an option?"

  • How to Disable the Add & Review Button

    How to Disable the Add & Review Button
     *Updated with the correct ISF  code (the previous code, in case you saved it, was to actually  escape apostrophes.  That will be posted  seperately. 
    Note that this solution might not work in your environment - you might have to modify it based on your installation.
    Enjoy! 
    Common_disableAddAndReviewButton()
       if ( Moment == 'ordering' )
            var theForm = document.forms[0];
            var buttonCt = 0;
            for( i = 0; i &lt; theForm.elements.length; i++ )
                 if( theForm.elements[i].type == &quot;submit&quot; )
                    if ( buttonCt == 0 || buttonCt == 2 )
                        theForm.elements[i].disabled = true;
                         theForm.elements[i].style.visibility=&quot;hidden&quot;;                  
                     buttonCt++;              

    This is GREAT - I added a new Java Script and set it to "when form is loaded" and when I did some test reqs - no Add & Review button !!!!

  • How to disable Save and SaveAs Button in Adobe Reader ??

    I am having Dynamic XML Form (XFA based) designed on LC Designer ES2
    I Want to disable Save and SaveAs button  whenever it would be opened in Adobe Reader only.
    Other way around, i want to provide only facility to save form programmatically through Javascript to apply validation.
    Plz help
    Thnx in advance..!!

    I can apply folder level java script ...But How to handle this way on CLIENT SIDE..???

  • How do I enable "copy-paste" buttons, editing a private wed site?

    I'm a school teacher. My school has a web site. I'm the site manager. The site has installed a basic editor to write articles with. The "copy- paste" buttons don't work and the following message appears "Copy/Cut/Paste is not available in Mozilla and Firefox.". How can I change that? Is it possible? If there's a way use simple words please, because english isn't my native language and I'm not experianced with technical terms.
    Thank you

    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/852 - AllowClipboard Helper

  • How to disable illuminated Multimedia Console Buttons sensitivity

    Does anyone know how to disable or reduce the sensitivity of the illuminated +Multimedia Console Buttons+ to the left of the main keyboard?
    Cheers, Alun

    Firs of all it would be really interesting to know what notebook you have.
    On many Toshiba notebooks you can find the Toshiba Assist.
    As far as I know there you can find the Toshiba Button Support and could disable this.
    Furthermore you this can be done also in msconfig (to start this you have to type msconfig in RUN)
    But note; this is very sensitive operation and this could affect the OS functionality if you disable wrong process. So be careful.
    However, choose the Startup tab and scroll down till you find Toshiba Button Support and uncheck it.
    If you will not find this in Startup then I would recommend using other procedure.
    The VAP (value added package) controls this buttons.
    So if you don't want to use the buttons you have to remove button support utility. I don't know if you can remove it as single utility but what you can do is to remove VAP from the system. After restart install VAP again (download on Toshiba support page) and choose custom installation. In front of button support utility remove the check mark and continue installation.
    Good luck

  • How to disable programmatically created Submit Button in ProcessFormRequest

    Hi All,
    I'm working on an issue where i have created an Upload button Programmatically. The upload button should get disabled after it is clicked. The code for the upload button creation is as below. This has been added in the processRequest of CO.
    OASubmitButtonBean oasb;
    oasb =
    (OASubmitButtonBean)pageContext.getWebBeanFactory().createWebBean(pageContext,
    OAWebBeanConstants.BUTTON_SUBMIT_BEAN,
    null,
    "BUTTON_SUBMIT");
    oasb.setID("Upload");
    oasb.setUINodeName("Upload");
    oasb.setEvent("Upload");
    oasb.setText("Upload");
    Now, when i handle the upload button click in the processFormRequest, i should also disable the button at the end. I followed the below method in the processFormRequest but it threw a null pointer exception at the point where i have disabled the button.
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    String strEvent = pageContext.getParameter(EVENT_PARAM);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (strEvent.equals("Upload"))
    OASubmitButtonBean oasb2 = (OASubmitButtonBean)webBean.findIndexedChildRecursive("Upload");
    oasb2.setDisabled(true); --- this is where the null pointer exception gets thrown
    I'm not sure if this is the way to go about it. Could you please let me know how to handle the above request?
    Regards,
    Shreyas
    Edited by: user11258661 on Mar 28, 2012 7:15 AM

    Hi Ram,
    Thank you for the response. I have created the button programmatically. So I'm not sure how to add the newly created button to the webBean as child. I'm new to OAF. So could you please elaborate. A code snippet might help.
    Thanks in advance.
    Regards,
    Shreyas

  • How to disable block and delete button in me22n transaction

    Hi experts !,
    as per my requirement i want to disable delete and block button in me23n . for this i wrte my logic but problem
    is when my logic satisfies then i want to disabele those two buttons . those block button function code is 'MEPO1211LOCK'
    if it is screen field we can use loop at screen and input = 0 . but here it is funtion code how to disable this funtion code as per
    condition .
    i tried this  SET PF-STATUS ' pf status name ' EXCLUDING ' fucntion code name  '.  also but not working ..
    if any one have any idea pls share ......

    Hello Experts,
    I have similar requirement. Please help....

  • How to disable minimize and maximize buttons of a popup window

    hello.
    can someone please tell how to disable the minimize and maximize buttons for a popup window.
    i know this is very basic concept.. but iam new to jdeveloper..please someone help me out

    Hello,
    U can use script in ur page to open the Popup window.
    window.open("yourpage.do", window_name, 'toolbar=0,scrollbars=0,location=0,status=yes,menubar=0,resizable=0,width=600,height=400,left = 225,top = 140');
    Bye

  • How to Disable Browser Back & Forward Button ?

    Hi All,
    How can I disable Browser Back & Forward button in ADF Faces ?
    If Not, I remember reading somewhere that we can call a page with NO Browser button and Menu using Java script, how can I code this java script within ADF Faces ?
    Thank you,
    xtanto

    You might want to double check this solution in your application. Don't think that when the user presses the back button it simply doesn't go anywhere. It does go back to the previous page and the Javascript causes that page to go forward to the page that was just left. You can see this by putting some "alerts" in your pages.
    These actions my have consequences in your application.

  • How to disable statdard application toolbar button in O4TFN using BADI

    Hi,
    I want to disable standard application toolbar button in O4TFN using BADI, i want to disable it for specific users should be deactivated and for others it should be activated.
    Thanks in advance..

    Hi Ed,
    But in control panel -> user accounts -> Change user account control settings
     I can set the settings to always notify
    and default notify when programs try to make changes to computer.
    But I can't set it to never prompt because only administrator as power to do that and if I set never prompt in  administrator account the settings in standard user remains in
    always notify.
    so please let me know, if there is any other way to over come the problem.
    Main problem is application from unknown source always prompt for admin password.
    I need to disable it from prompting for admin password to run applications in standard accounts.

  • Disable / Deactivate Update Price button in Sales order creation

    Hi Gurus,
    My requirement is to disable the 'Price Update' button in the item --> conditions screen while creating or changing the sale sorder. A set of users should not be able to update the prices using 'Update Pricing' button. Is there any way to disable/deactivate  this button in VA01 / VA02?
    Regards,
    Sam

    Hi Sam,
    I think you can control through Authorization for the set of users to update the price in the sales Order.  I think it will solve your requirement.
    Regards,
    SK

  • How to disable the  'Change - Display' Button in Cluster via SM34 ?

    Hi
    I have a View Cluster maintained with a transaction wich calls  SM34 passing it the Cluster.
    I need the dialog be only in display mode, so i'm looking for a way to disable the button Change<->Display.
    Does somebody knows how can i do this ? maybe with an event, the button does not appears or well making the button does not change the display mode (does not change the field VIEW_ACTION siwtch from 'S' to 'U')
    Thanks in advanced
    Frank

    Hi Frank,
    On SAP 4.7 Version
    1). Goto SHD0
    2). Enter the transaction code as SM34
    3). ENter the transaction Variant as say ZSM34
    4). Click on the create button --> this will take you to the sm34 screen. If you want to default some value or disable something on this screen just hit enter on this screen. You will get a popup window to select and restrict.
    5). You can further go to next screen and deactivate the menu. On the popup screen you will get a button MENU FUNCTIONS.
    Hope this helps
    Cheers
    VJ

  • How to disable browser back/forward buttons from JSF

    Hi,
    I am working on one JSF based project
    I have a requirement where I don't want the application users to go back/forward using browser back/forward buttons so I want to disable the browser's back/forward buttons for my application.
    Can anyone tell me how to do that?
    Thanks in advance.
    Regards,
    Vijay Kumar

    Hi,
    Thanks for your response on this.
    My problem is that I am opening the new popup windows using setOnLoad Handler in JSF like following:
    getTmpBody().setOnLoad("window.open(\"abc.jsp?grantId="+txtGrantId.getValue().toString() + "&sunId=" + empDetails_Global + "&tmplNm=" + aggrTmplName + "&ctryCode=" + ctryCode +"\", \"Agreement\",'width=800,height=600,scrollbars=yes');return false;");
    Now everytime I am going to any other tab or page, I am setting the setOnnLoad handler to blank like
    getTmpBody().setOnLoad("");
    Now the problem is when I open a popup window and close this and then click on browser back/forward buttons, the last opened popup window again come up. This is the problem since I don't want last opened popup window to get opened again on the click of a browser back/forward buttons.
    This is a very urgent issue and I need to resolve this asap.
    Please help me on this.
    Thanks,
    Vijay Kumar

  • How to disable port using push buttons in VI..

    We have a project using a hardware using dynamic mic as an input for interfacing we use labview to read data in frequency and decibel..
    But there's is conditions..
    1st. Button for disabling the port in our hardware
    2nd. If there is no input device "long beep" tone will come up.
    For now this is only what we have our VI by watching in youtube tutorials ..
    And this the 1st tym we use labview..
    plss help us..
    We only have 2 days for the project..
    Attachments:
    GUI.vi ‏21 KB

    Here is a basic UI example that shows how you can listen for user events (pushing the button) and control the flow of your program using a task engine.
    It does not match your requirements however since this is a poroject you should actually do the work. This is a framework for how you can build your application.
    If you have specific questions feel free to ask them but don't expect anyone here to do the project for you.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot
    Attachments:
    PSS Project 8-0.zip ‏82 KB

Maybe you are looking for

  • Weird error -43, when double-clicking a numbers document in finder

    Steps to repro: 0) open a finder window at the location (e.g. ~/Desktop) you are going to save your numbers document. 1) create a new numbers document. 2) save the document to the directory (e.g. ~/Desktop) that you have already displaying open in th

  • Re-installing Adobe Acrobat 9 Pro

    Our Company recently upgraded our computers to Windows7, I need to re-install my Acrobat 9 Pro.  I have my product ID.  I just can't find an easy link through the Adobe page.

  • Itunes store does not work when i entere my password

    Itunes store doesn't accept my password which is correct. I use it for 2 days ago; no problem but since Yesterday no possibilites to acces to my account....

  • Anyone have/know of a method that would format a textbox?

    Hi all, I'm currently trying to make a java tax program. It's not finished, obviously. I'm using ready to program. Here is what I want to do. I want to take the amount in the subtotal box, and as the user is typing, after the key is pressed, the prog

  • 2600 Classic Phone memory Full

    I am not able to add phone numbers in my contacts list after about 900 phone numbers. The phone says phone memory is full. I still have 8MB free on my phone. Is there a separate memory for phone list? Can I increase this?