Here is a solution for BEX analyzer NW04S layout - setFilterStyle

Hi all,
I had a problem with a workbook that contains multiple sheet with differebts queries.
The problem was, that the filter panel had the same style on each sheet. And like the number of charactéristics are different for each quey, the layout was not well.
To correct this :
- I have modify the  'setFilterStyle'  macro   and now, the filter panel is displayed correctly on each sheet.
I hope this solution will be able to help you ...
Regards,
Martine
Here is the modified macro:
'--- Reformat the Filter Area with the correct stlyes
Sub setFilterStyle()
Dim i As Integer
Dim lRange As Range
Dim lsheet As Worksheet
On Error Resume Next
'i = 16
'Calculate Filter-Area
'While Sheet4.Cells(i, 3) <> ""
'   i = i + 1
'Wend
'Filter Area
For Each lsheet In ThisWorkbook.Worksheets
    i = 16
    While lsheet.Cells(i, 3) <> ""
        i = i + 1
    Wend
  If lsheet.Range("C14").Value = "Filter" Then
    Set lRange = Range(lsheet.Cells(15, 3), lsheet.Cells(i - 1, 4))
    lRange.ClearFormats
    With lRange.Borders(xlEdgeBottom)
            .LineStyle = xlContinuous
            .Weight = xlThin
            .ColorIndex = 47
    End With
    With lRange.Borders(xlEdgeRight)
            .LineStyle = xlContinuous
            .Weight = xlThin
            .ColorIndex = 47
    End With
     With lRange.Borders(xlEdgeRight)
            .LineStyle = xlContinuous
            .Weight = xlThin
            .ColorIndex = 47
    End With
    With lRange.Borders(xlEdgeLeft)
            .LineStyle = xlContinuous
            .Weight = xlThin
            .ColorIndex = 47
    End With
     With lRange.Borders(xlEdgeTop)
            .LineStyle = xlContinuous
            .Weight = xlThin
            .ColorIndex = 47
    End With
    With lRange.Borders(xlInsideVertical)
            .LineStyle = xlContinuous
            .Weight = xlThin
            .ColorIndex = 47
    End With
    lRange.Interior.ColorIndex = 2
  End If
Next lsheet
' No more filter Area
For Each lsheet In ThisWorkbook.Worksheets
    i = 16
    While lsheet.Cells(i, 3) <> ""
        i = i + 1
    Wend
If lsheet.Range("C14").Value = "Filter" Then
  'Calculate Filter-Area
    l_old = i
    While lsheet.Cells(l_old, 3) = "" And l_old <= 200
        l_old = l_old + 1
     Wend
     Set lRange = Range(lsheet.Cells(i, 3), lsheet.Cells(l_old - 1, 4))
     lRange.ClearFormats
  End If
Next lsheet
End Sub
'--- Service Function to get the Name Object back
Private Function getName(i_name As String) As Name
   Dim l_name As Name
     For Each l_name In ThisWorkbook.Names
        If l_name.Name = i_name Then
            Set getName = l_name
        End If
     Next l_name
End Function

Hello,
You can set the default workbook as the SAP standard provided.
To do this, please open the BExAnalyzer and goto the
"Global settings" screen (Its on the BExAnalysis Toolbox menubar).
In the "Select Default workbook" tab click on the "Use SAP Standard"
button.
This would set the default workbook. Close Analyzer and reopen it.
It should work fine.
Some additional information for you:
The default workbook that is used can be seen in table RSRWBTEMPLATE.
Check the workbook that is assigned to your user. If there is a blank
workbook assigned to your user, this uses the SAP Standard Global
Wokrbook. If your user iD doesn't exist in this table, then it will use
the workbook assigned to the <blank> user id. If the <blank> user id is
assigned to <blank> workbook, this means that any user id that doesn't
have an entry in this table will be use the global workbook. Don't make
any manual updates to this table, but it can be used to see who is
assigned to what workbook. You should specify using the standard workbook
for your user id through the properties in the BEx Analyzer. Ensure that
the entry is updated in this table. Also, you will need to close BEx
Analyzer and log back on to see the change.
Regards,
Manjunath

Similar Messages

  • Setting Default Global Settings for Bex Analyzer 7 for all users

    We need to set default settings for Bex Analyzer Global Settings when we install SAP-GUI 7.2 in our user's workstations. The current default settings are that all of them are turned off. We would rather not have to run around and change each of our 1,000 user's settings.
    Ed:. Apparently [OSS Note 1254112|https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=1254112] discussed how to adjust Windows Registry settings to resolve this.
    Edited by: Charles Belt on Apr 28, 2011 10:01 AM

    Just so any one is looking for the correct solution and it worked for me.
    Small correction to the information in the OSS note 1254112.
    for setting the legacy version setting use the below string in the registry
    "LAUNCH_VERSION" = "LEGACY"  insted of "LaunchLegacyVersion"
    Kiran

  • Execute button for BEx Analyzer in the Query Designer

    Hello,
    My current BEx Query Designer 7.1 and we are using Excel 2003. Currently, I can execute query through BEx Web but I am also looking for green check button of BEx Analyzer also. Could you please tell me how can I incorporate/add this BEx Analyzer check box in Query Designer so that I can execute query both in BEx Web as well as BEx Analyzer.
    Thanks very much in advance.
    Regards,
    Md

    Hello Hyma/Prasanna,
    Thanks for your reply and it's solved my problem.
    If I logon BEx Analyzer and  open or changed query through it, I can see green check box in Query Designer. Now I can run query both in BEx Analyzer as well as BEx Web.
    Regards,
    Md

  • Problems installing SAP GUI 7.1 patch level 4 for Bex Analyzer

    Hi all,
    I have a problem installing the SAP GUI for BW - running office 2003, have tried to install without success.  The old Bex tools seem to work, but not the new ones and when opening any of the tools report designer or web application designer I get the error : System configured incorrectly.  The new functionality in Bex Analyzer do not respond when clicking on the icons.
    Thanks,
    Dirko

    Hello
    please download the compialtion 3 cd of sapgui 710.
    http://service.sap.com/installations
    Entry by Application Group
    SAP Frontend Components
      SAP GUI FOR WINDOWS
       SAP GUI FOR WINDOWS 7.10 CORE
        Installation
    Compilation 3 cd is delivered with the sapgui patch level 11!
    Also the sapgui patche you can find in
    http://service.sap.com/patches
    Best Regards
    Sven

  • Here is a solution for Captivate swallowing the first syllable of spoken text

    It happens occasionaly to me, using Captivate 8, that text which was generated by the text-to-speech feature is not fully audible when the slide is displayed (even in a preview!).
    I found the following solution for it:
    Go to the problematic slide
    In the top menu, click Audio | Edit | Slide
    Position the red Playhead cursor at the audio's start
    Click the "Insert silence" icon (the right-most icon under the Edit menu-item)
    A small pop-up window shows "insert 1 sec. at Playhead position".  Click OK.
    Click Save.
    Now when you replay the slide, there is a good chance that the first syllable of the text is audible.
    Nathan
    the Netherlands

    Yop, Swing version >= Swing 1.1.1 Beta 1
    has this feature, add HTML to JButton, JLabel, JToolTip ... etc
    And default JTree, JTable use JLabel renderer ==> so by default JTree, JTable also can use HTML too.
    And the furture of Swing will make Menu Item can set HTML text.
    :-)))

  • User Settings for BEX Analyzer - Max number of values displayed

    Hi Experts,
    we are trying to change the Maximum number of values that get displayed from 1000 by default to some other number.
    the setting windows that I refer to above can be reach by this path.
    When you open up a Query in Analyzer, you are prompted to Variable Entry screen, if you click on the select on the list box next to a field (double squre boxes) then on the next pop windown that opens on the top right there is settings button (guy's face and box) this should bring you to User setting window, here go to Value Restrictions tab, you will see 1000 selected under No. of Displayed values....we want this number to be different by default for ALL Users.
    What is the t-code or path to change this number in BW.

    Hi,
    its standard to have 1000 rows in sap BW 7.0. We can't change the default standard setting.
    Thanks,
    venkat

  • Issue with Data Provider name in variable screen for BEx Analyzer

    Hello all,
    We got an issue with Data Provider name in Variable screen in BEx Analayzer.
    We want to change the DataProvider name there to Description of the report instead of its Technical name.
    Any inputs are appreciated.
    Thanks
    Kumar

    You have to create a workbook to do this.
    Refresh your query/report. In Bex analyser, there is one toolbar named BEx design toolbox, If you are not able to see it in analyser, right click on the toolbar space of BEx analyser and click on BEx design toolbox. Here, goto to design mode, by clicking on a sysbol like 'A'. after that place the curser where you want to see the Query description. and click on insert text (T) in BEx toolbox. click on it and check "Query description" in constant tab. in the general tab you need to assign a dataprovider, for that assign your query name in workbook settings (in Bex design toolbox). also check the "display caption" in general tab.
    Pravender

  • Maximum Dialog Processes for BEx Analyzer

    Dear all,
    Does anybody happen to know if it possible to restrict the number of dialog processes for one BEx Session and if so where it can be maintained. We currently have the problem that one user executing a workbook almost uses all dialog processes in productive system.
    I appreciate your help, point will be forwared.
    Best regards,
    Thomas

    Hi Thomas,
    have a look at TCODE RZ10
    and
    [http://help.sap.com/saphelp_nw70/helpdata/en/83/b7f2c1a90e2f4dbcc162388f0227dc/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/83/b7f2c1a90e2f4dbcc162388f0227dc/content.htm]
    maybe helpful
    regards Sven

  • Here is a solution for Tags in Applescript

    Disclaimer: Try this at your own risk, if anything goes wrong it is not my fault
    I recently started programming with Applescript and thought I would try something that I miss from my Windows days. The ability to right click and choose create new text file. Mac OS X does not allow that so I turned to Applescript. I got to work. There are many people who wish to do the same as me, have a script button on the Finder Menu bar and when clicked it creates a new text file in the current folder your in, or if no Finder Window is open then the desktop.
    This was easy, however I wanted to do it another way. I wanted to have a save dialog box appear that lets me enter the file name I wish to create, set any Tags and the save location. I managed to do get the file to be created as what I wanted and where I wanted. What I could not do was set Tags. I searched round and nobody seemed able to know. So I decided to keep it simple.
    Here is my code
    set filename to choose file name with prompt "choose file" default name "untitled.txt" default location (path to desktop) as alias
    open for access filename with write permission
    write filename to filename
    The first line sets the variable filename to copy into it all the information gathered from the choose file name with prompt command. What I then decided to do was see what information the variable filename contained. So I wrote the last line of code, write filename to filename which I thought would copy the contents of filename and write them to the newly created file.
    Thus i could open the new file and see what information had bene written to it and perhaps gleam any info that might let me figure out what command to use to set the tags etc.
    I then ran the script and chose a filename to create, set the save location and a tag. Then I went to that location and found the file. I was ready to open it to see what info was written to it but instead saw the tag I had set.
    I had inadvertently done what i wanted to. I now realise what i had done was tell my script to copy the contents of filename to the parameters of the newly created file. So the first thing to be copied would be the file location. That was going to be the same so it does not change it, next would be the filename that also would be the same so it is not changed and last would be the tag, there would be no tag so one is added.
    Then when you go to the file you just created it would have the tag(s) you set in the choose file name with prompt dialog box
    I hope this is of use to people and if you do not want to do exactly what I have done then perhaps it may give you an idea of how to achieve what you wish. I don't think that my method for doing this is the correct one and is probably a glitched way of doing it but it works and only needed one line of code so I am happy with that.
    Good luck everybody
    try
    try
    try

    Disclaimer: Try this at your own risk, if anything goes wrong it is not my fault
    I recently started programming with Applescript and thought I would try something that I miss from my Windows days. The ability to right click and choose create new text file. Mac OS X does not allow that so I turned to Applescript. I got to work. There are many people who wish to do the same as me, have a script button on the Finder Menu bar and when clicked it creates a new text file in the current folder your in, or if no Finder Window is open then the desktop.
    This was easy, however I wanted to do it another way. I wanted to have a save dialog box appear that lets me enter the file name I wish to create, set any Tags and the save location. I managed to do get the file to be created as what I wanted and where I wanted. What I could not do was set Tags. I searched round and nobody seemed able to know. So I decided to keep it simple.
    Here is my code
    set filename to choose file name with prompt "choose file" default name "untitled.txt" default location (path to desktop) as alias
    open for access filename with write permission
    write filename to filename
    The first line sets the variable filename to copy into it all the information gathered from the choose file name with prompt command. What I then decided to do was see what information the variable filename contained. So I wrote the last line of code, write filename to filename which I thought would copy the contents of filename and write them to the newly created file.
    Thus i could open the new file and see what information had bene written to it and perhaps gleam any info that might let me figure out what command to use to set the tags etc.
    I then ran the script and chose a filename to create, set the save location and a tag. Then I went to that location and found the file. I was ready to open it to see what info was written to it but instead saw the tag I had set.
    I had inadvertently done what i wanted to. I now realise what i had done was tell my script to copy the contents of filename to the parameters of the newly created file. So the first thing to be copied would be the file location. That was going to be the same so it does not change it, next would be the filename that also would be the same so it is not changed and last would be the tag, there would be no tag so one is added.
    Then when you go to the file you just created it would have the tag(s) you set in the choose file name with prompt dialog box
    I hope this is of use to people and if you do not want to do exactly what I have done then perhaps it may give you an idea of how to achieve what you wish. I don't think that my method for doing this is the correct one and is probably a glitched way of doing it but it works and only needed one line of code so I am happy with that.
    Good luck everybody
    try
    try
    try

  • Problem-taking a long time to open Bex Analyzer

    We upgraded from BW 3.1 to BI 7.0 SP9, Front End SP 9, Patch 3, Revision 370 and have a problem when we try to access Bex Analyzer.  The response time is very poor. It can take as long as 3 minutes (or longer) for Bex Analyzer to open after we click on the Bex Analyzer option.  When we were on BI 7.0, Front End SP 7, the response time was better but since upgrading to FEP 9, the time to open Bex Analyzer from our PCs is very long. Has anyone else experienced this problem? If so, how was it resolved? Thanks

    You might want to trouble shoot with web log from BINW2004s forum topper and Front end Champ Prakash ...
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4087">https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4087</a>
    Hope it Helps
    Chetan
    @CP..

  • 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.

  • BEX analyzer -Maximum number of rows (65535) exceeded. Result is incomplete

    Hello Experts,
    I am trying to Run a report on BEx Analyzer.There are around 200,000 records to be displayed in the result.
    I am getting the below error.
    Maximum number of rows (65535) exceeded. Result is incomplete.
    Message no. BRAIN675
    We are on SAP GUI 7.X and Excel 2007
    Is there any setting that I have to change inorder for BEX analyzer to display all the 200,000 records.
    Also any memory setting for the result set to be changed ?
    Please let me know your thoughts
    Thanks
    Doodle

    Hi Doodle,
    The rows limit for Excel 2007 is 1 million so this is not the problem with row limitation. It seems like you have opened the pre-excel 2007 workbook in excel 2007, check your title bar if it says "Compatible Mode". This will limit you to old standard of 65K.
    May be what you can do is , save your file using save as option and try running the workbook.
    Your new file extension will be .xlsx
    Regards,
    Durgesh.
    Edited by: Durgesh Gandewar on Jul 14, 2011 10:03 AM

  • Opening Bex Analyzer in Webgui using NetWeaver Webdynpro

    I have a Netweaver Webdynpro(Java) application which stores Transactions as favorite URLs (eg: SE37, SE38, RRMX..). When user clicks on the favorites link, the application supplies the URL to the transaction by appending the System , host details and the transaction opens up in a webgui.
    This works for all transactions except <b>RRMX</b> for <b>Business Explorer Analyzer</b>(Bex Analyzer). For Bex Analyzer, the SAP WebGui opens up, but the Bex Analyzer does not open up. The message displayed is "<b>Please install suitable Excel version."</b>
    Does anyone know what is missing?

    Ok.. I have to add this. The BEX ANALYZER works in the same scenario for another link defined on Portal. So, the problem is not with the Excel/Office installation.
    The only difference is that the link which works correctly on the portal : uses an Transaction Iview whose SAPGUI type <b>WinGui</b>.
    Where as the application which we built forms a Url with the transaction code. So, when user clicks on the URL,  what happens is the <b>Transaction</b> opens up in the <b>WebGui</b> mode. This is the main difference.
    And, we have a whole list of transactions which needs to be opened and it would not be feasible to make seperate transaction iviews for each transaction. Currently, we are thinking of calling this already configured <b>Transaction Iview</b> for only the RRMX transactions. But, we are stuck trying to launch this transaction iview from WebDynpro.
    Reason: The window closes after launching the Bexanalyser and we are unable to get the URL of this window before it closes. How do we read this PCD information from WebDynpro to get to launch this Transaction iview for RRMX?

  • Sap Support of Bex Analyzer 7.0

    Hello everyone,
    Does anyone know until when SAP is going to do support for Bex Analyzer 7.0?
    Iu2019ve eared that is going to be discontinued.
    From now on does it make sense to use this tool in a new project or use Crystal Reports?
    What does BEx/Pioneer Queries means? Is the new tool for report thru the web? Can anyone clarify this for me?
    Thanks a lot,
    Joana

    Hi Joana,
    we discussing this topic in following thread:
    [BEx End-Of-Support|BEx End-Of-Support]
    BR
    m,.

  • BEX Analyzer not working after SAPGUI730 update

    Good day
    I really require your expert assistance with the following:
    The client has just upgraded to SAPLogon 7.30 file version 7300.3.1084 patch level 8, but they did not consider the application level and MO versions on any of the laptops.
    A few laptops are configured with Windows 8, Microsoft Office Professional Plus 2013 and Excel for 32 bit.
    Setups were run for "gui730_0-10010496: and "gui730_8-10010496".
    Everything works, except for BEx Analyzer that does not want to open at all.
    How do I fix this?
    Thanks in advance
    Cj

    Hi,
    The support for Microsoft Office 2013 is available only after BI-addon for SAP
    GUI 7.30 FEP300.
    See 1652769 - 730 GUI DVD - BEx tools - HW\SW requirements
    Have you satisfied this criteria?
    Regards,
    Michael

Maybe you are looking for