Query Bex Problem

Hi,
I have a problem when I open a query Bex With 7.0 BW.
There is a Analyzer Message Popup with this error:
! Creation of Item TEXTELEMENT_23 Failed
! Creation of Item TEXTELEMENT_2 Failed
! Creation of Item TEXTELEMENT_4 Failed
! Creation of Item TEXTELEMENT_5 Failed
! Creation of Item TEXTELEMENT_6 Failed
! Creation of Item TEXTELEMENT_7 Failed
! Creation of Item NAVPANEL13 Failed
! Creation of Item TEXTELEMENT_30 Failed
After installation check there aren't problems.
Excel Version is      11.0  8169 (001)
Windows Version is     Windows XP Service Pack 2 (2600)
SAP GUI 6.40 13 or higher
Version on PC     7.00 Patch 1502
This problem refers only to one PC CLient.
On others PC there are no problem.
Can you help me?
Thanks.
Davide

Hi
We have seen these issues when doing certain things when disconnected from BW, eg. renaming of excel tabs where the query is inserted etc. then you are likely to see this issue. 
"The "new" 7.0 Analyzer works with a complete different paradigm
than the "old" 3.X one - now an Excel sheet is seen as a "container"
containing items (similar as in the WAD) whereas the old analyzer
works more cell-oriented. Therefore a much stronger dependency now
exists between the items and the sheet, and that's why you can't
rename sheets when the Analyzer is not running.
So in the end this means that we haven't "removed functionality"
but due to a different implementation some things behave different
or can't be used as in the older version."
Hope this is of use.

Similar Messages

  • RSBBS Query BEx to URL issue

    Hi,
    I'm creating a RRI from a Query BEx to a URL.
    It's almost working fine, the problem is that when transferring values, in the URL appears the infoobject technical code, and it shouldn't.
    Here an example:
    URL receiver:
    http://...M_MODE=DISPLAY&SAPSRM_BOID=0050568301751EE4B4F425D2C3AFB8E7
    Being 0050568301751EE4B4F425D2C3AFB8E7 the value I want to transfer. The InfoObject is 0BBP_SCGUID.
    But when I jump from Query BEx to URL, it appears as follows:
    M_MODE=DISPLAY&SAPSRM_BOID=0BBP_SCGUID=0050568301751EE4B4F425D2C3AFB8E7
    As 0BBP_SCGUID= appears in the URL, this is not recognized any more.  Do you know how to do to remove the infoobject technical name from the URL?
    Thanks a lot

    Hi,
    Already solved
    I thought it was going to take longer, but no.
    But I did is, in URL, I removed the part "&SAPSRM_BOID="
    Then, in RRI assignements, in infoobject name I named it as SAPSRM_BOID as 0BBP_SCGUID. Ans solved!

  • About query related problem

    hi ,
           we are generate query in 2005b,and procced for execuite query.following problem occure'<b>odbc sql server driver'[sql server] syntax error the converting the nvarchar value' 70302/20307' to column of data type int received alert OAIB</b>
    QUERY SHOWN BE AS FOLLOW.
    SELECT T5.DocNum as'Po. No. ', T5.DocDate as 'Po Date',T0.CreateDate,T5.NumAtCard as 'Man.PO. No/ Dt.', T0.DocNum as'AP No. ', T0.DocDate as 'AP Date',T0.NumAtCard as 'Vendor Ref. No.', T0.U_vbdt as 'Vendor Ref. Date', T0.CardName as 'Vendor', T1.Dscription as 'Item',  T1.Quantity AS 'QTY'  , T1.Price as 'Basic Rate', (T1.Price *T1.Quantity) as 'Value',T0.Comments as 'Po No. & Po.Dt.' FROM OPCH T0 INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN OPDN T3 ON T2.CardCode = T3.CardCode INNER JOIN PDN1 T4 ON T3.DocEntry = T4.DocEntry INNER JOIN OPOR T5 ON T2.CardCode = T5.CardCode INNER JOIN POR1 T6 ON T5.DocEntry = T6.DocEntry INNER JOIN OITM T7 ON T1.ItemCode = T7.ItemCode INNER JOIN OITB T8 ON T7.ItmsGrpCod = T8.ItmsGrpCod WHERE (  T1.BaseRef  =  T3.DocNum )  AND ( T4.BaseRef =  T5.DocNum ) AND (  T0.U_vbdt >=[%25]AND  T0.U_vbdt <=[%26]) AND ( T4.Dscription =T1.Dscription ) AND ( T4.Dscription = T6.Dscription  ) AND  (( T1.Dscription=[%0] OR T1.Dscription=[%1] OR T1.Dscription=[%2] OR T1.Dscription=[%3] OR T1.Dscription=[%4] OR T1.Dscription=[%5] OR T1.Dscription=[%6] OR T1.Dscription=[%7] OR T1.Dscription=[%8] ) OR ( T0.CardName=[%10] OR T0.CardName=[%09] OR T0.CardName=[%27] OR T0.CardName=[%28] ) OR ((  T8.ItmsGrpNam =[%11]  oR T8.ItmsGrpNam =[%12] OR T8.ItmsGrpNam =[%13] OR T8.ItmsGrpNam =[%14] OR T8.ItmsGrpNam =[%15] OR T8.ItmsGrpNam =[%16] OR T8.ItmsGrpNam =[%17] OR T8.ItmsGrpNam =[%18] OR T8.ItmsGrpNam =[%19] ) and  ( T7.U_FirmName =[%20] OR T7.U_FirmName =[%21] OR T7.U_FirmName =[%22] 
    oR T7.U_FirmName =[%23] OR T7.U_FirmName =[%24] )) )

    Hi Vishal,
    the value '70302/20307' is not an whole number so converting it to an int is not possible.
    You should check your data for this value an change your query or data.
    Regards
    Ad

  • Query designing problem while applying cell properties

    Hello Experts,
    I have a problem while designing query. Problem is as follow:
    I have a calculated field on key figure column. This key figure calculates variance between 2 columns.
    for E.g I have 2 columns Budget and Actual and third column is %Variance which should be          
    1. ((Actual - Budget)/Budget) *100 or
    2. ((Budget -Actual)/Budget)*100, depening on some values on the row i should use any of these 2 formulas but the result should be dispalyed in single column % Variance.
    how can i change the formula in key figures depending on these conditions. I can achieve this by applying cells but i dont want to do so as it is very complex way to desing these queries.
    also let me know applying cells on query affects its performance or not?
    Regards,
    Nirav

    Hi Nitin,
    Your reply may help me.
    But my exact requirement is not that. Requirement is as follow:
    I have created Char. Structure in row which contains few rows as revenue and few rows as expense.
    I created them by creating selections. Now in case of expense the variance should be                (Budget-Actual)/Budget *100.
    In case of revenue variance should be (Actual-Budget)/Budget *100.
    So, here i have to find out revenue & expense char. iresspective of which one is greater.
    Regards,
    Nirav

  • Query has problem

    Below query has problem .
    Pls see the queries for Usage Summary with Partition and Without Partition
    . I have executed this now so it may be in Buffer …****
    DB Query ... SUM from event objects, bin variables
    SELECT sum(amount) , sum(quantity), event.poid_type,ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,ebal.
    rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
    FROM event_bal_impacts_t ebal, item_t item, event_tevent*
    WHERE event.item_obj_id0 = item.poid_id0****
    AND ebal.obj_id0 = event.poid_id0****
    --                   and event.Poid_id0 >= 266838277921701888****
    --                 and event.Poid_id0 < 267928993456455680****
    --               and ebal.obj_id0 >= 266838277921701888****
    --             and ebal.obj_id0 < 267928993456455680****
    AND item.bill_obj_id0 = 148715294****
    AND ebal.product_obj_id0 = 27433706****
    AND ebal.account_obj_id0 = 146876519****
    AND item.account_obj_id0 = 146876519****
    AND event.poid_type like '%session/telco/gsm%'****
    AND ebal.impact_category <> 'Free'****
    AND resource_id not in (select resource_id from
    resource_id_t)****
    group by****
    event.poid_type, ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,****
    ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
    IMPACT_CATEGORY****
    order by****
    ebal.resource_id desc;****
    SELECT sum(amount) , sum(quantity), event.poid_type,ebal.
    resource_id,****
    event.service_obj_type, event.service_obj_id0,ebal.
    rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
    FROM event_bal_impacts_t ebal, item_t item, event_tevent*
    WHERE event.item_obj_id0 = item.poid_id0****
    AND ebal.obj_id0 = event.poid_id0****
    and event.Poid_id0 >= 264199450015039488****
    and event.Poid_id0 < 265237388991660032****
    and ebal.obj_id0 >= 264199450015039488****
    and ebal.obj_id0 < 265237388991660032****
    AND item.bill_obj_id0 = 148715294****
    AND ebal.product_obj_id0 = 27433706****
    AND ebal.account_obj_id0 = 146876519****
    AND item.account_obj_id0 = 146876519****
    AND event.poid_type like '%session/telco/gsm%'****
    AND ebal.impact_category <> 'Free'****
    AND resource_id not in (select resource_id from
    resource_id_t)****
    group by****
    event.poid_type, ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,****
    ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
    IMPACT_CATEGORY****
    order by****
    ebal.resource_id desc;****
    --

    848478 wrote:
    Below query has problem .
    Pls see the queries for Usage Summary with Partition and Without Partition
    . I have executed this now so it may be in Buffer …****
    DB Query ... SUM from event objects, bin variables
    SELECT sum(amount) , sum(quantity), event.poid_type,ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,ebal.
    rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
    FROM event_bal_impacts_t ebal, item_t item, event_tevent*
    WHERE event.item_obj_id0 = item.poid_id0****
    AND ebal.obj_id0 = event.poid_id0****
    --                   and event.Poid_id0 >= 266838277921701888****
    --                 and event.Poid_id0 < 267928993456455680****
    --               and ebal.obj_id0 >= 266838277921701888****
    --             and ebal.obj_id0 < 267928993456455680****
    AND item.bill_obj_id0 = 148715294****
    AND ebal.product_obj_id0 = 27433706****
    AND ebal.account_obj_id0 = 146876519****
    AND item.account_obj_id0 = 146876519****
    AND event.poid_type like '%session/telco/gsm%'****
    AND ebal.impact_category <> 'Free'****
    AND resource_id not in (select resource_id from
    resource_id_t)****
    group by****
    event.poid_type, ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,****
    ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
    IMPACT_CATEGORY****
    order by****
    ebal.resource_id desc;****
    SELECT sum(amount) , sum(quantity), event.poid_type,ebal.
    resource_id,****
    event.service_obj_type, event.service_obj_id0,ebal.
    rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
    FROM event_bal_impacts_t ebal, item_t item, event_tevent*
    WHERE event.item_obj_id0 = item.poid_id0****
    AND ebal.obj_id0 = event.poid_id0****
    and event.Poid_id0 >= 264199450015039488****
    and event.Poid_id0 < 265237388991660032****
    and ebal.obj_id0 >= 264199450015039488****
    and ebal.obj_id0 < 265237388991660032****
    AND item.bill_obj_id0 = 148715294****
    AND ebal.product_obj_id0 = 27433706****
    AND ebal.account_obj_id0 = 146876519****
    AND item.account_obj_id0 = 146876519****
    AND event.poid_type like '%session/telco/gsm%'****
    AND ebal.impact_category <> 'Free'****
    AND resource_id not in (select resource_id from
    resource_id_t)****
    group by****
    event.poid_type, ebal.resource_id,****
    event.service_obj_type, event.service_obj_id0,****
    ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
    IMPACT_CATEGORY****
    order by****
    ebal.resource_id desc;****
    --Consider getting the asterisk key fixed, since it results in invalid SQL syntax

  • Concurrent Users for Query BEx

    Hi BW Experts,
    my concerns are related to the simultaneous access to a query BEx.
    On a total amount of 3000 users I have 300 concurrent users, launching the same query in the same time.
    Two are my issues:
    1 - how can I test the simultaneous launch of the query without involving 300 persons?
    2 - I think the performance of such a test will be not acceptable: what are the levers/parameters BW system gives me to increase these kind of performance?
    Thank you in advance for your help!
    Kind regards.
    Matteo

    To have 300 users start the same query at the exact same time is certainly unusual. Don't have any good suggestions on the "Hoe to test" question. This is a difficult question to answer with a short answer.  You have many performance options/considerations:
    Are the users running the exact same query with all the same input parameters? Pre-calculated web templates might be of value, this would cache precalculated web pages,  or consider scheduling the query and then distributing the results via e-mail using Information Broadcaster.
    If the result set is not unusually large, you may be able to schedule a run of the query and store the results in the OLAP cache, that way the Database does not need to be accessed - the users will get their results from the OLAP Cache (Server memory) which is very fast.
    This doesn't even begin to consider the hardware and landscape in place, e.g. are there multiple App servers?
    Depending on the approach, your bottleneck could be the DB server, it could be the App Server(s), or specific components of the App server.  A lot depends also on how much you mean that the users run it at the same time - all 300 at exactly the same time, within a 15 minute time period, an hour?
    A web query is probably a better approach than the BEx Analyzer (Excel)in this situation as it gnerates  considerably less network traffic.

  • Call of a query bex from a module function BW

    Hi,
    I have to perform call of a query BEX from a BW module function
    Is there a way to perform this call ?
    Thanks

    its possible, but what are you going to do with the result
    options: 1. use FM RRW3_WEBRFC
    this will return results in HTML format
    option: 2 use my custom FM which will return results in xml format
    /people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii
    option 3: use FM RRW3_GET_QUERY_VIEW_DATA
    you have to handle the return data to get it in two dimensional format
    Regards
    Raja

  • Failure to search - query window problem

    Hello again,
    Have anyone of you came across a problem with SAP search mechanism in query window attached to document field? I've created a simple query of "Select acctcode,acctname from OACT where acctcode like '2%' and postable='Y' order by acctcode" and attached it to one of document fields (doesn't matter which one). When I run this query a usual window poped up with a search field on the top, but when I typed "2" in it, selection bar moved right into first 231 account ignoring any of the lesser numbers. There is more - when I changed query to search for '5%' like accounts, I gained the same result - accounts less than 530 were ignored even if I typed "50" or "51". BUT - when I changed query sort order to "desc", all account became "findable".
    I got this problem in one database only which is SAP 8.8 PL10 version upgraded recently from 2007A one. I've checked with a newly created 8.8 and such problem hasn't occured.

    Hello Thomasz,
    I might be off base here, what happens when you use this??? 
    Do you get the same types of query window problem???
    Select
    acctcode,
    acctname,
    segment_0
    from OACT
    where Segment_0 like '2%'
    order by acctcode
    for browse
    Regards,
    Zal

  • Query  (bex) variants

    Hi,
    I've crated a variant for query bex, now I want to execute this query with this variant default setting.
    Moreover, if it's possibile, setting this variant default only for the user xxxx.
    Thanks a lot,
    Alessandro

    It is possible to do it through URLs where the query is called with a variant.
    To do it in BEx, it has to be through workbook or through custom VBA where the query is called with a variant. Haven't tried teh latter but should be possible. Have definately done the former.
    Another thing to explore is using authorizations but if it is for one user, then that won't work too well. Create another query instead, if it critical.
    Cheers
    Aneesh

  • BEx query change problem

    Hi there,
    In QA, when I try to open the local view or global view of a query in BEx, I am getting the following error/message
    "The following objects were not found when accessing the server.."
    -Press Repair to correct the problem(incorrect parts of the query are automatically deleted)
    If anyone has faced the issue kindly let me know.
    Thank You
    Ace

    Hi Ace,
    Welcome to SDN!
    It seems the objects mentioned in the message were not available in the dataprovider on which the query is based, hence the query designer is trying to correct this (which is a default behavior of the query designer).
    This can happen if you had those objects in the datatarget initially and both the datatarget/query were transported into QA initially, and subsequently any of those objects may have been removed from the datatarget definition, and when the latest objects are moved to QA, by default query designer detects it and prompts you for the correction.
    So, after validating the fact that those missing objects were removed for valid reasons from the corresponding datatarget definition, click on repair and you should be able to continue further.
    Hope it helps,
    Sree

  • BEx Query Execution problem

    Hi,
    I got a problem when I click Execute button in Query Designer to run a query. It popup a IE windows with a URL like below
    http:///irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=PM_SALES_ANALYSIS&VARIABLE_SCREEN=X&DUMMY=2
    Apparently, the URL is wrong. It seems it try to connect to EP server to run the query. But I donnot have a EP server. What I just want, the query running via BEx web service. The expected URL should be
    http://SERVER:PORT/sap/bw/bex?QUERY=PM_SALES_ANALYSIS&VARIABLE_SCREEN=X&DUMMY=1
    Some configuration in SAP BI 7 server,
    SICF --> test BEx service works fine
    RSPOR_T_PORTAL not maintained(No entry)
    Environment: Only SAP BI 7 without EP
    Is there anybody can help me on this? How can I check and configure to fix this problem? Thanks a lot in advance.
    Thanks
    Nanshu

    Hi Wang,
    You could check the setting in SPRO transaction through following path:
    in the SAP Reference IMG under SAP NetWeaver -- > Business Intelligence --> Reporting-Relevant Settings --> BEx Web
    You can also assign standard web templates to all your queries from here.
    Hope this helps.
    Regards,
    Vidya

  • Query opening problem in Bex analyzer

    Hi Gurus,
    I am getting this particular problem when trying to open same query from two different systems.
    I work from my home system on a query and save it and when i try to open the same query through my office system it throws out an error
    " this Query was opened in a higher version or diferent version " . It doesnt allow me to open.
    Please let me know if anyone faced the same problem and how did they solve it?
    thanks
    regards
    satish

    Satish,
    The reason must be one from the below.
    Either the excel version at home is advanced to that of your office,
    or The SAP front- end level may be different.
    Agian if you are working on the same system both at office and at home, it sometimes relates to the servers you logged into and the settings yo have on those servers.

  • BEX problem: F4 help to filter values of F4 value list at query execution

    Hi all,
    description of the problem we face:
    at query execution the selection pop-up appears and "ask" for values. To select those values I try the F4 button and receive a long list of e.g. vendors. (Our vendors are compounded to a special characteristic due to several sources.) To select now several individual values from the list I choose the filter button and try to shorten the list by searching with values of the atributes, here by 0NAME of the vendor. From the result shown I choose one value compounded to a unique value of the special characteristic, there are values for vendors which are the same, but  with different compound values and of course different meanings.
    When I mark one vendor value shown with his compounded value in front of the row, I expect the compounded value will be transferred to the selection pop-up too, but it won't!!
    Only the vendor is transferred, so the result of the query shows more information then wanted.
    Any solutions for this?
    Thank you in advance

    Hi Guido,
    I dont know any direct solution to your problem, a workaround is
    May be add a variable on the Special characterstics, and ask users to enter the Special character also along with your Vendor Code.
    As while selecting the vendor user already know special charater value, then can just enter it in Selection screen and restrict the output.
    Thanks
    CK

  • BEx web query execution problem

    Dear All,
    While running a BI query through BEx Query Designer, it is generating portal URL as:
    http:///irj/portal/ .....
    instead of standard format
    http://<hostname>:<port number>/...
    For our project, EP is out of scope. So, how can I make this work. (as far I know, /irj/portal points to a enterprise portal link)
    Please correct me where I'm wrong.
    regards, Sean.

    Hi,
    I did include the hostname, which in my case is the solaris zone name. It doesn't work.
    Moreover I am using template installer for BIPost Inst steps. Out of 17, I face error in step 12:
    Import ABAP Certificate to Engine
    Import not successful
    Element 'SAPConfigLib.BID.Unclassified.uploadAbapCertificate':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.BID.Unclassified.uploadAbapCertificate':Error during executing Java Reflection:Remote call errored.
    All other steps completed successfully. After all this work, when we execute query, it simply hangs in contrast to previous URL being generated.
    I guess we are leading somewhere. Could you help me with above error please.
    regards, Sean.

  • BEX Analyzer - Query Crashes Problem

    Dear all,
    I have consumption of 5 million customers. What i need to do is to group consumptions depend on groups:
    Lets say 0-100 USD 100-1000USD  1000-5000 USD in bex analyzer,
    my query works fine with less data, however when i run with 5 million customer, bex analyzer crashes when running query.
    What can i do that? should it be reletaed with ram? or olap cache? How to run query successfully?
    Thanks

    Hi
    Excel 2007 has got only one million no of rows. restrict your query as much as possible. We also faced the similar issue when executing query based on articles.
    Try creating different queries based on groups such as customer group or material group then execute. your system performance drastically goes down if you execute such a big query without many restrictions.
    Thanks
    Srikanth

Maybe you are looking for

  • IMac doesn't recognize Thunderbolt Display (after working as expected for months)

    I've been using this iMac / Thunderbold display combo for the better part of four months and everything has worked fine until today. After shutting the machine down and leaving the house for the day, I came home and hit the power button. Things sound

  • NIC Bonding not behaving as it should

    Hi Folks, am trying to setup NIC bonding on my VM (OEL5u6) having two virtualised NICs, i have done the setup which is quite simple however my active-backup mode is not working as expected. My Bonded interface [root@Gateway network-scripts]# cat ifcf

  • G/l balance sheet

    Dear All, in t-code fs10n my g/l acc is not balance in STO (Inter plant with same company code) the balance is occure my procedure is PO-DELIVERY & PICKING-BILLING -WRT BILLING EXCISE INVOICE DOING MIGO Actually in billing cenvat suspense is debit &c

  • Workflow notification

    Dear, How I can config. my workflow to send email notification to the proposed agent. i have configured SDT Purchase Requisition WF, and i want the system to notify the proposed Agent through email once it hits his inbox in SAP Business workplace.

  • Trouble Installing CS4 software, Error message keeps popping up

    I currently have Photoshop CS3 on my computer (Windows) and I'm trying to install the disc for Creative Suite 4, Design Premium. Before the installation even starts an error message pops up that states, "Can't find file:///E:Adobe%20CS4/resources/mai