BEx Analyzer - No Entry Found.

Hi,
I have a problem with running a query with one laptop. But the same query can be run with another laptop.
In both laptops I have same windows xp and SAP GUI installed. I am connecting to the SAME BW Server through both laptops. The solution provider will be awarded by points. Thanks.

Daniel,
Yes I applied. I checked the version and it was 15 versions lower. then we apllied the new one which is few more higher than the one, which is executing the query. Also, say for example, if we have 5 querries in purchasing analysis and out of 5 that machine won't execute that particular one query. Also I re register the the wdbfodlg.dll with different file. Let me know if you have some thing other solution. Thanks.

Similar Messages

  • BEx Analyzer workbook working strangely with reset_area functionality

    Hi Experts,
    In my BEx Analyzer I have got an input ready query for planning. It displays data correctly. In my workbook I have a button for variables, a button to save the data to planned cube and a button for reset. For the reset button i have used the function reset_area.
    Problem - Reset button works clears the analysis grid with data. But once the data is saved reset button will not work. We have to click on the variables button to reset the grid. So again the variables screen will pop up. As a result the end user is confused. Is there a unique behavior for BEx Analyzer. User found that reset button is not working after saving a result.
    Is there any workaround for this. Please clarify on the issue.
    Thanks and Regards,
    Jerry

    Hello Jerry,
    Functionality of reset will work only before Save ,once data is been saved no reset operations can be performed.
    After Save only refresh is performed which can fetch you the data been saved .You can educate users that reset can be done only until save the data once data is been saved they can't system can't erase it completely however they can change key figure values.
    Can refer to link below:-
    http://help.sap.com/saphelp_bpc70sp02/helpdata/en/45/9d0fbe42c40063e10000000a11466f/content.htm
    Hope it may help.

  • Automated start of Excel BEx Analyzer via Web VBScript

    Hi all,
    at first... all the versions:
    SAPGUI 6.40 Patch Level 19, BW 3.5 Addon Patch 9, BI 7.0 with NetWeaver 2004s, Excel 2002 SP3.
    I got the following working code to start Excel out of our Intranet, start the BEx Analyzer and connect to our BW:
    <html>
    <head>
    <title>Excel Script</title>
    <SCRIPT LANGUAGE="VBScript">
    sub bwreport()
    Dim app
    Dim myConnection ' As Object
    Dim logonToBW2 ' As Boolean
    ' Launch Excel
    set app = createobject("Excel.Application")
    ' Make it visible
    app.Visible = true
    ' Open xla file
    app.Workbooks.Open("C:ProgrammeSAPFrontEndBWsapbex.xla")
    app.Run("SAPBEX.XLA!sapBEXinit")
    ' Logon to BW
    logonToBW2 = False
    Set myConnection = app.Run("SAPBEX.XLA!SAPBEXgetConnection")
    With myConnection
    .client = "001"
    .User = "myuser"
    .Password = "mypw"
    .Language = "de"
    .systemnumber = "00"
    .ApplicationServer = "xxx.xxx.xxx.xxx"
    .UseSAPLogonIni = false
    .Logon 0, True
    If .IsConnected = 0 Then
    MsgBox "Verbunden"
    .Logon 0, False
    If .IsConnected <> 1 Then
    MsgBox "Fehler beim Verbinden"
    End If
    End If
    End With
    app.Run("SAPBEX.XLA!SAPBEXinitConnection")
    logonToBW2 = True
    ' Give the user control of Excel
    app.UserControl = true
    end sub
    </SCRIPT>
    <P> </P>
    </head>
    <body>
    <button onclick= "bwreport()">Alternative Excel</button>
    </body>
    </html>
    I'm still working on two issues here and hope you can help me:
    1.
    app.Workbooks.Open("C:\Programme\SAP\FrontEnd\BW\sapbex.xla")
    The Webscript will be used by many BW-Users so the full installation path is not the same for all users. Is there a way to start the Analyzer without the full path ?
    When I start Excel with "Excel.Application" via OLE out of my Script, then BEx is not automatically loaded, that's why I need the above line.
    But when I start Excel manually, it's loaded automatically. So there has to be some way Excel "knows" the location of an installed BEx Add-In. Maybe there is some addition to say Excel to start all it's usual Add-Ins, or to start in standard behaviour ?
    2.
    app.Run("SAPBEX.XLA!sapBEXinit")
    Before I added this line, I always got the BEx Analyzer title "xxxsapbexxxx" and was unable to use any macros or functionality of the BEx Analyzer.
    I found hints and code examples to use "RunAutoMacros" so sapbex.xla is fully initialized but wasn't able to make it work in my code.
    So I checked the macros of sapbex.xla and "sapBEXinit" seems to do the job although I'm not sure if this is a complete/clean initialization of the sapbex.
    Thx,
      Thomas
    Message was edited by: Thomas Kassumeh
    Message was edited by: Thomas Kassumeh

    Welcome to SDN.
    First of all thanks for sharing the script, good work.
    coming to your first question.
    you can get the path by reading the system registry
    its under <b>"SAP.BusinessExplorer.Analyzer\path"</b>
    if you analyze the FM "RSAH_LAUNCH_EXCEL" in BW system, you can get the logic for your script.
    Regards
    Raja

  • BEx Analyzer :SAPLOGON_ID 'SAP BW7' not found in saplogon.ini

    Hello,
    The  BEx Analyzer can't connect to my BW System , I got the following error:
    Error Group
    RFC_ERROR_PROGRAM
    Message
    SAPLOGON_ID 'SAP BW7' not found in saplogon.ini
    The following is the copy of saplogon.ini:
    =================
    [Configuration]
    SessManNewKey=2
    [EntryKey]
    Item1=
    [Router]
    Item1=
    [Router2]
    Item1=
    [RouterChoice]
    Item1=0
    [Server]
    Item1=xxx.xxx.xxx.com
    [Database]
    Item1=01
    [System]
    Item1=3
    [Description]
    Item1=SAPBW7IDES
    [Address]
    Item1=
    [MSSysName]
    Item1=BW7
    [MSSrvName]
    Item1=
    [MSSrvPort]
    Item1=
    [SessManKey]
    Item1=-1
    [SncName]
    Item1=
    [SncChoice]
    Item1=-1
    [Codepage]
    Item1=1100
    [CodepageIndex]
    Item1=5
    [Origin]
    Item1=USEREDIT
    [LowSpeedConnection]
    Item1=0
    [Utf8Off]
    Item1=0
    [EncodingID]
    Item1=DEFAULT_NON_UC
    [ShortcutType]
    Item1=0
    [ShortcutString]
    Item1=
    [ShortcutTo]
    Item1=
    [ShortcutBy]
    Item1=

    I had the same issue with SAP Logon 7.30 patch 11,  have looked in everything: internet, SAP Notes (1709502 for version 7.30), reinstall SAP from scracth, applied all patches available (11 so far) and nothing.
    In the end I just removed the 'incorrect' entry and create again from scratch and voila, no more error.

  • BEx Analyzer Error "NO APPLICATION DATA FOUND".

    Hello Experts,
    I have a problem, when i am going to create a query in BEx analyzer.
    I got this Error "NO APPLICATION DATA FOUND".
    I already check that Particular InfoCube, The Cube is fine and also it contains Data.
    But the Problem begins Same.
    Thankyou,
    Kshitij Deshmukh

    Hello,
    I have solved this problem on my own.
    Solution: 1st check your target over query is excuting...there is data or no... in Tcode  "LISTCUBE".
    Then data is available... or not.
    If every thing is ok...then dorp the query....create anothor and checked by only 2 fields....if is working then ....comptele it.....if data is there then no problem....report should run...
    check ur data is ready for reproting.... i means reporting icon is available or not.????
    If the Problem begin Same "NO APPLICABLE DATA FOUND".
    Then the Problem in Loading.
    2. Click on cube choose manage tab...there will be reproting symbol....
    Need to check each steps if data is there or Report not running....
    Finally delete the request then again load the data..and icon should come automatically...
    3. There is R and below one excel sheet fighre...icon
    4. Go and make a Report in BEx Analayzer..
    Data will fetching Automatically....
    Thank you
    Regards
    Kshitij Deshmukh

  • Max number of entries in the variable input list (F4) of Bex Analyzer Query

    Dear BW experts,
    When I run the Bex Analyzer query, it pops up the variable input screen.
    If I don't know the specific value of the variable, then I can click on the input help (F4) to get a list of available values.  There is a max number of entries coming back to the list.  For my BW system, it is currently returning 500 values.  For other people and SAP Help document, it could be 1000.
    My question is: Do you know where we can configure/set this max value? Is it a global setting?
    Thanks in advance for your help in this matter.
    Kevin-

    Murali & Pra,
    Thanks for both of your answers.  I think the answers that you provided are for BW 7.X version.
    It is flexible and exactly the way it should be for each user to customize a specific variable.
    I am running BW 3.5 query, and don't see the "Settings" option/button after I got the list of single values back.
    Is there a way to set this up for BW 3.5 query Analyzer?  My max value is always 500 for all variables.  Is there a place for setting this value and save for the next time.
    Any help from any BW experts is appreciated.

  • BEx Analyzer (SAP BW 3.x) - No Applicable Data Found

    Hi,
    currently, i now access my BI Server remotelly and my local pc is install with Netweaver 2007s, and i try to do a tutorial on SAP BW. like create infosource, infocube and etc but when i finish creating the infocube and try to make a new query on BEx Analyzer (SAP BW 3.x), and seem like it cannot display anything the errors is as follow "No Applicable Data Found" so now i suspect is either drivers problem or access right problem.. beside that i do make an Installation Check On BEx Analyzer  on Business Explorer after that i display this few red alerts.
    Filename                   Version on PC
    <b>BW Components</b>     
    sapbex.xla                     Not found
    sapbex0.xla     Not found
    sapbexc.xla     
    <b>OLE for OLAP</b>     
    mdrmdlg.dll     Not found
    mdrmsap.dll     Not found
    mdxpars.dll     Not found
    saprfc.ini                     Not found
    scerrlkp.dll                     Not found
    <b>SAP GUI core components</b>
    sapfctrl.dll                     Not found
    sapfcust.exe     Not found
    sapfdraw.dll     Not found
    sapfewrm.dll     Not found
    sapfhook.dll     Not found
    wonder could anyone advise me on will this few components result i unable to display the data? if really i need those component how could i download it or should i reinstall it...
    anyway for access right part, currently i not the super user account will it affect the query??

    Hi Ram,
    My dimension table i check already in the Data Warehousing WorkBench the data is sufficient.
    even i also check on My Fact table, it has also data loaded in.
    but then problem is i unable to display data out.
    as according to the book, i follow it should be display out the whole information.
    Regards
    Jia Jun

  • User Entry in variable screen in BEX analyzer

    If we open a query in the Bex analyzer (BI 7.0), it seems only possible for us to enter variables in the dialog screen after the pushbuttons Ctrl + K for each variable. Is it possible to change the default setting in the BEx analyser variable screen, so that the variables are ready for input (without the ctrl + k)?
    Looking for any help on this.
    Thanks,
    Joe

    Hi Joe,
    We recently went though the same issue. You need to install the last patch for SAP GUI (Patch 4) and the BEx 7.0 Front End (Patch 2). After you install them all variables will be ready for input without the need of using CRTL + K. We got the installer files from our basis team the names are GUI710_4-10002995.EXE and BI710SP02P_201-10004472.EXE.
    I will work for sure !!!
    Regards,
    Raimundo Alvarez

  • The BEx Analyzer cannot generate VBA code due to the security settings

    Hello experts,
    when I try to open a query in BEx Analyser I get this error message for each Item of the Query:
    Diagnosis
    The BEx Analyzer cannot generate VBA code due to the security settings.
    System Response
    VBA code is not generated.
    Procedure
    Choose Tools -> Macro -> Security.
    On the Trusted Publishers tab page, select Trust access to Visual Basic project.
    Choose OK.
    Close the BEx Analyzer and continue working as before.
    Access to Visual Basic project is only needed when generating VBA code.
    This only takes place in design mode or when 3.x workbooks are upgraded.
    Of course I did exactly what was recommanded in the "procedure-section" of this error message. But BEx ist still not working!
    I use SAP NetWeaver 7.0 together with MS Excel 2007
    Thanks
    Axel

    Hello experts,
    I am an additional person interested in the way this issue was solved.
    I confirm that the issue is coming from the SP2 of Microsoft Office (I have another environnement without the SP2 and everything works well), and I am in a situation where I can't remove the update.
    Regards
    Guillaume P.
    EDIT :
    Solution found : I applied the bi710sp10p_1001-10004472.exe patch
    (downloaded via the download maanger : Support Packages and Patches - Entry by Application Group" SAP Frontend Components" BI ADDON FOR SAP GUI" BI 7.0 ADDON FOR SAP GUI 7.10)
    Edited by: GUILLAUME PETIAUX on Apr 13, 2010 10:29 AM

  • SD Query Install - No Entry Found Problem

    Gurus,
    I have this weird problem in Bex. I installed around 15  Business Content SD query and transported to the assigned Z package. I was able to view the query and have data populated last week.
    But recently when i tried to open a particular sales revenue query it says "No Entry Found". The strange thing is that i am able to see the query in the drill down infoarea list. Moreover i checked the query in RSRT1 and ABLE to run it.
    Any idea about what is wrong? Even i tried to reinstall it but the same problem again for a particular query.
    Shreya

    Hi, if you have transport query just rightnow, then just close the screen and then again open RSRT and execute the query,,,
    OR just check the system you are watching for data is proper(i.e. if you see the data in analyzer for PD and in RSRT for DV) or not, (Sometime it may be happend)
    Just check it out users are same or not?
    Regards,

  • Variable window not showing through BEx analyzer

    HI Experts,
    I am facing a weired situation with one of the variable.
    I have a Customer Exit variable which is Input Ready and entry is Mandatory, i wrote some code in CMOD to fetch default values through I_STEP=1 and my requirement is that user should able to change the values if needed.
    now, the problem is, I can able to get the variable input screen when i execute the query through RSRT with Query display mode as HTML. But when i execute the same query in BEx analyzer or through RSRT with different Query Display modes like List/Bex Analyzer am not getting the variable input screen.
    The variable is taking the default value generated through CMOD code and the same values are being used in determining the query output..
    Please suggest me what do i need to do inorder to view the Variable input screen in BEx analyzer.
    I am using BEx Analyzer 3.x for the queries and working with
    SAP Version   -
       SAP EHP 1 for SAP NetWeaver 7.0
    DB:                  -
       ORACLE 11.2.0.2.0
    OS                   -
        AIX

    I found the solution in one of the SAP notes and the issue is resolved.
    We used Note: "1609237" to resolve the issue. Hope this might help anyone who faces this same problem..

  • Using button control in BEx Analyzer to filter on multiple items

    I'm trying to create a button control in BEx Analyzer to duplicate the following command:
    DATA_PROVIDER=*&FILTER_IOBJNM_1=<StructureID>&FILTER_IOBJNM_2=<StructureID>&FILTER_IOBJNM_3=<StructureID>&FILTER_VALUE_1=<Item1>&FILTER_VALUE_2=<Item2>&FILTER_VALUE_3=<Item3>&MULTI=X
    where <StructureID> is the technical name (the 25-character alphanumberic string) of the structure I want to filter on, and the three items within the structure have technical names <Item1>, <Item2>, and <Item3>. This command works fine on the web, but when I set up a button in BEx Analyzer with the following attributes, it only filters on one item:
    Name             Index  Value
    CMD              1         SET_FILTER
    DATA_PROVIDER    1         DP_1
    FILTER_IOBJNM    1       <StructureID>
    FILTER_VALUE     1       <Item1>
    CMD              2         SET_FILTER
    DATA_PROVIDER    2         DP_1
    FILTER_IOBJNM    2       <StructureID>
    FILTER_VALUE     2       <Item2>
    CMD              3         SET_FILTER
    DATA_PROVIDER    3         DP_1
    FILTER_IOBJNM    3       <StructureID>
    FILTER_VALUE     3       <Item3>
    Any ideas?
    Thanks,
    Jason

    Jason,
    thank you for the information. This morning I found out myself by checking the 3.5 Web API Reference which basically offers everything I need.
    To facilitate data entry you could try using a reference command area somewhere in your excel sheet where you can easily enter the command data and also can make use of copy/paste. I tried this and it works fine - much better than to enter the values in the dialogue.
    Best regards
    Thomas

  • Error with BEx Analyzer

    I am getting the following errors when launching BEx analyzer. What do I do to solve this"
    Error Group
    RFC_ERROR_PROGRAM
    Message
    SAPLOGON_ID 'BID - Netweaver 7.0 EHP2 BI' not found in saplogon.ini

    check if you are to logon to Query designer for the same system and client. I guess you will not be able to correct.
    Most probably, entry for the system is missing in the ini file. check if you are able to connect to Bex analyzer on some other system. If yes, copy the INI file from that system to your system.
    you should be able to ini file
    C drive > Program Files > SAP > Front End
    Regards,
    Gaurav

  • Error with BEx Analyzer to open

    Hi,
    I am facing with this error message with the BEx Analyzer (Office 2007) when trying to open any query.
    " A critical program error occured. The program has to close. Please refer to the trace for further information".
    The patch level of GUI is 5(SAP GUI Final Release) and patch level of BEx Analyzer Support Package 0, Revision 461.
    I really tried many different options from SAP Notes etc, but did not work. Please let me know if there is anyone faced with this situation or anything that I can do?
    Reward points will be assigned.

    Hi Kumar,
    The critical program error means the frontend installation is not proper.
    You need to check the frontend installation as per note 918394 and ensure that all the dlls are green and the frontend patch is latest.You can use GUI 640 with BI 7.0 frontend.
    Which front-end version you are using.The frontend patch level is found in the BEx Analyser -> BEx Tool-Bar
      -> yellow question mark -> Help -> About => Version <xx> Patch <xx>
    Please goto
    -> service.sap.com/patches
    ->entry by application group
    ->SAP Frontend Components
    ->SAP GUI FOR WINDOWS
    ->SAP GUI FOR WINDOWS 6.40
    ->SAP GUI FOR WINDOWS 6.40
    ->Win32
    ->Apply the latest patch..1600
    This should resolve the issue..ensure .net and other prerequisites are installed as per note 877774.
    Rgds
    Manoj Kumar

  • Error when starting Bex analyzer

    Hi All!
    We have a world wide BW-SEM application. In one country they get the following error message when starting Bex analyzer:
    <install error> Missing ActiveX component: Business Explorer Global Services
    Does anyone have a hint on what to do?
    Thanks for your help!
    Best Regards
    Pontus

    hi
    try to check with SAPBEXC.xla
    and take a look oss note 585643
    may need to manual register .dll with regsvr32
    Do an Installation check of the BEx Analyzer as follows:
    In the bex analyzer menu, Business explorer -> Installation Check -> Once the excel sheet opens, press the start button to start the check. Check the entries in red to see any missing/old ocx, dlls.

Maybe you are looking for

  • How to get the value from a JavaScript and send the same to Java file?

    Hi. How to get the value from a JavaScript (this JS is called when an action invoked) and send the value from the JS to a Java file? Thanks and regards, Leslie V

  • Wireless Network Printing Solution

    Yesterday I discoverd a solution that allows you to set up a HP Photosmart C7200 Series (Model Number: SDGOB-0713) on a wireless network... This is related to an issue we had printing from an iMac, MacBook Pro and a Mac mini to two different identica

  • Key Figure values based on characteristic Drill-downs

    Hello All, I have Issue with my drilldown options in the report. The values of Sales qty need to change at particular drilldown. I have Sales Revenue and Sales QTY key figures in my DSO with  plant, factory, customer and Business type (Values A, B, C

  • Regarding Payment History..

    Hi Everybody,         I need to filter the payment history data in report RFDOPR20 according to division under on customer(customer may have more than one division). As in this report payment history data is coming from KNB4 table based on customer n

  • Err while initiating travel form in pr05 after upgrade from ECC5.0 to 6.0

    Hi gurus, I was trying to simulate a trip in pr05. the err "err while initiating travel form" prompt up while initiating. This err only occurs after our ecc upgrade from 5.0 to 6.0. Before it was fine with Standard Travel Form. Does anyone of you kno