Configure to call a BI query from CRM

Hi,
I created a BI query in the BI system and I want to get it called from CRM 2007 web UI. There is a RFC connection between CRM and BI.  Can anybody can list out all settings/configuration required to set inorder to list this query in the Web UI.
Thanks in advance
Nisha

found this document on using the FPM_SEARCH_UIBB http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f07c2765-4ee8-2e10-759b-ea7429a430bb?QuickLink=index&…
if only such a (extremely detailed) document would exits on passing on the "tag" to the BI query variable (as that is not as straight forward)

Similar Messages

  • How to call a BW Query from an ABAP program?

    How to call a BW Query from an ABAP program?

    hi
    check this link
    /people/durairaj.athavanraja/blog/2005/04/03/execute-bw-query-using-abap-part-i
    /people/durairaj.athavanraja/blog/2005/04/03/execute-bw-query-using-abap-part-ii
    /people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii
    hope this helps
    cheers

  • Call RFC(in R3) from CRM

    Hi,
    I am trying to call a RFC from CRM. I developed that FM in R3.
    and trying to call like ..
    CALL FUNCTION Function_Name
    EXPORTING
    IMPORTING
    But when I run from CRM, in runtime it is terminated.
    Please suggest a way to call FM (in R3) from CRM.
    Thanks,
    Gaurav

    You need to specify the destination.It is the RFC name to R/3.
    CALL FUNCTION Function_Name destination <lvdest>
    EXPORTING
    IMPORTING
    If this doesn't solve your issue , Pls provide the termination message .

  • Call R/3 BADI from CRM

    Hello Experts,
    I have to implement some BADIs in R/3 which will get executed through CRM.
    What are the various options of calling the BADI in R/3 from CRM? The BADIs are used for sales order processing, invoicing, etc....
    Thanks
    Ricky

    Hi Ricky,
       It is might not possible to call BADI R/3 from CRM or CRM from R/3.
       This is possible in case of only RFC enabled FM.
       Could you provide information realated to your problem, so that one could guide you properly.
    Regards,
    Amit R.

  • Calling ERP Web Dynpro from CRM Opptunity with parameters

    Hi, experts!
    In CRM7.0, I'm calling ERP Web Dynpro from CRM Opptunity.
    We've added a button in Opptunities and the buttom can navigate into ERP Web Dynpro.It works fine.
    Now, I'm trying to move the value of Opptunity ID to a field in ERP Web Dynpro when we push the buttom. That's a problem I want to solve. We're struggling to move the value, but it doesn't work.
    We uses the following settings:
    1) We call Z- Logical Links generated by Transaction Launcher when we push the buttom.
    2) We define Transaction Parameters in a Transaction Launcher Wizard(Step5). We've set "//clipboardBTOrder/BTOrderHeader/OBJECT_ID" or "//datacontextCURRENTBT/BTOrderHeader/OBJECT_ID".
    But both of them doesn't get any value.
    3) If you set SYST data or constants in Transaction Launcher Wizard(Step5), you can find the data in ERP Web Dynpro.
    Does anyone know which parameter gets the value of current opptunity data?
    Or if you have any tips to create URLS using programing, could you please share the information with me?
    BestRgards.
    Miki

    Does anyone have tips??

  • Calling a Web Service from CRM 620

    I prototyped from ECC 640 and created a client Proxy to call a WebService.  However,  Does anyone know if it is possible to call a WebService from CRM 620?  If so, how do you do it.  So far I have found documentation to create Server Proxies but not client proxies.
    I attempted to import the wsdl to XI as an external definition, then in CRM executed transaction: SPROXY to bring in the wsdl definition.  This did not work....
    Here is our landscape:
    -CRM 4.0 with XI-addon 2.0 & kernel patch level 1253
    -XI 3.0 SP 15
    thanks
    -steve

    Welcome to SDN.
    CRM 620 - i have no knowledge on CRM, but i guess its on WAS6.20. if yes you can consume websevice using CL_HTTP_CLIENT class.
    check out the following weblog for details.
    /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    Regards
    Raja

  • Call R/3 BADI from CRM without XI

    Hello Experts,
    I have to implement some BADIs in R/3 which will get executed through CRM.
    What are the various options of calling the BADI in R/3 from CRM? The BADIs are used for sales order processing, invoicing, etc....
    Thanks
    Ricky

    I could suggest u with XI
    1. Direct RFC call using RFC adapter
    2. Expose RFC as webservice and use SOAP adapter
    3. Use ABAP proxy to call RFC
    Without XI: CRM would be a better place to search for the ans
    Regards,
    Parteek

  • Call a function module from CRM 5.0 via ITS to FICA

    Hi
    I want to call a function module in FICA (FICA is using sapgui) from CRM (IC-web) via ITS (Not integrated in FICA)
    Is it possible and how should this be done???
    If someone know how, please help
    BR//JL

    generally RFCs should not have user dialogs.
    any how to handle your case, you need ITS and since FICA is a WAS 6.20 system, you need to have a ITS installed for FICA system, without which you cannot do that.
    alternatively you can mimic the functionality of the RFC by programming the same in a BSP and call this from CRM system
    Regards
    Raja

  • Call R/3 BADIs from CRM

    Hello Experts,
    I have to implement some BADIs in R/3 which will get executed through CRM.
    What are the various options of calling the BADI in R/3 from CRM? The BADIs are used for sales order processing, invoicing, etc....
    Thanks
    Ricky

    Hi Ricky,
    You may build a RFC enabled function module in R/3 and can call the same from CRM Badi's. If want to code a R/3 badi which would be enabled in normal order processing or invoicing process, then you don't have to put effort figuring out how to enable or call it from CRM, as it would be called as a part of normal processing once document is in R/3.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Call original VO query from entended VO

    I have create a extended VO which is having modified query.
    I want to call the original VO query from extended by using if else condition.
    if(condition=true)
    call the extended vo
    else
    call the original vo
    Please suggest how to implement this.
    Thanks,
    Shashank

    Hi,
    What do you need to call from the base VO?
    Once you have extended the base VO, The extended VO will have all attributes and functionality of the base VO
    Scenarios what I feel you want,
    1. You would like to call the query of the base VO.
              - You can do this by using the method, xxVO.setQuery("  ");
              - Change the VO query as you need it
    2. You would like to access the structure of the base VO, which may be completely different from the extended VO
              - Create another alias of your base VO in the AM
              - Dynamically attach the view object to the AM.   AM.createViewObject("xxxVO","xxx.xxx.xxx.xxxVO ");
    You need to clearly explain your scenario for a better solution.
    BM

  • How to read the BI query from CRM system?

    Hi All,
    I have to read one BI query in CRM system. Can you please let me know how we can do that?.
    do we have any RFC present in BI system where I can pass the query name and get the result of the query in the CRM system?
    Kindly help.
    Also, do we need to make some configuration settings in CRM system to execute the BI query in CRM? If so, please let me know how we can do that?
    Regards,
    Vaibhav

    HI
    The People centic user interface is the user interface layer where the end user process the crm transactions etc.
    go to SE 80 transaction and select the application as BSP application becouse pcui is bsp based views. type crm_bsp_frame under the application field and you will get folders select the select.htm folder and right click on the mouse and click on test then you will get the popup window enter the crm system user id and password you will get the pcui floor plan for entire crm applications in the browser select the lead and opportunity transaction floor plan click on the new floor plan option. then the new popup window will open and finally you will see the lead transaction or opportunity transaction pcui view to work on . these pcui views url will inturn you can assign to the enterprise portal to log on to single sign on to EP and access the pcui application for crm marketing sales and service module areas as well along with the contact and account mangement for business partners creation screen.
    please do reward points if helpful
    Dinaker vikas

  • Calling custom BSP application from CRM PCUI

    Hi,
    We are using the CRM PCUI for channel partner management. Since PCUI framework has some limitations as to how the data is formatted in the layout such as no multiple value selection ( Being a generic framework using blueprint tables we have to use the predefined layout settings and positions) we want to call a standalone BSP application to maintain some of the data such as marketing attributes. We want to do this by providing a link to the standalone BSP application where the data can be maintained. Since we will be calling this application in the create mode of a new BP, is it possible to integrate the whole application as one logical unit ? I mean we want to commit the marketing attributes within the same 'save' methods of the pcui framework. Is this possible to do ? Any ideas or input is greatly appreciated.
    Thanks.

    Hi,
    we've already done a rework of the marketing attributes screen by using the technique I've described in my Weblog <a href="/people/gregor.wolf3/blog/2005/05/27/use-crm-pcui-html-viewer-to-call-a-custom-url">Use CRM PCUI HTML viewer to call a custom URL</a>. But it has one drawback: You can't use the Save button of the PC-UI applicaiton. You have to provide your own. But the usability enhanchement is rearly great.
    Regards
    Gregor

  • Call ITS SAP R3 from CRM WebClient using parameter NOHEADEROKCODE=1

    Good day,
    I need some help with an issue.
    We want to hide the command field in the SAP GUI for HTML using parameter ~noHeaderOkCode.
    [http://help.sap.com/erp2005_ehp_04/helpdata/EN/49/f7cf3f06bd3946e10000000a114084/frameset.htm]
    But we want to hide it only when we access the R3 transactions from the CRM WebClient, not in the rest of uses of R3 ITS SAP GUI for HTML. The CRM WebClient launchs some transactions of SAP R3 inside its web, and we want users not to call another transactions there by using the command field.
    I've been reading about alias and external alias, but not resolved our issue.
    I'll appreciate any help.
    Best regards,
    Martina

    Hi Martina,
    one option might be to create a ZWEBGUI service for your CRM WebClient. i.e A copy of the WEBGUI service with the parameter  ~NOHEADEROKCODE1 set in its parameters section.
    You could also then restrict  access to the NEW service to your CRM Users.
    See the WIKI:
    [How to limit access to an ITS service to specific users? |http://wiki.sdn.sap.com/wiki/x/1wCmB ]
    Regards,
    Oisin

  • Calling a webi query from xcelsius dashboard

    Hi Experts,
    I have created an xcelsius dashboard with a URL link to a detailed webi report.  I'm using open document to launch the webi query and with 1 parameter value to pass over from xcelsius to webi.
    The URL is http<server:8080/OpenDocument/opendoc/openDocument.jsp?mode=full&appKind=InfoView&isApplication=true&nbPrompts=1&sIDType=CUID&sRefresh=Y&iDocID=AbgeiGFRMSlGtxcmjJeCRJM&appKind=InfoView&service=%2FOpenDocumentls%lsSProject=$A2. 
    Cell $A2 contains the value of the project selected by the dashboard user.
    This URL does call the correct webi query but the webi query still prompts for the project.  The 'Project' prompt in my webi report is set as optional and I have ticked the 'Refresh on open' check-box before saving the webi query.
    How and what else do I need to do to by-pass the webi prompt for project?
    Please let me know.
    Thanks very much,
    Anthony

    Hi
    Place the url in one cell and your passing prompt in another cell.concatenate both the cells and pass that to your url button.
    eg:
    in cell I6: http://sever:8080/OpenDocument/opendoc/openDocument.jsp?sType=wid&iDocID=AaHo4EFB5rhPplDJTrHLM6o&sIDType=CUID&lsSPlant=
    in cell D5: 1002
    in cell I7: concatenate(I6,D5)
    Pass this cell to your Url button.
    Regards,
    Peri.

  • Calling a snapshot query from a portlet?

    From a portlet, I want to be able to use the EDK to get the results of a snapshot query and display these results in my own manner. Any ideas on how to do this? Looking in the nDocs, I can't seem to find any class in the Plumtree.Remote.PRC namespace to assist with this.
    Thanks in advance,
    Dan.

    First - I have to say I love the direction Plumtree is going with their products. I don't want to stuff below to be perceived as whining - just portraying our needs. The more I learn about 5.x the more impressed I am. That said...
    We'd be very interested in this as well. Part of our 4.5 WS -> 5.x upgrade analysis exposed some of the differences in publications and snapshot queries. Having a portlet interface into snapshot query properties/presentation would be really nice in addressing things the user community will see as "losses" in functionality. Some of the things our business analysts are concerned about:
    Maximum 10 items in a snapshot query: snapshot queries are a great way to surface data from a complex/distributed taxonomy. The 10 item limit make this more difficult.Multi-column display: The staff want to be able to control the # columns used to present the snapshot results.Porlet per snapshot query: The staff would like to be able to present multiple snapshot queries in a single portlet.General snapshot API: I could actually see this being pretty powerful in providing a way to leverage snapshots to provide "in context" results within a portlet. The reason I like it over a general search API is I can allow an admin to change the search attributes otuside of the code.Eric

Maybe you are looking for