BI query through EP

Dear Folks,
I have created all reports through BEx query designer..Is it possible to display these queries through EP.
If possible please let me know how to configure briefly in BI aswell as in EP.
If not..which queries are possible through EP.i mean(WAD or Bex)
Regards,
Sudhir

Hi sudheer,
You can publish all your queries on the portal and very easy  to do.Please check the links that may help you.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-dc96509db6f7
http://help.sap.com/saphelp_nw04s/helpdata/en/33/39fa40ee14f26fe10000000a1550b0/frameset.htm
Please rewards points for good answers.
Regards,

Similar Messages

  • Error  while executing query through rsrt

    hello experts,
    I am facing following error while executing one HR query through rsrt.
    "System error in program SAPLRRI2 and form REP_ASSIGN_INITIAL_OPT-01- (see long text) "
    while executing query through rsrt it automatically goes to debug mode, coming out of debug mode i get the screan showing above error message.
    What would be an issue?
    Regards,
    Nirav
    Edited by: Nirav Shah on Apr 21, 2008 8:19 AM

    Hi ramesh,
    I havent kept any execlusion selection. Though i saw long text, it is like this:
    "Diagnosis
    This internal error is an intended termination resulting from a program state that is not permitted.
    Procedure
    Analyze the situation and inform SAP.
    If the termination occurred when you executed a query or Web template, or during interaction in the planning modeler, and if you can reproduce this termination, record a trace (transaction RSTT).
    For more information about recording a trace, see the documentation for the trace tool environment as well as SAP Note 899572.
      Notification Number BRAIN 299 "
    Regards,
    Nirav

  • SPARQL query through Jena adaptor not work when string literals used

    Hi,
    When I executed the following SPARQL query through Oracle Jena adaptor:
    SELECT ?personHasFirstName WHERE
    {?personHasFirstName foaf:firstName ?name . }
    I got the expected results.
    However it won't return anything when I narrowed the query to match a particular name like below:
    SELECT ?personHasFirstName WHERE
    {?personHasFirstName foaf:firstName \"Julie\" . }
    I also tried the Filter approach:
    SELECT ?personHasFirstName WHERE {?personHasFirstName foaf:firstName ?name . FILTER (?name =\"Julie\") }
    It still doesn't return any results.
    I saw from the release notes about the bug dealing with "\". My guess is that the above behavior is caused by that bug. What is the suggested way to walk-around this? Thanks,
    Weihua

    Could you please try this? It works as expected on my machine.
    GraphOracleSem graph = new GraphOracleSem( oracle, modelName);
    ModelOracleSem model = new ModelOracleSem(graph);
    Node sub = Node.createURI("http://test.com/employee123");
    Node pre = Node.createURI("http://xmlns.com/foaf/0.1/firstName");
    Node obj = Node.createLiteral("Julie");
    graph.add(Triple.create(sub, pre, obj));
    String queryString =
    " PREFIX foaf: <http://xmlns.com/foaf/0.1/> " +
    "SELECT ?person WHERE { ?person foaf:firstName \"Julie\" . } ";
    QueryExecution qexec = QueryExecutionFactory.create(
    QueryFactory.create(queryString), model);
    try {
    ResultSet results = qexec.execSelect();
    while (results.hasNext()) {
    QuerySolution soln = results.nextSolution();
    psOut.println("runQuery: soln " + soln);
    finally {
    if (qexec != null)
    qexec.close();
    output snippet:
    runQuery: soln ( ?person = <http://test.com/employee123> )

  • Getting SQL*Net more data from client waits when running a query through web based interface

    Hi, you all,
    We are having this weird behavior when running query through web based interface, we get a lot of "SQL*Net more data from client" waits, the OEM indicates that the current wait event is SQL*Net more data from client
    It's just a very simple query wich invokes a db link.
    When I execute the same query on any PL/SQL tool like toad or sql developer it works fine, but that query inside an application executed through a web based interface, it hangs for ever.
    Where can I start looking for the problem.
    We are working on a 3 Node RAC 11gr2, both databases are on the same RAC.
    Thanks.

    Hi ,
    we managed to reproduce the case in test environment, below are the steps:
    1)have 2 databases on different machines, will call the first one local, the other one remote.
    2)in the local database create:
    a - DBLink to remote database.
    b - read data from remote database(we simply used select count(*) from dummy_table )
    c - insert data into a table on the local database
    d - terminate the connection between the 2 databases (disconnect either machine from the network)
    e - commit on local database.
    what we noticed was the following:
    1)when the local database is disconnected from the network(the machine is not connected to any network at the moment): almost immediately throws an error, and issuing the following:
    select * from dba_2pc_pending;we found some data .
    2) when the remote database was disconnected(the local database is still connected to the network):
    after 7-8 seconds an error is thrown, and issuing the following:
    select * from dba_2pc_pending;did not return any data.
    since this is pretty similar to our case ,we concluded that it's a network issue.
    is this the correct behavior ?
    as a temporary solution till the network issue is fixed ,we did the following:
    1) changed the call of the remote procedure to calling a local procedure that calls the remote procedure.
    2) added pragma autonomous_transaction to the local procedure.
    3) at the end of the local procedure rollback the autonomous transaction.
    it seems that since the global transaction does not use the DBLink database does not issue a 2PC commit.
    this works in my cases since the DBLink is only issed to read data.

  • Transport of infoset Query through Report RSAQR3TR

    Dear Hcm Gurus
    I have created query through sq01 and change functional area sq02 as per requirement in this query
    i have created additional fields in infoset in which i also assigned abap field code on newly created  data fields
    i also assigned new data fields to relavent field group as well
    but when i export and import as per mentioned procedures , additional data field are not imported in target client
    i have follow steps as mentioned
    Step 1
    Run RSAQR3TR in 'old' system. Select EXPORT and specify the objects to be transported. (System includes these in an automatically created transport request)
    Step 2.
    Release this transport and request it be transported to 'new' system. (This results in the entries being populated in transport table AQTDB in 'new' system).
    Step 3.
    Run RSAQR3TR in 'new' system. Select IMPORT and tick the Overwrite checkbox. Specify the transport number in the field labelled 'dataset with imports'.
    Kindly guide me urgently that how additional fields are transported in target client
    Regards
    Barket Ali Zafar
    SAP HCM Consultant
    Siemens Pakistan
    +92-0300-5521524

    yes
    but my question is ? that additional data field defineds in functional area /infoset are not importing ?
    Kindly guide me urgently

  • "Error #2032" while trying to import BEx query through SAP Netweaver BW connection in Dasboard

    Hi Team,
    BO server version: 4.1 SP3 Edge edition
    Dasboard Version: 4.1 SP3
    BI Version: NW 7.4 SP7 (ABAP only)
    We are getting Error #2032 while trying to import BEx query through SAP
    Netweaver BW connection in dasboard Xcelsius.
    Please suggest to sovle this error.
    Regards,
    Vinay Shrimali

    There are several notes about this error - please see http://service.sap.com/sap/support/notes/1856691
    http://service.sap.com/sap/support/notes/1801130

  • Junk characters displayed when viewing BEx query through WAD

    Hello,
    I am trying to display the results of a web report containing a BEx query through the "Execute in the Browser" option in WAD. But, junk Chinese characters keep showing up in the display. Also, if I try the same with one of the older web reports, they display fine. But, the moment I make a copy of these and execute without any modifications, the junk characters show up again.
    I tried executing through RSRT and there my report works perfectly. So, what could be going wrong or am I missing something?
    Thanks in advance!
    Menaz

    Thanks Emma.
    We figured it was related to the Unicode charset while I was going through the source code. I don't think there is any permanent fix yet. But, I followed the posting below and am trying to temporarily fix the error:
    Web Application Designer Appearing in Unicode (UTF-8)
    Thank you!

  • Execute Query through Variable

    I want to execute query through variable in Oracle Developer
    sql_text varchar(1000);
    sql_text:='select some query';
    How to execute this query text stored in sql_text variable?
    Regards,

    If your query returns only one row, you can use:
    EXECUTE IMMEDIATE sqltext INTO <list of into variables> USING <list of input bind variables>.
    If you query returns more than one row, you must open a cursor:
    - either with DBMS_SQL package
    - or declare a REF CURSOR and use OPEN ,FETCH, CLOSE:
    c REF CURSOR;
    OPEN c FOR sqltext;
    FETCH c INTO <list of into variables>;
    CLOSE c

  • Cannot open Query through BEX

    Hi all,
    I am on BW 3.5.
    I have a wierd problem when I try to open a query through BEx;
    as the variable entry screen comes up after I have selected a query, I can see the last opened workbook behind it.
    Then after I continue with the query putting in whatever options, the workbook opens.
    If I refresh, it tries to refresh the workbook, and there is no sign of the query.
    If I log on using a collegues user, BEx works as normal so, it must be down to the user settings or authorisations!!!
    Has anyone experienced this before.
    Thanks,
    Shane.

    Hi Suraj,
    If you want to execue your query, you can use the bex analyzer.
    If you are opening the query from query designer 3.x query in 7.0 fronend, it will get upgraded and then cannot be reveted.
    In your case this automatic migration might be havng some issues, owing to complexities.
    Please recheck.
    -Vikram

  • CRM 2011: Creating SQL Query through MSCRM

    I have been asked to create some kind of query through SQL to find all open opportunities that have an activity record associated to that opportunity.
    Is this something that can be done through SQL? If so how do I join these two tables together?
    Thanks in advance

    You can do this in SQL, though you can also easily access this directly in CRM using Advanced Find.
    When accessing data via SQL, the supported route is to use the filtered views, rather than querying the tables directly. Each entity has an associated filtered view, for example the opportunity entity has a filtered view called FilteredOpportunity.
    You can join opportunities to activities using the regaridngobjectid field on the ActivityPointer entity
    select * from FilteredOpportunity o join FilteredActivityPointer a on o.opportunityid = a.regardingobjectid
    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk

  • Start Saved Query through menuitem

    HI,
    I have saved different queries, stored in the "queries manager". But saved queries are only accessible through that queries manager. It is also possible to define a formatted search behind an EditText control.
    What I need is startup a saved query through code, by catching the button click event on a form or by catching a click event on an item in the modules menu. Are saved queries accessible through code?
    Has anyone done this before and tell me how I can do this?
    Thanks in advance
    Eddy

    Eddy,
    Maybe you'll find the following snippets useful.
    Just make sure that the name of your query is unique in the Menus -collection.
    HTH
    Juha
    -- snip ---
    SBOLaunchQuery("TheNameOfMyQuery")     
    -- snip ---
    Public Sub SBOLaunchQuery(ByVal strQueryName As String)
              Dim mnuitem As SAPbouiCOM.MenuItem
              mnuitem = GetMenuItemByTitle(strQueryName, SBOApplication.Menus)
              SBOApplication.ActivateMenuItem(mnuitem.UID)
         End Sub
    -- snip ---
         Public Function GetMenuItemByTitle(ByVal strTitle As String, ByVal mnus As SAPbouiCOM.Menus) As SAPbouiCOM.MenuItem
              Dim mnuitem As SAPbouiCOM.MenuItem
              Dim mnuitem2 As SAPbouiCOM.MenuItem
              On Error GoTo EndFunction
              If mnus.Count = 0 Then Exit Function
              On Error GoTo 0
              For Each mnuitem In mnus
                   With mnuitem
                        If .String = strTitle Then
                             GetMenuItemByTitle = mnuitem
                             Exit Function
                        Else
                             If .Type = SAPbouiCOM.BoMenuType.mt_POPUP Then
                                  mnuitem2 = GetMenuItemByTitle(strTitle, .SubMenus)
                                  If Not mnuitem2 Is Nothing Then
                                       Return mnuitem2
                                  End If
                             End If
                        End If
                   End With
              Next mnuitem
    EndFunction:
         End Function
    -- snip ---

  • Hyperlink query through UDF

    Hi experts,
    I d like to know if it's posiible to hyperlink a Sap B1 query through a UDF ? an if it's possible, how ?
    I have already set up the UDF but I dont know which adress I have to put in, in order to make open my query.
    Thanks in adavance for your anwer.
    Cordialement
    Sébastien TABORE

    Hi Sebastian
    If you're wanting to create a file from this query, then you could use the EFM format definition Add-on. This uses a 3 step wizard to create the file in a specified location.
    Regards
    Svend

  • Query Through Alerts Managments For Due AMount

    Dear All
    Hoew to create Query through Alerts Managments for due amount after completion of Due date of AR Invoice
    Edited by: tjoshi1982 on Aug 26, 2010 2:16 PM

    Dear tjoshi1982,
    May I ask you why you need this query?
    In SAP Business One there is the opportunity to use the Dunning Wizard. If the information regarding the dunning information for every customer are set, when the Dunning Wizard runs it will tell inform which customer is late and which document s/he has not paid yet.
    Please, let me know if this alternative is interesting for you and if not, please let me know why you need this query.
    Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • Identifying Technical name of a query through a portal link

    Hi,
    If from a portal link I see a BW report, how can I know its technical name so that I can access it in BEx to see the query definition. The title on the portal appears not to be helping.
    Thanks

    In the future, please do not post the same question more than once:
    Identifying Technical name of a query through a portal link
    Thanks!

  • Query through SQVI

    Hi all,
    I was trying to create a query through transaction Code SQVI
    I choose as a data source join table and basic mode
    Then I selected the table to joined and insert the propper field. After  I clicked  excute button, I see a   print screen when I have a Layout field from where I can choose some possible entry.
    My question is related to that because I can't understand what it is for and how I can proceede.
    please let me know
    Thanks

    Hi CMM,
    In SQVI after adding these required fields you need to get some out by giving some input.
    For .Ex: i am adding sales order tables for getting all information abt certain orders with in time period.( VBAK-VBAP-VBEP).
    In this scenario you need to join these 3 tables as you said. After completing this activity you need to come back you need to select certain check boxes i.e what should be the input and what should be the output. In SQVI Input is Selection Field and output is ListFields.
    In my example in VBAK i selected VBAK - ERDAT, ERNAM, AUART as a Selection Fields i.e. Input and VBAP - POSNR,MATNR & VBEP - EDATU,WMENG,BMENG,VRKME is List Fields i.e. Output.
    Then save the query and execute the query .
    After giving the input execute the button you will get some data where it gives all your required information in default layout format. If you want to get this report as per your requirement then please choose the layout icon and do the changes as u required and save it in your system as user specific or Default Setting.
    The SQVI is useful becasue instead of creating 'Y' report you can create query in SQVI when u save this query automatically one program will generate in back ground that program u can assign it to 1 customized t.Code and provide it to all users as report .
    If you ahve any query plz revert back...
    Regards,
    Durga Sana

  • Problem when trying to publish Query through BeX in Portal as iView

    Hi ,
    We are trying to publish BW 3.5 query in EP 6.0.
    when we are trying to publish the query as iView in portal, it gives the error message 'System Error'. The J2EE Error Log contains the following error :
    #1.5#001321FC0EDF001D0000000100000AF800042349427FEAFD#1164697462095#com.sap.security.core.server.jaas##com.sap.security.core.server.jaas#J2EE_GUEST#2##BID#AMARNATH_RR                     #6AA3FE0EADF14B2593F0019B1DB52607#SAPEngine_Application_Thread[impl:3]_17##0#0#Error##Java###Authentication stack: [].
    [EXCEPTION]
    #2#evaluate_assertion_ticket#javax.security.auth.callback.UnsupportedCallbackException:  Unsupported callback!
         at com.sap.engine.services.rfcengine.security.impl.RFCCallbackHandlerImpl.handle(RFCCallbackHandlerImpl.java:49)
         at javax.security.auth.login.LoginContext$5.run(LoginContext.java:812)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:808)
         at com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule.removeSSOHeader(EvaluateAssertionTicketLoginModule.java:736)
         at com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule.login(EvaluateAssertionTicketLoginModule.java:390)
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:69)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:154)
         at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90)
         at sun.reflect.GeneratedMethodAccessor206.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
         at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:60)
         at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113)
         at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:171)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#001321FC0EDF00140000000600000AF800042349427FF32E#1164697462095#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal()####BID#AMARNATH_RR                     #6AA3FE0EADF14B2593F0019B1DB52607#Thread[JCO.ServerThread-8,10,SAPEngine_System_Thread[impl:5]_Group]##0#0#Error##Plain###java.lang.RuntimeException: com.sap.engine.services.rfcengine.RFCException: Incoming call is not authorized#
    #1.5#001321FC0EDF00140000000700000AF800042349427FF40A#1164697462111#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal()####BID#AMARNATH_RR                     #6AA3FE0EADF14B2593F0019B1DB52607#Thread[JCO.ServerThread-8,10,SAPEngine_System_Thread[impl:5]_Group]##0#0#Error##Plain###java.lang.RuntimeException: com.sap.engine.services.rfcengine.RFCException: Incoming call is not authorized
         at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:188)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Landscape:We have both BW 3.5 and EP 6.0, SP 16 on the same instance in
    same physical machine. EP 6.0 works on J2EE engine as an add-in installtion.
    Steps we followed for the integration of EP with BW:
    1)Create RFC Destination in J2EE Engine:
    Parameters:
    Program ID: xyz
    Gateway host: abc.ad.company.com
    Gateway service: sapgw00
    Application server host:abc.ad.company.com
    System number: 00
    Client: BID
    Language: EN
    User: sapjsf
    Password: ********
    2)Maintain RFC Destination for SAP EP 6.0
    Parameters:
    RFC destination: SAP_EP
    Connection type: T for TCP/IP connection
    Description: SAP EP RFC Destination
    Technical Settings:
    - Type of activation: Registered server program
    - Program ID: xyz
    - Gateway host: abc.ad.company.com
    - Gateway service: sapgw00
    Logon/Security:
    - Send SAP Logon Ticket: Activated
    Special Options:
    Unicode
    3)Maintain Portal Server Settings for SAP EP 6.0 in table RSPOR_T_PORTAL
    in BW 3.5
    RFC destination: SAP_EP
    System name: BIDEV
    Default: Checked
    Portal URL prefix: http://abc.ad.company.com:50000
    RM prefix for BW metadata: <empty>
    KM service URL: <empty>
    P.S.:We have maintained one more dummy entry as per the SAP Note 815044
    in the table RSPOR_T_PORTAL.
    4)Maintain Single Sign-On in SAP BW
    In transaction RZ10, We have maintained following settings:
    login/create_sso2_ticket=2
    login/accept_sso2_ticket=1
    5)Export BW Certificate to SAP BW and
    6)Import BW Certificate to SAP EP 6.0
    We have followed the above mentioned two steps.
    7)Create BW System in SAP EP 6.0
    Parameters:
    Log on methods: SAPLOGONTICKET
    We have created the BW system and the Connection test in WAS Connection
    is working fine.
    8)Configure User Management in SAP EP 6.0
    This step is not maintained as our scenario does not demand it.
    9)Export Portal Certificate to SAP EP 6.0 and
    10)Import Portal Certificate to SAP BW
    This step is also maintained as per Performance Assistant guidelines in
    SPRO.
    The user that we are trying to log into BeX Web Query Analyzer is
    Amarnath_rr who has 'SAP ALL' rights and the same user in EP is assigned'Super Admin' as well as 'Content Admin' role.
    Can anyone throw any light on wat the error might be??

    Ricky,
    a couple of clarifications :
    1. Does the report execute independently on the web - when you execute in Query view over IE or through a web template
    2. Check if SSO is properly configured - you can check if SSO is enabled by using TCode STRUST in BW. - the status of PSE should be Green.
    Arun
    Assign points if useful

Maybe you are looking for

  • Spot colors not showing correctly in acrobat 11

    Spot colors not showing correctly in the output preview as well as the page correctly. I have a spot pms 295 on a page in a few different areas of text and backgrounds. The spot color shows on 1 of my backgrounds and text and a spot color on another

  • Question about FC Express

    Hi all. I have no FC experience.....just some iMovie putzing with the family video's. I do use Photoshop CS5 and have years of experience with Pro Tools and work in film/TV production so I am not a total stranger to filmmaking and audio production, u

  • HP printer hangs when

    Hello, I've added a USB printer via bonjour to my AEBS. The AEBS and printer are on a mobile cart, and are turned off several times a day. The AEBS is plugged in to several different ethernet jacks every day as well. The computers on the cart only co

  • Bluetooth and Libretto U100

    Has anyone else found the bluetooth functionality predominantly restrictive. There seems no way of exploring another device such as a mobile phone, PDA or another computer. I have the TOSHIBA LIBRETTO 108 with XP home and 30Gb HDD! Often I make notes

  • Hi all, please help me

    Hi Every one, I am Narasimha, i am new to XI can any one send me materials on XI & PI , Some faqs, This is my mail id [email protected] I would be very great to me if any one can send me some documents. Thanks and Regards, Narasimha Reddy