RSRT -- Query Property

Hi all,
   is there any way to force Transport request when user change the setting of query property in RSRT.
thanks
cekap

Hi,
RSRT to test and set the properties, if you want to transport you must collect the TR, but RSRT is not the place to collect the TR.
Thanks
Reddy

Similar Messages

  • Query Property in DBDataSource object

    Hi All,
    I use the below VB.NET function for loading a matrix at the time of loading that particular form.
    Public Sub BindData(ByVal objform As SAPbouiCOM.Form)
            Dim oMatrix As SAPbouiCOM.Matrix
            Dim oDBDataSrc As SAPbouiCOM.DBDataSource
            Try
                oMatrix = objform.Items.Item("3").Specific
                FillCombo(objform)
                oDBDataSrc = objform.DataSources.DBDataSources.Add("@MY_TABLE")
                oDBDataSrc.Query()
                oMatrix.LoadFromDataSource()
                If oMatrix.RowCount >= 1 Then
                    If oMatrix.Columns.Item("V_0").Cells.Item(oMatrix.RowCount).Specific.Value <> "" Then
                        oDBDataSrc.Clear()
                        oMatrix.AddRow()
                        oMatrix.Columns.Item(0).Cells.Item(oMatrix.RowCount).Specific.Value = oMatrix.RowCount
                        oMatrix.Columns.Item(1).Cells.Item(oMatrix.RowCount).Click(SAPbouiCOM.BoCellClickType.ct_Regular)
                    End If
                ElseIf oMatrix.RowCount = 0 Then
                    oMatrix.AddRow()
                    oMatrix.Columns.Item(0).Cells.Item(oMatrix.RowCount).Specific.Value = oMatrix.RowCount
                    oMatrix.Columns.Item(1).Cells.Item(oMatrix.RowCount).Click(SAPbouiCOM.BoCellClickType.ct_Regular)
                End If
                objform.EnableMenu("1281", False)
                objform.EnableMenu("1282", False)
                objform.EnableMenu("1283", False)
                objform.EnableMenu("1286", False)
                objform.EnableMenu("1293", False)
                objform.EnableMenu("1299", False)
            Catch ex As Exception
                MsgBox(ex.Message)
            End Try
    In the above function, in VB.NET, i don't face any problem, as the parameter (Condition) in query property is optional, and the matrix loads perfectly.
    Now for achieving the same functionality in C#.NET, I am quite skeptical on the parameter in query line.  I don't have any specific condition as such, the way it was in VB.NET.
    Kindly help me out in solving the same.
    Thanks in Advance,
    Satish. B.

    Satish,
    If the query paramater is mandatory did u try  the following query as a paramater..?
    SELECT * FROM @MY_TABLE
    So that u can get all the data from the user table into the matrix.
    Vasu Natari.

  • Where can i find RSRT query propertis Last changed by user details

    HI All,
    Some one has changed the RSRT qurery properties and we want to know Where can i find RSRT query propertis Last changed by user details.
    thanks in advance.

    Hello,
    Please check the screen shot
    In the Query Designer, General Tab Page showing the details as required at your end.
    Regards
    NS

  • How to deselect query property 'suppress repeated key values'

    hj gurus,
    In BEx analyser there is a query property 'suppress repeated key values' which can be de-selected.
    regards,
    Preety

    Hello preety.
    Is simple.
    In BEx query designer push the button designated by "query properties" (the 13 button from left to right).
    Go to the tab "Display" and mark the second option "Hide Repeated Key Values"
    And there you go.
    Please assign points.
    Diogo.

  • WEBI Sample Result Set Query Property Question

    Wnen I set the WEBI Sample Result Set query property my retrievals took longer than I thought they should especially with a limited result set.  When I hit the View SQL button and look at SQL I notice that the following order by is added to the query:
    Order by dbms_random.value
    I copied the query and ran it against our Oracle database with and without the order by.  Without the order by the query ran significantly faster.   Is there any way to stop the order by from being generated when the Sample Result Set property is set?
    Thanks,
    Bob

    Thanks for your reply.
    I tried to locate the parameter you mentioned in the parameters for my universe and did not find anything referencing not enforcing order bys.  I checked the documentation and did not see anything there either.   Please respond with the exact name of the parameter or if it is a custom parameter the settings you used to create it.
    Thanks,
    Bob

  • Getting a dataprovider object QUERY property with JavaScript

    Hi, I'm trying to get the QUERY property of a DataProvider Object, but can't seem to get it. Can anyone tell me if this code is ok?
    Thanks!
    <object>
    <param name="OWNER" value="SAP_BW"/>
    <param name="CMD" value="SET_DATA_PROVIDER"/>
    <param name="NAME" value="DP1"/>
    <param name="QUERY" value="ZGZMPASDPL_SR21_CNRTY_DASH_01"/>
    <param name="INFOCUBE" value="ZMPASDPL"/>
    DATA_PROVIDER:             DP1
    </object>
    var currentQuery = SAPBWGetItemProp("DP1");
    var queryName;
    if (currentQuery != null)
    {   for(i=1; i<currentQuery.length; i++)
            {  if (currentQuery<i>[0] == "QUERY")
                   queryName = (currentQuery<i>[1]);

    Hi Kenneth,
    copy&paste the attached webtemplate coding in your WAD...
    regards Jens
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DATAPROVIDER_1"/>
             <param name="QUERY" value="ZGZMPASDPL_SR21_CNRTY_DASH_01"/>
             <param name="INFOCUBE" value="ZMPASDPL"/>
             DATA_PROVIDER:             DATAPROVIDER_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="Z_GETQUERYID"/>
             TEMPLATE PROPERTIES
    </object>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
    <TITLE>BW Web Application</TITLE>
          <link href= "/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type="text/css" rel="stylesheet"/>
    </HEAD>
    <BODY>
    <span style="DISPLAY: none; VISIBILITY: hidden" id="queryname">
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             <param name="SHOW_VARIABLES" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTNAME"/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            TEXTELEMENTS_1
    </object>
    </span>
    <P></P>
    <P><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TABLE_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             ITEM:            TABLE_1
    </object></P>
    <script language="JavaScript">
    var queryid = document.getElementById('queryname').innerHTML;
    alert(queryid);
      </script>
    </BODY>
    </HTML>

  • 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

  • RSRT- Query Execution

    Hi Experts,
    One of my senior consultant design some queries and he asked me how much time taking for QDBSEL,QDBTRANS,QNUMCELLS,
    QTIMEOLAP,QTIMEDB,TIMECHAVLREAD, i find out all these information in RSRT but my question is how to calculate OLAP and DB time, and if OLAP takes much time where we can search and how to reduce the time.... like this above all how can i find out?
    Thanks
    David
    Edited by: david Rathod on May 27, 2010 7:08 AM

    Once you execute the query in RSRT , go back you wil get front end /calculation layer tab .In that you have  columns event text and duration .check for OLAP type event and coresponding duration. For data base fetch time check for event 9000 ( Data manager ) .
    Query runtime can be improved by creating aggregates on cubes  and providing appropriate filters during run time .

  • RSRT query execution result page

    Hi experts,
    I used transaction rsrt/rsrt2 to execute a query and found that when I clicked the icon for next row,it went to next 18 records by default, in the next page I even found some records which are also displayed in first page.
    Is there any way I can set to only display new records in next page instead of including records in first page?
    I can use Bex analyzer to implement this but I just wonder is it possible to realize this in rsrt/rsrt2?
    Thanks.
    Best regards
    Fanchest

    Hi,
    In RSRT, select your report and then in Query Display = List or BEX Analyzer and the execute the report the it will display output na dit won't show any duplicates.
    Thanks
    Reddy

  • LabVIEW Database Connectivity Toolkit Parameterized Query Property Wildcard

    Hi,
    within my LabVIEW application I successfully implemented a SQL statement
    like
    SELECT *
    FROM table_name
    WHERE property 1 = 123
    AND property2 = "abc"
    with help of the Database Connectivity Toolkit. I first created a parameterized
    query, then set each parameter and afterwards executed this query.
    But now I want to use wildcards within this statement. Does anybody know
    how to use wildcards with both integer properties and string properties?
    Is this possible while using the normal parameterized query vi?
    Thanks in advance for your help.
    Regards
    Michael

    Hi Michael
    You can use "LIKE":
    SELECT * FROM table_name WHERE property 1 LIKE '12%'
    % represents multiple characters (e.g. entries with property 1 123 but also 1240 would be selected)
    _ represents one character
    Hope this helps.
    Thomas
    Message Edited by becktho on 09-05-2005 11:57 AM
    Using LV8.0
    Don't be afraid to rate a good answer...

  • Query property to change width column

    The user wants to run the query and have the property from the third tab be set at '  Adjust to result area' option.
    However, when I quit the query or exit the query and return to run it again, the option is defaulted to 'Adjust to whole column'. The first column would change back to the width of the query name and the second column would change back to the width of the variables.
    Is there a way to default this property to '  Adjust to result area' option?

    HI Chitrarth,
    Is there a way to do this permanently from the query.
    I tried it and when the next time I open the query to run it , it would go back to the other format. I would hten have to go to prorperty and change the option.
    Is there a way to default the opion to the other instead of 'adjust to whole columns'?
    Thanks

  • RECORD GROUP QUERY PROPERTY

    Hi:
    Is there any way you can get at runtime the query of a record group?.
    I can't find any property for this.
    Can I use a tree to put there the record group and after this get it with
    Ftree.GET_TREE_PROPERTY( htree, 'QUERY_TEXT')
    Thanx

    I don't think that it will work with a tree, but you could try to keep the query in a parameter and assign it to the recordgroup at runtime. At least you can read the parameter.

  • Query property "Save and reuse variable value" doesn't work in BW EHP1

    We have a workbook which contain 4 queries, every different worksheet is a different query.
    All the queries are on the Same InfoCube and all the queries use the same variables.
    In the properties of the query n.2 we set the parameter "Save and reuse variable values" then we refresh the 1st query and all work fine (the system asks the variable values) but when we refresh the 2nd query the system doesn't use the same variable values that we have inserted for the query n.1
    We don't have the same problem in 7.0.
    Any help is appreciated.
    Luca

    Hi,
    I suppose, you need to set the 'Save and reuse variable values' for each query individually in the workbook. I am not sure however there is a option where you can specify to apply the settings of one query to all queries in the work book.
    Please check and hope it helps.
    Regards,
    Adarsh Mhatre

  • Doubt in RSRT regarding generate query.

    Hi All,
    I have a doubt in transaction code RSRT (Query monitor). Under the tab environment, there are 2 options.
    1) Generate queries.
    2) Gen.Queries directly as shown below.
    i.e in RSRT> Environment> Generate Query
    and   RSRT> Environment> Gen. Query directly.
    I would like to know what the functions of these two options are and what they do?
    And also would like to know how these 2 are different from generate report.
    I know generate report means regeneration of query, but what does regeneration of query actually do?

    1) generate queries = generate the query @ next call.
    This means it does not gets generated unless the query is called by a workbook, web template,...
    2) Directly: generates the selected queries directly.
    Generation of a query:  a query is in fact an ABAP program.  This program is created by the BI system.
    To generate a query is to 'create' the ABAP program for the query.
    You can also delete the old ABAP's (old versions):
    environment -> delete old ABAPs

  • What are the query errors can be rectified using trns code rsrt?

    Hi all,
    Can anyone let me know the sigifiance of trns code rsrt? with examples. Nor can anyone send me a documentation about rsrt describing its functions and significance.
    What are all the errors will be rectified using rsrt ?
    regds
    hari

    hi,
    RSRT : Query monitor to debug and test the queries. U can test IGS(internet Graphical Service) also.RSRT is to scan the query as to how the query gets executed, whether it uses aggregates or cubes, full table scan or uses index, etc.
    You can also change the performance of a query under the 'Properties' tab.
    If you switch the Read Mode to 'A' - 'Query to Read All Data at Once', it can really kill the query performance. Instead of reading data with each navigation, it reads it all before it loads. It will speed up navigation after the report has rendered, but kill the load time.
    The 'Generate Report' button can be used with the report has become corrupt. It will regenerate the report. It hasn't happened many times, but I've had reports that just failed to run when no change has been made. Regenerating the report fixed it.
    Execute + Debug is a lifesaver when you need to trace user exits in your report. It has a lot of neat options
    chk this link..
    http://help.sap.com/saphelp_nw04/helpdata/en/a0/2a183d30805c59e10000000a114084/content.htm
    hope it helps..

Maybe you are looking for

  • Do I have a problem.  My unit works, but not by the directions

    I may be an idiot. I opened my new nano (I got it from my brother) and saw on the side PC + Mac. Ok, I connected it and booted up into LINUX, that is installed on my PC. It is installed on my personal computer, or am I not too wise? So then I went th

  • Valuation Difference is blocking the release of Credit Memo to FI

    Hi, We had created an Invoice on 03rd May with billing date 25th April, and then released this invoice to Finance. Now we have created a Credit memo for that invoice, and trying to release to Finance but system is giving the following error "Reversal

  • Line item concept and doc_item ???

    Hi everyone, Can anybody explain what is Line item? I have created one application form of form class IS_U_BI_BILL I want to get old meter number, new meter number, opening readning, closing reading, multiplier, kwh and charges for different  line ty

  • DCM9900 how to prepare 16Gb compact flash card?

    Dear all, I want to upgrade the DCM to the actual s/w release. Right now i have a 1Gb CF-card. To upgrade to the newest s/w i need a 16Gb CF-card. Do anybody know how i can "install" the 16Gb card. I replaced the CF-card and tried it with the "upgrad

  • Re: BI Load Data

    Hi Guys, Is ther anyother way to get data into BI other than table maintenance view. Currently the user enters data in table maintenance view in ECC and then we load data into BI. Apart from this anyother way to do it? Regards, Anand