The "Use Selection of Structure Elements" Option in RSRT Query Properties

Hi, does anyone know the side effect of enabling this option for all BEx Queries? The help states the following: "The Use Selection of Structure Elements option can be selected for any query; however, it is only useful in some cases. In queries, selections are frequently based on one or more characteristics in the columns, or more precisely, in the structure elements. One or more of these structure elements are often filtered in the BEx Analyzer or in BEx Web applications. If you do not select the Use Selection of Structure Elements option, these dynamic (structure element) selections are not transferred to the database. Normally, the data for the entire structure or for both structures is then read from the database." It sounds to me that there is no harm in checking this flag all the time, but what is confusing is the default state of this option; i.e. unchecked.
I would appreciate if someone can clarify the downside of checking this flag.
Thanks,
Mohamed Judi

Hello Michael,
Checking this simple property helps improve performance in situations where there are many Restricted Key Figures and other calculations in the Query Definition
If analysis of the query performance indicates very high EVENTID 3200 times, and/or the FEMS number is very high try enabling this property and check performance.
Checking this ensures the structure elements are sent to the database for processing.
Check the below link: Page 14
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/006b1374-8f91-2d10-fe9c-f9fa12e2f595?QuickLink=index&overridelayout=true&48747879633011
Thanks,
Vinay

Similar Messages

  • What is the use of 'Convert to Formula' option available BEx Query Rpt?

    After refreshing the query in BI, when I right click on the query report, I am getting an option 'Convert to Formula'. Can you please tell me the use of this option, and how we can use this in our report.
    1) What does "convert to formula" do?
    2) After I click on "converting to formula" in the report , I am unable to paste the spreadsheet from i finance into excel. Below msg appears. What settings do I need to change?
    " Microsoft Office Excel cannot paste the data"

    Can anyone help me to get answers for the below questions

  • Use Selection of Structure Members in RSRT

    Hi Gurus,
    I am unable to tick "Use Selection of Structure Members” in transaction RSRT for a query. This query has 2 structures for the cell definition used in the query.
    This selection is totally not visible in the RSRT - query - properties.
    This I need to get the structure elements/cell definition RKFs made available in teh web intelligence.
    Rgds,
    Vandana.

    Check once : oss Note 989445
    " The 'Use Selection of Structure Elements' property (RSRT -> Properties) does not work if the axis is displayed as a hierarchy and a structure element is expanded "
    Thanks.

  • What is the use of Info structures

    Dear All,
    Kindly let me know the use of Infostructures?
    Please let me know.
    Regards,
    Mullairaja

    Check this link infostructures
    what is Info Structure? and why  and where it is used??
    Regards

  • Question about xml schemas and the use of unqualified nested elements

    Hello,
    I have the following schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns="http://xml.netbeans.org/examples/targetNS"
        targetNamespace="http://xml.netbeans.org/examples/targetNS"
        elementFormDefault="unqualified">
        <xsd:element name="name" type="xsd:string"/>
        <xsd:element name="age" type="xsd:int"/>
        <xsd:element name="person">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element ref="name"/>
                    <xsd:element ref="age"/>
                   <xsd:element name="height" type="xsd:int"/>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:schema>I am just wondering why would someone have a nested element that is unqualified? here the "height" element.
    Can anyone explain this to me please?
    Thanks in advance,
    Julien.
    here is an instance xml document
    <?xml version="1.0" encoding="UTF-8"?>
    <person xmlns='http://xml.netbeans.org/examples/targetNS'
      xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
      xsi:schemaLocation='http://xml.netbeans.org/examples/targetNS file:/E:/dev/java/XML/WebApplicationXML/web/newXMLSchemaThree.xsd'>
    <name>toto</name>
    <age>40</age>
    <height>180</height>
    </person>

    Don't worry about it.
    There are two different styles of schemas. In one style, you define the elements, attributes, etc. at the top, and then use the "ref" form to refer to them. (I call this the "global" style.) The other style is to define elements inline where they are used. ("local" style)
    Within some bounds, they work the same and which you use is a choice of you and the tools that generate the schemas.
    A warning about the local style. It is possible to define an element in two different locations in the schema that are different. It will get past all schema validation, but it seems wrong to my sense of esthetics. With the global style, this will not happen.
    So, how did this happen? Probably one person did the schema when it only had a name and age. Then, someone else added the height element. They either used a different tool, or preferred the other style. I'm aware of no difference in the document you have described between the two styles.
    Dave Patterson

  • Using multiple events structure inside state machine to control the Tab

    Hi y'all,
    Anne here.I have a Tab indicator in my front panel and I want to be able to control the flow of my program based on what controls I clicked inside the tab. I am using a state machine architecture and inside every state, I use an event structure to check for user interaction  to determine the next state and what tab page is going to be displayed next. This means that I am actually using multiple event structures in my application and I use them in just one while loop, but just that they are not running in parallel since I am only using "one event structure per state" which means that only one event structure is running at one time. My questions is, programming technique wise, am I doing it correctly? So far, I am not facing any problem (I am still in the early stage of the project) but I want to check with you all first on your opinion regarding this architecture. Will there be any issue on using multiple event structures in a vi? Since I will be using a tab, and the controls available in the tab will be the controls that will control my event structure for that state, by right, there should be no issue. Am I correct to assume this? Is there any limit on the use of event structures? I have attached here a simple sample of the architecture that I am talking about for your reference. I have attached a 2010 version and a 8.6 version. Let me know what you think or any opinions that you may have.
    Hoping to hear from you soon! Thanks so much in advance!
    Cheers!
    Anne
    Attachments:
    State Machine-Event Structure Sample_2010.vi ‏19 KB
    State Machine-Event Structure Sample_8.5.vi ‏25 KB

    Hi jak888,
    I decided to use tabs cause I don't want to have subvi pop ups every time i need to perform the process in the state and show an update in the front panel. This is actually going to be more of an ATE where you will have to choose first whether the one using is the operator or the engineer. If the operator is logged in, she will proceed to choose what test to run (this state will have its own event structure). This part, I don't want a pop up, so what happens is that from Login page, if the user logs in as operator, the tab will automatically switch to the Test Selection page. After selecting the test, it will proceed to Start Test state and the tab will show the Result Summary page. If the user logs in as engineer, then a totally different tab will be automatically shown next and so on. By doing this, I will be able to show an update on the front panel objects without having the subvis pop up. I will also just need to use the call reference functions to call my subvis, making my Main VI more generic. The tab Page header will be hidden so the operator will actually not see that there is a tab and that there are a lot of controls and indicators cause they are hidden in the tabs and that page will only be shown based on what they selected from the main tab. 
    I appreciate your thoughts! thanks so much!

  • What is the use of head,put options requests ?

    What is the use of requests HEAD,PUT, OPTIONS etc. ?
    How do we implement all these things ?
    Namanc

    See the HTTP specification (http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9) for definitions of the different methods.
    You can implement them by overriding the appropriate doHead(), doPut(), doOptions(), etc methods in your servlet class.

  • Inserting a block ABOVE  the standard selection screen of an LDB

    Hi,
    I am using LDB : PNP in my report. I want to add a block on the selection screen ABOVE the standard LDB screen.
    Plz help....
    Sample code appreciated.....
    Thanks,
    Akash

    >
    Akashdeep Basu wrote:
    > Hi,
    > I am using LDB : PNP in my report. I want to add a block on the selection screen ABOVE the standard LDB screen.
    >
    > Plz help....
    > Sample code appreciated.....
    >
    > Thanks,
    > Akash
    NOT possible. you can only append to the Std selection-screen. One option is to hide it altogether, so the user sees only the custom block...
    ~Suresh

  • Security on structure element in Roadmap

    Hi,
    Does anyone know if it is possible to set security at the level of a structure element in a roadmap?
    Here's an example Roadmap I built:
    1.0 Concept Initiation
         1.1Establish Conceptual Solution
              1.1.1 Basing on the business requirements
                       1.1.1.1 Create Solution Map
                       1.1.1.2 Process Design Walkthrough
    Both User A & B can access the Project Documentation tab under 1.1.1.1 but I would like User A to be able to access the Project Documentation under 1.1.1.2 but not User B. User B should receive a message that he cannot access that particular node because of confidential information.
    Appreciate any help.
    Thanks
    Danielle
    <u></u>

    Danielle,
    yes, you can do this.
    1) Setting
    SOLAR_PROJECT_ADMIN -> Proj. Team Member Tab -> select the check mark
    "restrict changes to nodes in project to assigned team members"
    2) ensure that the selected users (A and B) are added as team members in solar01
    in the administration tab
    -Regards
    Ravi

  • What is he use of TIMED_TRIGGER ui element?

    Hi all,
    can u tell me what is the use of TIMED_TRIGGER ui element and why we will use it. and in which scenarios we will use this ui element
    regards
    naveen
    Moderator Message: I have no idea what you are playing at but you have asked the same question in 3 different threads which is against the forum rules. I am locking this thread and keeping a close eye on your further activities.
    Edited by: Neil Gardiner on Nov 22, 2010 8:50 PM

    Hi,
    As the name suggests, automatically and periodically triggers an event with a specified delay.
    [Timmed trigger|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/da/a6884121a41c09e10000000a155106/content.htm]

  • What is the use of inherit and push in FR

    Hi Gurus
    1. what is the use of inherit and push option while providing report permission in Financial Reporting?
    regards
    Sarilla

    Yes, but you have no way of knowing whether what you find on Google is right or not.We can say its right as long google places oracle docs at the top when you type some thing related to oracle.
    I aways see something else on the top. I dont believe people stopped hitting or reading or searching oracle docs.
    Regards,
    G.

  • Use of Info structure

    Hi,
    Can anybody please guide me use of info structures (except in SOP) along with functional example ?
    Regards,
    Samir

    Dear colleague ,
    I´m not sure of understanding what do you need about info structures.
    Do you want to use in flexible planning?
    or do you mean the use of info structures as reports of LO-LIS? If you neeed additional info about LO-LIS, this is not the appropiate forum.
    If you work with flexible Planning and you want to use infostrucutres you have to create your info with your characteristics and key figures.
    This is under LO-LIS cusotmizing.
    Also her you will find the point to define the update rules for your infostructure.
    After htat , you have to activate for planning in MC7F.
    In MC8B you fill the header parameters for planning
    In MC94 you access to planning table
    In MC8G you will find all the mass actvities that you can perform.
    This topic is very extensive to be explained through a thread, I would invite you to  check the following link:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/a5/632f3b43a211d189410000e829fbbd/frameset.htm
    If after that you have specific questions , create specific threads fro each of them.
    Please provide points to the replies to keep the Forum alive
    best regards
    Maria

  • How to use select-options in the function module of import parameter ?

    Hi ...
       I have created a BAPI and tested in SWO1 tcode , by giving the single value for an company code ( BUKRS ) , it executed properly .
    Same thing is working after implementing in a program .
    so now it is working for fetching a single company code details .
    My requirement is : I want to use select-options in program as well as in function module IN IMPORT PARAMETER.
    Program :
    REPORT  ZTEST.
    TABLES : T001 , ZBAPI_STR .
    TYPES : BEGIN OF TY_ITEM  .
              INCLUDE STRUCTURE ZBAPI_STR .
    TYPES : END OF TY_ITEM .
    DATA :WA_ITEM TYPE TY_ITEM ,
          ITEM LIKE STANDARD TABLE OF WA_ITEM INITIAL SIZE 0 .
    PARAMETER : BUKRS TYPE ZBAPI_STR-BUKRS.
    call function 'ZBAPI_FMT001'
      exporting
        bukrs         =  BUKRS
    IMPORTING
      RETURN        =
      tables
        itemtab       = ITEM
    IF ITEM IS NOT INITIAL .
      LOOP AT ITEM INTO WA_ITEM .
        WRITE : / WA_ITEM-BUKRS , WA_ITEM-BUTXT , WA_ITEM-ORT01 , WA_ITEM-LAND1 .
      ENDLOOP.
    ENDIF.
    FUNCTION MODULE :
    FUNCTION ZBAPI_FMT001.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(BUKRS) TYPE  EFG_TAB_RANGES
    *"  EXPORTING
    *"     VALUE(RETURN) TYPE  BAPIRET2
    *"  TABLES
    *"      ITEMTAB STRUCTURE  ZBAPI_STR
    SELECT BUKRS BUTXT ORT01 LAND1 FROM T001 INTO TABLE ITEMTAB WHERE BUKRS = BUKRS .
    ENDFUNCTION.
    Regards
    Deepa.

    I have given a similiar example which i did
    Declare a
    Table type:Z_TT_PONUM             
    Short text  :  Select options  PO Number
    in SE11 tcode with row type eg: Z_ST_PONUM
    create a structure (this will be the row type)
    Structure          Z_ST_PONUM            
    Short text         Select Options Field PO number
    Compenent  Compent type
    SIGN       BAPISIGN      Inclusion/exclusion criterion SIGN for range tables
    OPTION       BAPIOPTION      Selection operator OPTION for range tables
    LOW       EBELN                      Purchasing Document Number
    HIGH       EBELN                      Purchasing Document Number
    In the function module import
    give as
    I_PO_NUM     TYPE     Z_TT_PONUM     opt  pass value Select options  PO Number
    Hope this is exactly what you want to know.
    So you create a structure simliar to mine but the low an high whould be your component
    then a table type  and then include that in the BAPI.
    Then pass your select-option value to this BAPI when you call this BAPI in the program

  • I'm trying to use the quick selection tool in Photoshop Elements 12 but it keeps getting stuck on minus.  How do I fix this?

    I'm trying to use the quick selection tool in Photoshop Elements 12 but it keeps getting stuck on minus.  I've reinstalled twice and it will work for a little while and then get stuck again.  When I select something, I have one shot at it and as soon as I let go of the mouse it switches to minus and I can't add anything else.  How do I fix this?

    When a tool misbehaves, go over to the far upper right corner of the tool options area and click the four-lined square. Choose Reset Tool from the popout menu.

  • I have just downloaded a trial version of Photoshop Elements onto my Mac Book Pro (10.9.4) and attempted to use Elements on an existing Photoshop file.  I did not see the Elements option in my filter menu and need assistance

    I have just downloaded a trial version of Photoshop Elements onto my Mac Book Pro (10.9.4).  The installation to my hard drive went fine so I attempted to use Elements on an existing Photoshop file.  I did not see the Elements option in my filter menu and am uncertain as to how to "add" the Elemnts to my existing filter choices.  Please advise.

    I'm sorry but it's very hard to understand what you mean. What filter menu? In which program? Do you mean you're trying to use PSE as an external editor with some other asset management program? Which one?

Maybe you are looking for