CRM IC web- Reading controller "BuPaController" in a BADI

Hi,
I'm using BADI, ORDER_SAVE, to check some input before saving the actvitiy in CRM IC Web.
I want to read the controller "BuPaController" in the BADI but I'm not succeeding.
My question is if it's possible to read the "BuPaController" in a BADI? And how do I code this?
Best Regards
Annika Alsé

Hi,
    Its not possible to read "BuPaController" in the BADI, Also i belive its not visible
also.
Regards,
Yella reddy.

Similar Messages

  • Add extra Business Objects to model CRM 2007: Web Client Records

    Hello,
    Could anyone tell me how I can add more Reference Objects in Case Management?
    I copied the model CRM 2007: Web Client Records and added a new node (with for example Business Object Service Order) just like product and installations (which are visible under the reference objects)
    I created a new element type under SCMG_SP_CASE_RECORD --> Z_CRM_SPS_CASE_RECORD and in the customizing we attached the model to the case type under Case Management --> Extended Customizing --> Process Actions --> Assign Action Profile to Case Type.
    Still the new Business Object in the model isn't visible under Case Management in de WebUI.
    Could anyone tell me if I'm missing something or is there a config guide available how to add more business objects?
    Looking forward to your replies.
    Kind regards,
    Joost Christenhusz

    Eddie,
    Are you familiar with Access Control Engine (ACE)?
    Go through this -> http://help.sap.com/saphelp_crm50/helpdata/en/04/0177f9bb67ac4cafb84bb4d4c1d8fc/content.htm.
    and https://websmp205.sap-ag.de/~sapdownload/011000358700002121742006E.
    Authorizations in CRM are controlled through ACE.
    Hope this helps.
    Amar.

  • CRM 11i Web Services Examples

    Hi,
    I've read some old presentations on CRM 11i Web Services and the 11i XML gateway. I'm interested in creating a web service to create a CRM service request from another application of ours. I haven't found any good material/documentation/examples on CRM web services and how they can help me do this. Any recent info on this would be great.
    Thanks,
    Matt

    Hi,
    There used to something called XML-Services in CRM. It should be part of 11.5.7 release. You may find the details in JTT developers' guide.
    Since the re-org of CRM and ERP, the XML-Services and XML-Gateway are join force. There are something thing brewed for the Web Services.
    You may find lastest HLD and Functional Spec. at http://www-apps.us.oracle.com:1100/atg/wf/ws/. (note, implementation is coming forth).
    Hope it helps!
    jason

  • Using Ajax and Siebel CRM OnDemand Web Services

    Hello,
    Is anyone using Ajax to access Siebel CRM OnDemand Web Services from a web page? If so do you perhaps have a code sample?
    thank you.

    Hi Zohaib,
    your problem is that you need to obtain and import the SSL security certificate from your CRMOD server into the certificate store of your client application.
    for example:
    C:\Oracle\Middleware11113\jdk160_18\bin\keytool -importcert -trustcacerts -keystore C:\Oracle\Middleware11113\jdk160_18\jre\lib\security\cacerts -storepass changeit -noprompt -file C:\Users\Mick\Documents\Projects\SCB\DER\DER.cer -alias crmodnew
    To be sure you are using that trust store you can then explicitly set the path to it thus:
    System.setProperty("javax.net.ssl.trustStore", "/Oracle/Middleware11113/wlserver_10.3/server/lib/cacerts");
    This should get you going in accessing CRMOD from your Java code (ie running the java class directly in jdev) i nJDeveloepr 11.1.1.4, however be aware that there is an issue in the embedded WebLogic Server 10.3.4.0 that prevents successfully calling a CRMOD ws (you can login but not invoke a QueryPage for instance). To work around this until it is fixed I suggest you use JDeveloper 11.1.1.3 as the embedded WLS in this does work when accessing CRMOD web services, however you need to undertake the extra steps of enabling JSSE in your embedded WLS as well as importing the above cert into the WLS cert store, ie:
    C:\Oracle\Middleware11113\jdk160_18\bin\keytool -importcert -trustcacerts -keystore C:\Oracle\Middleware11113\wlserver_10.3\server\lib\DemoTrust.jks -storepass DemoTrustKeyStorePassPhrase -noprompt -file C:\Users\Mick\Documents\Projects\SCB\DER\DER.cer -alias crmodnew
    C:\Oracle\Middleware11113\jdk160_18\bin\keytool -importcert -trustcacerts -keystore C:\Oracle\Middleware11113\wlserver_10.3\server\lib\DemoIdentity.jks -storepass DemoIdentityKeyStorePassPhrase -noprompt -file C:\Users\Mick\Documents\Projects\SCB\DER\DER.cer -alias crmodnew
    Cheers,
    Mick.

  • Replace of custom controller BupaController

    Hi All,
    thanx in advance for reading this. I have a problem within the webclient.
    I've added a few fields on the screen to search for the BP and this is ok, but when I confirm the BP selected, the custom controller BupaController is called. The typed_context of the BupaController doesn't carry the new fields, but I don't find a simple way to change it. I'm afraid that when I change it every time the constructor is called I have to make sure that everything is ok.
    Anyone a suggestion???
    Cya,
    Micha

    BupaSearchB2B uses Interaction Layer Search Object 'BuilHeaderSearch' ,this is the search object for querying on Business Partners.
    This object uses the attribute structure 'CRMST_HEADER_SEARCH_BUIL'.
    There are 14 parameters under this structure on which only you can perform BP search .
    They are
    PARTNER
    MC_NAME1
    MC_NAME2
    ROLE
    TELEPHONE
    EMAIL
    URL
    COUNTRY_FOR_TEL
    CITY1
    POST_CODE1
    COUNTRY
    REGION
    HOUSE_NUM1
    STREET
    If you feel that the new field you have added in the view layout is exists in the above list ,you should make some changes to the context node class with GET,SET methods.
    If you want to enhance this search capability with new fields,then you have to create a new structure with the custom fields and attach the new structure to this Search Object .
    And after that you have to make code changes in GET_RESULTLIST of CL_CRM_REPORT_ACC_DYNAMIC . I hope its a
    difficult process .
    Thanks,
    Thirumala.

  • Displaying custom BI queries on CRM 2007 WEB UI

    Hi,
    I would like to know the process involved in displaying a custom BI query in CRM 2007 WEB UI. Can someone please advise ?
    Regards

    Hello,
    there is SAP documentation available for this on service.sap.com/crm-inst
    It is in the CRM 2007 -> Webclient UI folder.
    cheers Carsten

  • Getting an error while creating a ERP Quotation from CRM Sales Web-UI.

    Hi Experts,
    I am getting an error while creating a ERP quotation from CRM Sales Web-UI. Here  I am enclosing the screen shot. Please give me the solution for this.Thank you in advance.
    Regards
    Kishor Kumar.

    Hi Kishore,
    Please refer to the link below -
    Entry of ERP Sales Documents in SAP CRM - Sales Quotation and Order Management - SAP Library
    Also, refer to the SAP note -
    1446253  - FAQ note: ERP documents in the CRM Web UI (lead-to-cash scenario)
    This note will give you the related topic and the configuration required through SAP help links.
    Hope this will be useful.
    Thanks and Regards
    DJ

  • Invoking Siebel CRM OnDemand Web Service via BPEL

    I'm trying to invoke a Siebel CRM OnDemand Web Service via BPEL. Basically, the Siebel guide says to post to a url with user/pwd to get a session ID returned from a cookie. I did that using embedded java and have the session ID as a variable in my BPEL process. My problem is with now calling the Web Service to perform the action. I have a WSDL from Siebel, but the guide says to use an HTTP post with the session ID in the url and the XML in the body. How do I do that? Shouldn't the WSDL handle that when I create the Partner Link? Do I need to use more embedded Java for this or can I set up a Partner Link? I created a Partner Link and it shows the methods I want to use, but I get the following error when I try to call it because I don't know where to add the session ID:
    <ErrorCode xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">SBL-ODU-01006</ErrorCode>
    <ErrorMessage xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">Internal Error: Session is not available. Aborting.</ErrorMessage>
    Any help would be GREATLY appreciated. Please let me know if you need more information.
    THANKS!

    The Siebel OnDemand web services can accept the siebel session token in the URL. Append ';jessionid={%sessionIdFromCookie%}' to the end point. Obviously this has to be done dynamically. Refer to the article called 'Making BPEL Processes Dynamic' (http://www.oracle.com/technology/pub/articles/bpel_cookbook/carey.html) pay particular attention to the 'Eliminating address dependency at run time' section.
    Peter

  • Creation of Tech Master data with CRM IC Web Client

    Hi Experts,
    I have a query regarding creation of Technical master data via CRM IC Web client ( CRM7.0 & ECC6 for ISU)
    1) If we are using CRM IC web Client then , how the creation of Technical Master Data is triggered from web client ?
    2) Where the technical master data created first ISU or CRM ?
    If anyone has the info on this please let me know.
    regards,
    Sagar

    Hi Sagar Arvind Phirke,
    1) You need to configure CRM Middleware to exchange data between CRM and IS-U;
    2) Data is created first in CRM, then it's replicated to IS-U.
    Check this helpful documentation: http://help.sap.com/saphelp_crm70/helpdata/en/46/66235fc77c453a8696f76c66e8014c/frameset.htm
    Best Regards,
    Pedro Nunes

  • Pdf doc  is required for  B2C  CRM 2007  WEB SHOP

    Hello Experts,
    We have a scenario where (pdf doc ) is required for  b2c Header level and tem level in CRM 2007 web channel.
    we  have set up a product and product catalog and maintained a PDF document in the HEADER AREA--
    Documents Tab--BDS_PDF folder.
    After intial replication Documents was published in the following path 
    *catalog/DE DE161EE3D35DAAF19F1E000C29D94525.pdf     *
    we are able to find images and pdf in the  index server but unable to  see the same in the web shop.
    Did I miss some thing ? Do I need to do any other settings in XCM or in JSP?
    Thanks in advance
    Namitha Verma

    Hello  namitha Verma
      I am facing the same problem, are  you able solve the problem kindly let me know .     
    Regards
      Kiran Posanapalli

  • Error in JSP's for custom project created for SAP-SHRAPP crm/isa/web/b2b

    Hi All,
    we have NWDS 7.3, NWDI 7.3, JDK 1.6.
    Imported the track, created a new custom b2b project. Added the corresponding dependencied on the project folders.
    On build of the custom project, build was finished with some warnings. The depolyment was completed successfully.
    We are able to open the XCM settings of the custom project. And even the application for the custom project is running fine, ordes are being saved, without any error.
    However, when i open any JSP say order.jsp. It has some set of warnings and errors. The error description says ISACORE jar file is not accessible.
    Kindly help, how to solve this issue?
    Thanks
    Ekta
    PS. example of one of the error
    Access restriction: The type OrderChangeUI is not accessible due to restriction on required library D:\NWDS
    \eclipse\workspace.jdi\0\DCs\sap.com\crm\isa\isacore\_comp\gen\default\public\default\lib\java
    \sap.com~crm~isa~isacore~default.jar
    when i go to this location the JAR file is available.

    all the SC are of version 7.01
    Thanks!
         ED7
    o SAP_JTECHS.sca     sap.com      SAP_JTECHS      7.02 SP8 (1000.7.02.8.1.20110704191740)
    o SAP_BUILDT.sca     This is DTR component it will be in NWDI(DI BUILD TOOL)
    o SAP-JEE.sca     sap.com      SAP-JEE      7.02 SP8 (1000.7.02.8.1.20110705065623)
    o SAP-SHRJAV.sca
         SAP SHARED JAVA COMP. 7.01//
    SAP-SHRJAV      701 SP4 (1000.701.0.4.6.20110722065102)
    o SAP-SHRWEB.sca
         SAP SHARED WEB COMPONENTS//
    SAP-SHRWEB      701 SP4 (1000.701.0.4.6.20110722073940)
    o SAP-SHRAPP.sca
         sap.com      SAP-SHRAPP      701 SP4 (1000.701.0.4.6.20110722064714)
    o SAP-CRMJAV.sca
         CRM JAVA COMPONENTS 7.01//
    SAP-CRMWEB      701 SP4 (1000.701.0.4.6.20110722064233)
    o SAP-CRMWEB.sca
         CRM JAVA WEB COMPONENTS 7.01///
    SAP-CRMWEB      701 SP4 (1000.701.0.4.6.20110722064233)
    o SAP-CRMAPP.sca
                        sap.com      SAP-CRMAPP      701 SP4 (1000.701.0.4.6.20110722063254)
    o SAP-CRMDIC.sca
         sap.com      SAP-CRMDIC      701 SP4 (1000.701.0.4.6.20110722063636)
    o SAP-IPCMSA.sca
         CRM IPC MOBILE 7.01///
    SAP-IPCMSA      701 SP4 (1000.701.0.4.6.20110722064529)
    o STRUTS.sca
         This was for only CRM 5 I think you should ignore this SC    Note 917001 - XCM configuration failes on OS/400
    o TEALEAF.sca     This was for only CRM 5 I think you should ignore this SC   Note 900660 - TeaLeaf RealiTea Version 4.5 for CRM 5.0

  • CRM IC WEB CLIENT INTERVIEW QUESTIONS

    hi gurus,
    i am new to the CRM IC WEB CLIENT and i need some documents on that.
    please post the interview Q&A  and related docs to my id [email protected]
    thanks
    regds
    sanjay

    Hi Sanjay,
    You may check in
    service.sap.com/crm-inst
    for some knowledge document.
    Maybe there is no interview doc, but at least you could get some deep knowledge info about this function.
    Hongyan

  • Failed to start service 'Web Farm Controller Service (WebFarmService)'

    Hi,
    Has any one had a similar issue when trying to set up the Web Site Cloud REST point?
    I am trying to install the 'Web Sites service and third party dependencies' but I get the following error when trying to set up this feature:
    500 Internal Server Error - Failed to configure databases and services: Failed to start service 'Web Farm Controller Service (WebFarmService)'. 
    The event logs show the following:
    Service cannot be started. Microsoft.Web.Farm.WebFarmException: The type 'HostingController.HostingConfigManager' could not be loaded. The configuration settings may not be valid ---> System.Reflection.TargetInvocationException: Exception has been
    thrown by the target of an invocation. ---> Microsoft.Web.Hosting.WebHostingObjectNotFoundException: No default connection string was found.
       at Microsoft.Web.Hosting.SiteManager.GetDefaultConnectionString()
       at Microsoft.Web.Hosting.SiteManager..ctor(RetryPolicy retryPolicy)
       at HostingController.HostingConfigManager.ControllerHealthCheck()
       at HostingController.HostingConfigManager..ctor(WaitCallback changeCallback)
      --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
       at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.CreateInstanceImpl(BindingFlags bindin...
    everything is running using a domain admin account, I have tried to start the service manually but it fails with the following error message:
    Windows could not start the Web Farm Controller Service service on Local Computer: Error 0x80131500: 0x80131500
    Any Help would be appreciated.
    Thanks
    Doug

    I uninstalled the Web Farm Framework and reinstalled it from the Web Platform Installer. That worked. The next error was:
    Could not find stored procedure 'runtime.hostingConfigurations_getHostingConfiguration_v25' and to fix that I set the connection string to find the Hosting database with this PowerShell
    Import-ModuleWebSites
    Set-WebSitesConnectionString -ConnectionString "Server=denalidue;User Id=sa;Password=xxxxxx;Initial Catalog=Hosting" -Type Hosting
    now Web Sites service completes and then in Management Server I am getting crypto errors (Unexpected
    cryptographic
    exception
    occurred) even when I run the simple PowerShell:
    Get-WebSitesServer
    -ServerType
    Controller

  • Accessing CRM thro Web Browser having R/3 As Back end

    Hi Friends ,
       I am in the urgent need of working with CRM thro
    web browser keeping SAP R/3 CRM as  back end server.
      There has to be done some configuation in R/3.
    Can you tell  me the procedure.
    I will be grateful If could ur valuable time

    Hello,
    what do you exactly have to do? Please describe the Business Case in detail. You can Access R/3 via ITS. Tell us also what versions of CRM and R/3 are in use. Do you use SAP Enterprise Portal?
    Regards
    Gregor

  • 02 card reader controller update

    Should I update this on my Qosmio x-Q880 the 03 card reader controller? I have had an error lately periodically on the Nivida driver not responding and recovered?
    I did update the Toshiba service station today.
    I would probably take it to a computer shop to update the Nivia driver.
    I also have the SSD almost full as it always goes to this drive when installing something. I have everything moved off it but software but it won't pop up for me to select what drive to put on. My Microsoft Office tales a lot of space and I will probably have to move this over. Any hints how to get to correct drive? I have never had this problem on my other Toshiba laptops.
    Thanks.

    Pardon my jumping in with some options and opinions.
    This driver doesn't stop responding as much as the other one but..
    Maybe something in here is useful.
       "Display driver stopped responding and has recovered" error in Windows 7 or Windows Vista
    items I could stop at start-up or running in the background..
    If you can find a situation or sequence that makes the problem occur within a reasonable time, you may be able to identify a module in memory that interferes.
       How to perform a clean boot to troubleshoot a problem in Windows Vista or Windows 7
    I thought of CC Cleaner but not sure if that would speed it up or mess it up.
    I recommend you stay away from registry cleaners.
    I was going to change the Performance tools setting to Adjust for best performance but was not sure of that either.
    That won't hurt a bit and may very well solve your problem. We're talking about this setting.
       System Properties (sysdm.cpl) > Advanced tab > Settings button (under Performance) > Visual Effects tab
    Try setting Adjust for best performance and see what happens.
    And it won't hurt to review what's here.
       Optimize Windows 7 for better performance
    -Jerry

Maybe you are looking for

  • Mac OSX does not recognise MFP 1213nf

    Reposting here since I have recently upgraded from Mountain Lion to Mavericks. Original post (what I did when this machine was running Mountain Lion) This is probably an obsolete system support problem. This LaserJet Pro M1213nf is an old product fro

  • EBS 12 installation - SATA Hard Disk

    I have got 500 GB hard disk and 2GB of RAM. First: I want to install Oracle EBS-12 on OS " Oracle Unbreakable Enterprise Oracle Linux". Second: I want to install second OS XP. Third: Should I create one partition of 500GB and install windows XP in it

  • ACE in Direct Server Return mode not working as expected

    Dear all, I configured my ACE as I found it here: https://supportforums.cisco.com/docs/DOC-22555 the VIP is working, that means I can ping it, routing is working etc. I created a loopback on the win2012 Server with the IP of the VIP. When I try now t

  • REGULATORY SHEETS

    Hi freinds, can anyone please explain use of MSDS and NAFTA in SAP. thanks in advance. regards Gautham.

  • Cluster 2.2 and solaris 8

    can we run cluster 2.2 with solaris 8 ??? thanks