Header title in the BEx Analyzer

Hi,
Can anybody list the steps to create a header title(column header) using VBA. I am succesful in embedding the title, but it is not seen on refreshing.

what do u mean "one time use" just save a workbook and publish that.
I often find on these forums that people rely solely on queries and forget that workbooks were designed to do exactly what you want.  Including adding comments, formating, titles, adding additional excel calculations, creating drop sheets, etc.
Just embed the query in a workbook and publish that workbook to users then all the formating will be saved.

Similar Messages

  • 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

  • How to prevent a portal user from using the BEx Analyzer ?

    Hi,
    we have different type of users : most users may use the portal as well
    as the analyzer ;
    we have one special user with extended authorizations : this user
    should use the portal , where he has a limited set of queries to run
    with hardcoded filters ==> this user should not be able to use the
    analyzer however, since he then would be able to call all other queries
    by using the find function ;
    how can we make sure this user cannot use the analyzer , using SAP
    authorizations ?
    best regards,
    Erwin Van Giel.

    Hi,
    if I remove the complete S_RFC authorization for the user then the BEx Analyzer cannot connect anymore to the BW system, but neither can the user run reports from the portal : it needs the S_RFC with 'SYST'.
    If I only remove the RRMX from the S_TCODE and from the S_RFC, it does not prevent the user from starting the BEx Analyzer and connecting to the BW system. It only stops the user if he would start the RRMX transaction from within an SAPGUI session.
    Perhaps there should be a value in the S_RFC that allows connections from the portal but not from the BEx Analyzer .... ?
    so not solved yet ....
    best regards,
    Erwin.

  • How to remove Variables Personalization in the BEx Analyzer?

    Hi All, Help us. Say please:
    1. How to remove personal Variables Personalization for query/user in the BEx Analyzer with standart tools?
    2. How to disable personalization button on varible screen?
    Our users very often click this "bad" button and after that can't to find required criteria on selection criteria screen. We've studied BW Guides and Forum materials (may be not very thoroughly), but search usefull information only for Web Reporting. We've search corresponding table /BI0/APERS_VAR00 but fear to edit it directly.
    Best regards, Igor

    Hi All,
    I think that best way to remove personalization of any var or infoobject could be done through the next logic.
    we have ODS <b>0PERS_VAR</b>.
    we need to remove line from this ODS with specific parameters like USERNAME and VAR_NAME or IOBJ_NAME.
    <b>Step by step instruction</b>:
    1. Create <b>update rule</b> from ODS 0PERS_VAR to the same ODS.
    2. Write <b>'Start routing'</b> to update ODS with the next ABAP-code
      LOOP AT DATA_PACKAGE.
        DELETE FROM /bi0/apers_var00
          WHERE tctusernm = DATA_PACKAGE-tctusernm AND
              ( tctvarnm = DATA_PACKAGE-tctvarnm OR
                tctiobjnm = DATA_PACKAGE-tctiobjnm ).
        DELETE DATA_PACKAGE.
      ENDLOOP.
    3. Activate update rule.
    4. Update ODS Data in Data Target with <b>'full update'</b> !
    5. At the selection screen of info-package <b>specify fields</b>
              < 'TCTUSERNM' - username  > AND
              < 'TCTVARNM' - var name > OR < 'TCTIOBJNM' - infoobject name >
    PS:\ As result <b>personalisation will be reseted selectively</b>.
    if it help you, it is a chance to donate some points to me
    best regards

  • How to display dynamic header title in the report?

    I have a req to display dynamic header title in the report.
    When a id is entered in the prompt text, it will display the user data based on that user_id.
    so similarly....the header title should vary each time when you select different user_id.
    How can we implement this?

    >
    Zack H wrote:
    > Lazaro,
    >
    > It depends on what you want displayed in the heading for each id.
    > Please elaborate.
    >
    > Thanks,
    > Zack H.
    Zack..I have several projects listed under several project id's...
    so when a user selects project id 00164 then it should display something like "Project document for Jon Doe"
    again when the user selects project id as 00192 then it should display something like "project document for Zimmerman"
    Did you get it??

  • Front-end memory and limitation cells of the BEX Analyzer

    Hi BI experts,
    After BW upgrade from BI 7.3 to BI 7.4 some heavy workbooks stopping to work, the error is "Client Out of Memory", the cause of this error is the memory capacity of .NET framework, this process can allocate a maximum of approximately 1.2 gigabytes (GB).
    The notes 1040454 and 1411545 says that it´s possible to execute something like 750,000 cells but we made some adjusts and we could increase it until 1,800,000 cells, below some configuration we´ve made:
    Query Designer:
    Result Rows Always
    Supress;
    Display as Text or key;
    Supress Zeros as Active (All Values = 0) and Effect on rows and columns.
    Bex Analyzer:
    Display Sort Icons Disable;
    Apply formating Disable;
    Allow navegation Disable;
    We need some orientation how to further increase this limitation, or leaving the query lighter or increasing the memory limitation of .net framework or backing to BEX 3.5 funcionalities.
    Has anyone encountered such problems in the update? Some alternative solution ?
    Thanks !

    Hello Caio,
    The limitation lies on .Net Framework 32 bits which can handle 1.2 gigabytes.
    You are reaching 1.8 Million because your datacells has no data or almost no data.
    There is a KBA documenting your issue: SAP Note 1860872
    There you will find a recommendation of Openhub, that allows you to extract data.
    Just remember that BEx Analyzer is a tool for query navigation, not mass data extraction.
    Kind Regards,
    Edward John
    SAP AGS

  • MS Excel in the Bex Analyzer is not working

    HI
    If  I  start Bex Analyzer (BI7.0) ,  MS Excel is not working.
    So There is no userid  pop screen on the MS Excel Screen.
    Whats' wrong ?

    Hi,
    Which version of excel are you using?
    Try with the SAP GUI 7.10 with the latest SAP BI Addon Component. You can download it from SAP Service Market place.
    Downloads - 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 .
    The latest patch level for SAP BI Addon Component is 1300 (bi710sp13_1300-10004472.exe).
    Hope this helps.
    Regards,
    Hari.

  • What's the sense of "NOT" in the BEx-Analyzer selection-screen?

    Hi specialists,
    the selection-screen Queries in the BEx-Anlyzer presents the following selection-options:
    "="
    "<="
    ">"
    ">="
    "<"
    as well as their inverses:
    "not"
    "not ="
    "not <="
    "not >"
    "not >="
    "not <"
    "not []"
    "not *"
    While most of this options are redundant (because "not <=" is the same as ">") I absolutely cannot find any case where the above maked "not" makes any sense.
    In other words: Could somebody please gimme a hint what's the difference between "not" and "not =".

    Hi Stefan,
    I'm not sure weather we are talking about the same thing.
    When I use the the "more"-button (multselection-screen) of the selelection-screen, then I can comprehend your eplaination: The tab's are "and" connected - while the rows within a tab are "or" connected.
    But without the multiselection-dialog, there's still the option "not" in the drop-down list left to the value-field on the selection-screen. But I can't see any possibilty to filter the same variable multiple times here. So the example you mentioned doesn't fit here.
    Perhaps in some different way:
    If I choose "NOT" for the salesorg-variable, without providing a value followed by [enter]/check, then the "not" option is changed to "".
    If I choose "NOT" for the salesorg-variable, providing a value followed by [enter]/check, then the "not" option is changed to "=".
    In which case does the "not"-option "survive" the check without beeing corrected to any other option?
    (btw: I miss a possibilty for attaching images in the sdn-forum! - That would make some explainations much easier)

  • Error in Bex Analyzer including the filter button command in Callback macro

    Hello,
    I have the following problem with the function filter button in the Bex Analyzer included in the callback macro:
    Because of using 2 hierarchies in the filter the setting drill down to level 2 in the query gives no right output in the Bex Analyzer. The drill down level 2 is not shown. SAP recommends the include of a filter button to solve this problem. With a filter button in the sheet the problem was solved.
    But after including the filter button command in the callback macro I get an error in MS Excel.
    The callback macro starts, the filter was set by the user and the data was refreshed. Because of the refreshing of the filter the callback function the callback function starts several times. After setting the filter the first time, the following macro avoids the several starting of the set filter function:
    Sub CallBack(ParamArray varname())
    On Error GoTo err_handler
       Dim lRange As Range
       Set lRange = varname(1)
    'Filter entfernend/delete filter
    Dim ZeichenFilter As Long
    ZeichenFilter = Len(Sheet4.Cells(41, 3).Value)
    Dim Filter1 As String, Filter2 As String
    Filter1 = Left(Sheet4.Cells(28, 3), ZeichenFilter)
    Filter2 = Left(Sheet4.Cells(41, 3).Value, ZeichenFilter)
    If Filter1 <> Filter2 And Filter2 <> "" Then
        onAction = True
        onAction = False
    End If
    'Filter setzen mit einmaligem durchlaufen/set filter and run one time
    If onAction = False Then
        onAction = True
        Call Sheet4.BUTTON_55_Click
        onAction = False
    End If
    exit_handler:
        Exit Sub
    err_handler:
        MsgBox Err.Description, vbOKOnly, "Error in " & " setMusterSub"
        Resume exit_handler
    End Sub
    After the filter was set the callback macro starts the second time. Then the Bex Analyzer erros with the sandglass. The working on VBA is possible, but not the working with Bex Analyer . Values in Excel weren’t shown.
    How can I avoid this error?

    Once I am adding VAR_VALUE_1 to the static parameters, the system generates two messages error:
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program SAPLRRS2 and form GET_SID-1
    Best Regards,
    Hanit

  • Is there a possibility to disable the DESIGN MODE within BEx Analyzer 7.0?

    We need to disable the DESIGN MODE in the BEx Analyzer 7.0.
    Does someone know a possibility to restrict the access?
    Thanks in advance,
    Ulli

    Yes, it is possible to restrict the design of already existing workbooks.
    You may go to Workbook Settings, enable the option, 'Password Protect Workbook' and keep a password
    which may be known only to the people who can change the structure of the workbook.
    When this option is selected, if you goto design mode, it would prompt for a password, and if correct password is entered, only then be allowed to add/modify design items.
    I hope this helps.
    Regards,
    Gunjan Narang

  • 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 displays # in the Blank Fields

    Hi Experts,
    When I execute the Bex Analyzer. The display gets the # in the blank field.
    Can anyone tell me how do I

    Hi Vikram,
    Thanks for your reply,
    When you say
    --> Change the query properties to " display blank value as "
    I don't get it. Could you tell me where do we have display blank value as
    Please reply,
    Thanks

  • CL_RSR_REQUEST eror while running the Query in Bex Analyzer

    Hi All,
    I have created the Query and assigned it to the role by using PFCG and also by Query Designer. when the user executing this query using the Bex Analyzer he is getting this error.
    CL_RSR_REQUEST and Form TEXT_ELEMENTS_GET:Variabl"
    Your input is appreciated
    Thanks in Advance
    Regards

    Hi all,
    I had assigned the query only to the role. when i checked with user id i found error.
    You do not have the authorization for component ZMM_PO_Q1_2
        Message no. BRAIN800
    Diagnosis
         You do not have the authorization for the selected component.
    System response
         The selected component cannot be edited.
    Procedure
         lease speak to the person responsible for authorization, if you
         authorization for the editing of this component. The function is
         protected by the object "Business Explorer - components" with th
         following fields:
             -  InfoCube                ZMM_POD
    Type of a component     REP
    Component               ZMM_PO_Q1_2
    Activity                16
    for this what i have to do .. i had also checked in the su 53 t code.i showing the previous authorization is successfulll..
    regards

  • Different in viewing the query in query designer and bex analyzer in BW Prd

    hello...i transported the query from bw dev into bw prod successfully. when i view the query using query designer in prod, the query is the same copy of query in bw dev and QA but when i view the same query under the bex analyzer in prod, the query is not the same.
    the correct query should be able to see 3 mandatory variable input but when i view it under the bex analyzer, only 1 mandatory variable can be seen here. Whereas when i view it under query designer, i can see the 3 mandatory variable being define there. And this query is assigned in one of the role as well.
    any idea on this? thanks!!!

    i checked in rsrt in sap, the personalization of the variable is not in yellow color, i can see the 3 variable in bex analyzer but the other 2 variable which is a mandatory field input for that query appear as optional variable input instead of the mandatory field input...

  • Which macros does BEx Analyzer use? How to call the refresh macro?

    Hi everybody,
    I would like to get an overview about which macros the BEx Analyzer uses, espacially the macro which is responsible for refreshing the workbook. I want to know what BEX Analyzer is doing when I open the variable screen, I assume there is an SAP macro that opens the variable screen?? I tried to look in the online help at help.sap.com but couldn't find a list of macros.
    The idea behind this is, that I have a BEx workbook with 5 queries in it. A colleague now wnats to write a VBA code that calls the variable screen, enters  company 1, period and year, runs the workbook and saves it. Then opens the variable screen again, enters company 2, period year, etc etc etc......
    What my colleague needs to know is which macro he has to call for the workbook refresh / variable screen in order to make his VBA coding.
    Many thanks in advance!!
    Michael

    Which version of Bex are you using ? Bex 3.5 or Bex 7 ? This will significantly affect the answer.
    For Bex 3.5, here is some useful information;
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a55f9e09411d2acb90000e829fbfe/frameset.htm
    Edited by: Charlie Belt on Jun 7, 2011 9:12 AM

Maybe you are looking for