Hiding Change Button from CRM ISA Configuration!

Hi,
      I have an requirement to hide the change button in ISA front end (web ISA B2B). From SAP i came to know that this can be achived from ISA configuration level. can someone assist me in this configuration part. how to approch.
Regards,
Anil.

Hi Anil,
What 'Change' do you want to hide on the ISA B2B ? SAP would've suggested that it is a Extended Configuration Management (XCM) Administration setting. It could be accessed from a URL that would be something like http://yourcompany.com/b2b/admin/xcm/init.do.
Hope this helps.
Ashok.

Similar Messages

  • CRM Open Catalog Interface (OCI) - What data is sent from CRM/ISA to SRM?

    RE: CRM4
    We have an SRM customer that is able to access our online catalog as expected, create a shopping cart and transfer it to their SRM system.  However, they're asking that we provide additional information on the item(s) and I can not determine what data is sent in the first place, let alone how to add additional information.  Specifically, they require that the UNSPSC code is included in the data...the format for which should look something like this:
    NEW_ITEM-MATGROUP = 465120000
    I have determined the 'how' the data is sent (via HTML if OCI_VERSION = 1) and the file that's called once the SRM customer clicks the TRANSFER button on our CRM/ISA (ocilinessend.jsp)
    But, I am unable to determine the 'what' data is sent.
    According to the javascript file, here's the code that is activated:
    <%-- send list with oci lines --%>
    <form action="<%= request.getAttribute(OciLinesSendAction.OCI_HOOK_URL)%>" method="post"
    name="SUBMITFORM" target="<%=request.getAttribute(OciLinesSendAction.OCI_TARGET)%>">
    <% String param = (String)request.getAttribute(OciLinesSendAction.OCI_OKCODE); %>
    <% if (param != null) { %>
        <input type="hidden" name="<%=OciLinesSendAction.OCI_OKCODE%>" value="<%=param%>">
    <% } %>
    <% param = (String)request.getAttribute(OciLinesSendAction.OCI_CALLER); %>
    <% if (param != null) { %>
        <input type="hidden" name="<%=OciLinesSendAction.OCI_CALLER%>" value="<%=param%>">
    <% } %>
    <% OciLineList ociLineList =
        (OciLineList)pageContext.findAttribute(OciLinesSendAction.OCI_LINE_LIST); %>
    <% for (int i=0; i < ociLineList.size(); i++) { %><%=ociLineList.get(i)+"\n"%><% } %>
    </form>
    So, does anyone know how this works?  How does data get flagged as being relevant to be sent via an OCI Transfer?
    I can not believe how limited the SAP documentation is on the CRM side of this connectivity...the SRM side has a huge amount of documentation, but none of it specifically deals with how to get a CRM connection up and running.  You'd think they'd especially want to have customers using SAP on both sides of the connection...

    I have made some progress finally.
    The items that the .jsp file sends are apparently triggered when the customer clicks on the Transfer button and the FM CRM_ISA_BASKET_GETITEMS_BBP runs.
    The FM ends up pulling data from the UI Structure CRMT_ISALES_BASKETITEM_BBP which you can modify the fields sent by using transaction CRMC_MAP to add a New Entry -> UI Field, named MATGROUP with Object ORDERADM_I and one of the 42 Obj.Field's available.  I ran a test with our customer and they confirmed that the MATGROUP was now indeed being sent during the transfer.
    So, now my dilemma is trying to figure out which Obj.Field already is set up for UNSPSC numbers or if there is another Object in CRM that I should look in.
    In the IMG, there are SRM settings for UN/SPSC numbers, but I can not find a corresponding CRM setting.
    Anyone have an idea on which Obj.Field we should use ... or perhaps one which we can map from our ERP backend to CRM that will work without having to create a new Obj.Field, which is really not what we want to have to do.

  • Change Button from Mobile Data Entry Menu

    Hi, as we know, we can start the mobile data entry menu via t-code: LM00, my question is, how to change the button sequence, or add addition button, or remove button from the mobile data entry screen...
    Please kindly help.
    Best Regards.

    You do this with configuration.  You need to setup a menu, attach the menu to a queue and then the queue to a user profile.
    Go to SPRO,
      Logisitics Execution
            Mobile Data Entry
                  Define Menu Management
    Here create the menu,  Give the menu name and for each transaction you want on the screen you assign a different tcode.  Say you have 3 transactions tied to this menu, this means that you will have 3 buttons on the initial screen of LM00.
    Back out of that, and now go to "RF Queue Management"
    Choose Define Queues from the menu,  Create your queue .
    Now go to "Assigne Processor to Queues"  Here create a record for your user and assigne the queue and the main menu.  Now when this user logs on and runs LM00, you should see the buttons that you just configured.
    Regards,
    RIch Heilman

  • Hiding action button from  UWL default view

    Hi All,
    In our UWL, we have created a subview for mass approval of leave requests.In this case, the mass approval button is appearing in default view as well.We want the buttons to be restricted only to the subviews and should not be displayed in the default view.
    We tried the below code in XML under default view but it didn't work
    <Action name="ApproveI" groupAction="yes" handler="uwlExcludeAction"   referenceBundle="levatt.ess.ApproveSelected"/>
    Pls. suggest how to hide this from default view.
    Thanks,
    Arun

    Hi Arun
    I hope you are well and many thanks for using the SAP Discussion Forums .
    Ok in relation to the scenario that you have described you mentioned:
    You created a subview for mass approval of leave requests.In this case, the mass approval button is appearing in default view as well. You want the buttons to be restricted only to the subviews and should not be displayed in the default view.
    <Action name="ApproveI" groupAction="yes" handler="uwlExcludeAction"   referenceBundle="levatt.ess.ApproveSelected"/>
    Firstly from a general perspective we need to remember two key principals in terms of the editing of XML files.
    XML files follow the concept of precedence. Therefore when you make changes to any XML files or create an entirely new XML file these files need to be re-uploaded with a new priority. To realize changes with XML files and see the changes "graphically displayed" on the portal you need to re-upload the files with a new priority of "High" or "Very High". Also after making the changes you need to clear the UWL Cache or restart the UWL Service (not portal) to see the desired changes displayed.
    The second point to highlight here is to ensure that you make and perform a backup of current XML files which are unedited. The reason for this is simply to allow changes to be reverted easily if required.
    Now back to the scenario you want to remove this mass approval option from the default view.
    There are a few approaches here, and I have outlined guidance documentation below for your cross referencing and convenience:
    Removing Actions From the UWL Display
    https://help.sap.com/saphelp_nw73/helpdata/en/4a/f09ebd4a5a6d62e10000000a42189c/content.htm
    XML Code To Remove Buttons
    UWL XML Code to remove buttons Forward,Resubmit and Assign to Me - Portal - SCN Wiki
    If you enable the support information for a given workitem associated with the button you should be able to remove the button action by removing the XML code or editing the "Actions To Exclude" section:
    Please enable the Support Information of UWL. You could find the details in the following note:
    SAP Note: 1532883 - How to Enable the Support Information for Troubleshooting issues in the Universal Worklist (UWL)
    There should be some reference to the Approval button in the file which will need to be removed.
    Kindly update me as per your findings and let me know if you find the desired resolution.
    I will be keeping an eye on the thread in the meantime awaiting your response.
    Kind Regards & All The Best
    Troy Cronin - Enterprise Portal Support Engineer

  • Hiding submit button from an Infopath form in a Sharepoint Library document

    I have a Sharepoint document library that is setup to collect submissions from a form that faces the public.  Because it faces the public it needs to have the standard/familiar submit button.  The problem is that when the form is submitted to the
    document library and the document is reviewed, it still contains the button - which will be confusing/complained about by staff.
    I attempted to use a hidden boolean field that would switch to "True" when the submit button is clicked and then use conditional formatting to hide the button before submitting through the data connection.  But apparently, there is no way
    to move the conditional formatting rules after the action rules that make the boolean swith.
    I then tried to switch to a new view that was identical to my Main view before submitting but the button is still appearing on the submitted documents in the form library.
    I'm wondering if anyone has experience with this?  I have to think I'm missing something obvious.

    Please try this -
    https://social.msdn.microsoft.com/Forums/en-US/5767ff6c-764d-479c-904e-22e40a697c6c/how-to-hide-custom-submit-button-after-form-has-been-submitted-infopath?forum=sharepointcustomizationlegacy
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Hiding htmlb button from javascript

    Hi all,
    I am printing my bsp page by clicking a html:button. I use javascript self.print for that.
    It works fine.But i want to hide buttons while printing.
    could anyone help me?
    Advance thanks,
    JBP.

    Hi raja,
    I am using Eddy's code only..
    In my case, using this doesn't reflect changes...
    <link rel="stylesheet" href="print_only.css"  media="print">
    But if use,
    <%@include file="print_only.css"%>
    no button is displayed in the page itself...
    My problem is <b> media="print" </b> is not working...
    Rgds,
    JBP.
    Message was edited by: P24101990
    Message was edited by: P24101990

  • Main Changes from CRM 6.0 ?.

    Hi All,
    Can somebody breif me about the main Functional/Technical/Architectural Changes/Upgrades from CRM 6.0 to CRM 7.0.
    Thanks, Sudeep..

    hi,
    u can read this lik.. the article has many informative links about CRM 7.0
    http://forum.saug.com.au/forums/t/32.aspx
    Regards
    shikha
    Edited by: Shikha Rawal on Jun 10, 2009 1:44 PM

  • Hide "Change" button in PZ80

    Hi,
    Is there any configuration setting that would help me in hiding the "Change" button in PZ80?
    SS

    Hi SS
    You can hide the change button from Portal. Go to Content Administration> Contents provided by SAP> ESS--> select the i view --> then overview. Just right click on the Change button, then all the controlls will come
    From there you can make the button disable or invisible.
    Thanks
    Sheetal

  • Hide Change button in PA30

    Is it possible to hide change button for PA30 via configuration?

    Hi Ginasap,
    If you understand enough create and change is almost the same at most  case, so i dont see valid logic here. Suppose user A is only allowed to create record, so he create record (let say basicpay), from 01.01.2010 to 31.12.9999 and let say he can't change it, he always can create a new record with same date 01.01.2010 to 31.12.9999 which actually overwrite the record (TC1) exactly like change effect. i'm not sure if this fit you requirement but you can use asymmetrical approval, which mean when user "A" create a record, user "B" must unlock it.

  • Sort of Change Pointer on CRM

    Hi all,
    I want to send difference value of master and transaction data like ALE Change pointer from CRM to Customer system.
    Can you tell us available function ?
    The IDoc sending mechanism of CRM is different from ALE of R/3. CRM creates Change document. I activated the Change pointer using BD61 and BD50 for message type of CRM(BP). But CRM doesn't create Change pointer record after creating Change document.
    And CRM doesn't have any selective IDoc creating function like BD10. IDoc is created after BDoc process on CRM.
    Is SMD(ALE Change pointer) not available on CRM ?
    Thanks,
    Keiko

    Hi Keiko!
    I don't have access to a CRM system, but you can test your customizing yourself:
    Go to transaction SE37, test function CHANGE_POINTERS_CREATE_DIRECT. Here you fill in your message type and some (random) values for the pointer in table T_CP_DATA.
    There are no syntax checks, just change pointer activation is checked in the function module. See, if an (artificial) CP is created.
    If this is working, go on to function CHANGE_POINTERS_CREATE. Fill in existing change document data, run a test.
    In case no change pointers are created, you can debug these rather small (compared to the 'real' transactions) functions to identify missing / wrong customizing.
    If change pointers can be created, but your transaction still does not create change pointers, then your problem might be the CRM system.
    Regards,
    Christian

  • Deactivate Change Button in PR05

    Dear Friends,
    In PR05 Travel Expense Manager Screen there is a CHANGE button. I want to deactivate or disable it. I do not mind if it is there but users can not use it.
    I have created one new role & assigned only PR05 Transaction code to newly created role. In P_ORIGIN object authorization I have maintained is R.But users are still able to use change functionality.
    Please advice How I can deactivate CHANGE button.
    Regards
    Santosh

    Hi Santosh,
    If you want to deactivate the Change button in txn PR05.I'm not sure whether it can be de-activated through manipulation of values in the auth. obj or not.But if that is not possible then you can do this by creating a custom t-code with variant of the txn PR05 in SHD0 and remove the change button from there.You will need to seek ABAP'ers help to achieve this as this does not fall into the arena of SAP Security consultant.
    You can then assign the custom t-code to the users through your roles..
    Thanks,
    Saby..

  • Creating Change Request from project structure

    Hello.
    Have somebody maked somthink like creating Change Request from Implementation project configuration structure? I want to initiate new change request directly from busines process step in transaction SOLAR02 for example.

    Hi
    Change request is created via action Create change document from support desk message
    so in solar02 tcode...goto issues/messages tab and create a message then
    crm_dno_monitor you can create a change request as i said and all the necessary data like ..system data,ibase etc is copied to ur change req from support message .
    Regards
    Prakhar

  • Product catalog from mdm to crm isa

    HI MDM GURUS,
    COULD ANYONE PLEASE TELL ME THE STEPS TO REPLICATE PRODUCT CATALOGS DIRECTLY FROM MDM TO ISA (INTERNET SALES APPLICATION)
    PRIYA

    Hello,
    I wish the answer was simple and I get all the 10 points. But, I have lot more to add than just giving a report program name.
    Usually the CRM E-Commerce accesses the MDM product catalog as an external catalog. It is not customary to export the Catalog content from SRM-MDM to CRM-ISA. Instead the MDM catalog is Web Enabled for use as an external catalog by CRM-ISA. In the SRM system, the report program
    /CCM/PE_START_REG_PUBLICATION
    can be used to publish the catalog. Usually, this is scheduled as a background job to run periodically to publish the catalog.
    The E-Commerce (CRM-ISA) has Open Catalog Interface (OCI) hooks available to do this. But this needs to be configured in the XCM to access such external catalogs.
    Please read the contents in this link for a overview idea of [External Catalog Integration (via OCI)|http://help.sap.com/saphelp_crm50/helpdata/en/2f/86653fac7ab21ae10000000a114084/content.htm]
    Also, start from [Service Market Place - SRM|http://service.sap.com/srm] and goto SRM-MDM Catalog to know more about the catalog and see the Export process for other possibilities.
    Easwar Ram
    http://www.parxlns.com

  • Delta changes from CRM 4.0 to CRM 5.0

    Hai guys,
    I got the documentation regarding the CRM 5.0 from the service.sap.
    Is there a way that I can get the Delta changes wrt to midldeware,ISA etc from 4.0 to 5.0,
    It would be glad if any of you guys can share the info
    Thanks in Advance
    Krishna

    You want to read the "Release Notes" documents. These are the documents that contain all delta changes between various versions of SAP modules. Here is the link for CRM 4.0 ot 5.0 release notes (also on Service marketplace):
    https://websmp108.sap-ag.de/~sapdownload/011000358700003919532006E/RN_CRM_50_07_en.pdf
    In the future, when looking for deltas, just remember the term "release notes"
    Hope that helps,
    Rahul
    PS. Please award points if it helped. And if it answered your question, please mark it as such, to keep the forum clean and help others too! Thank you!

  • Upgrade from CRM 5.0 to CRM 7.0 - ISA

    Hi All,
    Currently we have CRM 5.0 implementing ISA applications, and soon we wil be upgrading to CRM 7.0.
    We have some customised ISA applications running on 5.0, so during this Upgrade process, what would be the techincal approach for the ISA applications to be able run fine with new CRM 7.0.
    Please guide me with your inputs about how to go on with this upgrade process.
    Thanks,
    Aman.

    There are changes in the flow and the files of CRM ISA 7.0...donot compare things with 5.0...we had to start from scratch...

Maybe you are looking for

  • Error while running a customize report in oracle ebs

    Hi .. can anybody suggest how to solve the follwing error while running a customize report in oracle ebs? XXIFMS: Version : UNKNOWN Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved. Current system time is 03-JUN-2011 11:09:24 +------

  • Correct ITunes version for Windows 2000 and Nano

    My daughter just got a Nano for x-mas and is not recognized by old I-tunes software. I assume I need a newer version. However, 8.x that is advertised as latest version does not mention Windows 2000. I can't find any info on what version of ITunes I n

  • How to refresh SLD cache ?

    We have to change Business system names defined in SLD, we deleted Business systems and created them again.Still XI is picking name of the old system, which is clearly visible in sxmb_moni. We executed sxi_cache, is there something else for refreshin

  • Email retrieval not working (2)

    Sorry to re-post this, my first message somehow got a [solved!] label added to it,, when in fact it has not been solved. I am new at this site, so please forgive me:  I purchased my Palm TX in January 2088. During the month of January, I could go dow

  • KDm exchange rate key

    Hi All, I have created a PO where I have changed the currency from EUR to USD at the header level and fixed a different exchange rate than existing in the system (system rate is 1.5 and I have fixed it at 1.25). Indicator "Exch. rate fixed" has been