Query for Info Provider

How to create query for infoprovider ? I have selection criteria, calculation and result screen for queries taken from one reference query. I am new to this part so dont know which transaction we will use to create query. Is it APO part or BI/BW part ?

I have to create queries for info provider. I have one reference query. I have to create similar selection screen as that of reference query for new query. Calculation which needs to be included in query is provided also result screen for query is given.
how to create query in APO using above input? Which transaction do we use to create query ?
I heard about BEx query analyzer which is there in BI for query creation . Is similar BEx functionality is available in APO ? If yes , what is t-code used for that? I know one tcode - RSRT with which I can see existing reference query selection? Is there similar tcode for query creation also in APO?

Similar Messages

  • Statistics indicator for info provider

    Hello dear BWers,
    I have been asked to set the statistics indicators for the info providers that the queries need to access...
    Where do I do this?
    BR,
    Fredrik

    Thanks Bhanu,
    I really appreciate all your help!
    Many points to you!
    Best regards,
    Fredrik

  • Missing data source for info-provider 0CATS_C02

    We activated BI content 0CATS_C02.  However, it doesnt have a data source attached.  I see threads on data source 0CA_TS_IS_2 but we dont this data source in our system.  We are running ECC 6.0 and BI 7.0..
    Any ideas?

    Hi Stephen,
    Have you tried searching in sap help?
    Regards,
    Diego

  • Move out Info Provider to other server without transport connection?

    Hi All,
    Could you share you thought ?
    Is there a possibility to move out the info provider design & info object to other server without transport connection ?
    The background is our project box will be decommissioned, and unfortunately it's not connected to development box. We've already found how to move out ABAP program, we generate it to XML, than upload it.
    How about for info provider itself / info Object ? Is there a possibility to have the same treatment ?
    Any thought from all of you ?
    If you have the way, appreciate if you can share it to me.
    Thanks a lot and have a good day,
    Best regards,
    Daniel N.

    Hi,
    From transport side, it is possible. You can create a dummy transport target system, then collect BI objects in request and release it. After release, the exported data is in dir_trans, you can manually copy it to realy target server, put them in dir_trans, and in STMS import Q, select from menu of import external request and import it.

  • Info provider routine - equality

    Dear all,
    simple question.. I just wanto to write routine for info provider, where in data selection, i want to get the data if;
    field 1 = field2 (first 8 chars) otherwise should not get this data..
    how to write this routine?
    Thanks

    you can do this in start routine.just compare the 2 fields in start routine and delete it.
    try something like this:
    loop at result_package assigning <result_fields>.
    if <result_fields>-field1+0(8) ne <result_fields>-field2+0(8).
    delete result_package.
    endif.
    endloop.
    Edited by: Ananda Theerthan on Jan 29, 2010 1:30 PM

  • Inconsistent Query Result in SEM-BCS using Virtual Info Provider

    We have just upgraded to BW 7.0 and SEM-BCS 6.0. When we run an existing 3.5 BW query for BCS through the Virtual Info Provider against the basic consolidation cube, we are getting inconsistent results. Sometimes we get the correct result, and other times our results are not rolling up correctly causing an out of balance on our balance sheet query. We did not make any hierarchy changes between the query executions. Has anyone else experienced this? We cannot see the cause of the inconsistency. Everything looks good when running through RSRT DEBUG. Any help on pushing us in the right direction to solve this would be appreciated. 
    Thanks,
    Rob

    Hi Rob,
    Could you please let me know how you have resolved this issue? Thanks.
    Regards,
    Ashok

  • How can I do for a row of a query be data provider for a variable?

    Hi friends, I have a problem !
    How can I do for a row of a query be data provider for a variable?
    I need that a value of variable be stored when the user select a row in a query. At the BPS we can do this configuring the variable selector in WIB, and in a WAB how I can do this ?
    Best regards,
    Gustavo Liberado

    In this case when I press the key to call other forms I need to wait for the response in the secondary form and then process the result.That is exactly what a "modal JDialog" (or JOptionPane) are used for.
    Try it. Create a short demo program. All you need is a JFrame with a single button to show the modal dialog. All you modal dialog needs is a single button to close the dialog. After you show the modal dialog add a System.out.println(...) statement in your code and you will see that it is not executed until the dialog is closed.
    Then once you understand the basics you add the code to your real program.
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • Performance of the query for YTD info

    Hi Experts,
    I have a query it takes more time  when you run that query for period or year. Like selection ceritaria is few days info work quick. But when it run for period it take more then 10 minutes.
    Give me suggestions how to speed up the query
    Thanks

    Build aggregates. Goto RSRT, execute and debug, switch on statistics and display aggregates checkbox. See whether an aggregate is hit or why not and build aggregates accordingly.
    Also look at statsitcs if database is performance killer see events 9000ff for this.
    Other hints: reduce start level of your query and remove some chracteristics if possible.
    Regards,
    Juergen

  • Info provider  not   found  for   2LIS_13_VDKON

    Hi,
      We are using 2LIS_13_VDKON data source for Billing Conditions ( Plug in 2004.1).
      Am unable to find the Info Provider for this data source /info source at 3.3 content. ( Unless my selections were incorrect).
      Shall you please kindly help me if this info source is already in use.
      Our extraction was strcuked at PSA level because of No data target it looks like we need to built custom ODS/Cube.
      Thanks for earliest reply.
    kind regards
    martin

    found in 3.5 content.
    Cheers
    martin

  • How to query MP for SMS provider

    Hi ,
    How can i query with remote MP for SMS provider or site server location with vbscript.
    I am trying to connect to SMS provider from task sequence for updating some data in WMI class instance.  

    No, it's not. You have to connect to the site server which will return the location of the provider.
    Set objLoc =  CreateObject("WbemScripting.SWbemLocator")
    Set objSMS= objLoc.ConnectServer(strSMSServer, "root\sms")
    Set Results = objSMS.ExecQuery("SELECT * From SMS_ProviderLocation WHERE ProviderForLocalSite = true")
    For each Loc in Results
        If Loc.ProviderForLocalSite = True Then
            Set objSMS = objLoc.ConnectServer(Loc.Machine, "root\sms\site_" & Loc.SiteCode)
        end if
    Next
    Torsten Meringer | http://www.mssccmfaq.de

  • Provide sql query for below one

    hi everyone,
    in my source table [finanace_dept] contains two columns [finance_id,r_mature_kd] with 2 million records and sample data given below.
    finance_id r_mature_kd
    1 H
    1 T
    1 T
    2 T
    3 H
    4 S
    4 T
    4 T
    5 X
    6 H
    6 L
    6 L
    6 M
    please provide sql query for below expected output.
    expected output :
    finance_id r_mature_kd
    1 H
    1 T
    4 S
    4 T
    6 H
    6 L
    6 M
    for column finance_id: '1', contains three records, but two distinct r_mature_kd hence it should retrive only two records with H,T
    for column finance_id: '2','3', contains only one record hence this records should not retrive.
    for column finance_id: '6', contains four records, but three distinct r_mature_kd hence it should retrive only two records with H,L,M
    please help on this.

    WITH T(finance_id,r_mature_kd) AS (
    SELECT 1, 'H' FROM DUAL UNION ALL
    SELECT 1, 'T' FROM DUAL UNION ALL
    SELECT 1, 'T' FROM DUAL UNION ALL
    SELECT 2, 'T' FROM DUAL UNION ALL
    SELECT 3, 'H' FROM DUAL UNION ALL
    SELECT 4, 'S' FROM DUAL UNION ALL
    SELECT 4, 'T' FROM DUAL UNION ALL
    SELECT 4, 'T' FROM DUAL UNION ALL
    SELECT 5, 'X' FROM DUAL UNION ALL
    SELECT 6, 'H' FROM DUAL UNION ALL
    SELECT 6, 'L' FROM DUAL UNION ALL
    SELECT 6, 'L' FROM DUAL UNION ALL
    SELECT 6, 'M' FROM DUAL
    SELECT  DISTINCT finance_id,r_mature_kd,C FROM(
    SELECT finance_id,r_mature_kd,COUNT(1) OVER (PARTITION BY finance_id) C
    FROM T
    WHERE C > 1
    ORDER BY 1
    FINANCE_ID
    R_MATURE_KD
    C
    1
    H
    3
    1
    T
    3
    4
    S
    3
    4
    T
    3
    6
    H
    4
    6
    L
    4
    6
    M
    4
    Ramin Hashimzade

  • Two info provider in one query

    Hi ALL,
    i am currently looking at two info providers from where data needs to be pulled, but i am not able to get two info providers in one report while using the query designer.
    is this a restriction. can i have more than one info provider in one report?
    what would be the procedure to get two inf providers in one report
    plz help....
    Regards
    Arvind Kumar

    Hi,
    You can create a report through query designer only on single InfoProvider(either Multiprovider, InfoCube, InfoSet, DSO,Master Data Object).
    If you need to get data from more than 1 info provider you have create a Multiprovider which will include the relevant info providers, and then create report on that Multiprovider.
    Hope it helps!!
    Thanks,
    Lavanya.

  • BI Statistics NW2004S Content - Virtual Info Provider 0TCT_VC01

    Hi
    We implemented BI NW2004S statistics for front end OLAP analysis  which consists of info providers 0TCT_C01, 0TCT_C02. However, when we activated the queries, we are not seeing enough data in queries even though the info providers are loaded correctly. SAP has provided content for 0TCT_VC01 & 02 as virtual info providers which are used in multi providers -0TCT_M01 & M02 along with the base info providers mentioned above. All content queries are built on these multi providers and currently in our multi provider we have just base info providers but not virtual info providers.
    Now my question is, on virtual info providers - These virtual info providers are based on DTP and am just wondering which data source I should use to maintain transformation as info provider based on DTP would require transformations to load the cube. I have used data sources 0TCT_DS01 & 02 to map transformations to base info providers 0TCT_C01 & C02 respectively.
    Pls confirm on how I should use these virtual info providers as part of multi providers and which data source should I use to maintain transformation.
    I am hoping that by including virtual info providers into the above multi providers, I would be able to see the data to analyze query performance during user navigations.
    Appreciate your response.
    Thanks

    RSDDSTAT_OLAP->0TCT_DS01(data source)->InfoPackage->0TCT_C01(0TCT_MC01)->0TCT_MC01_Q*(queries)
    The cube 0TCT_C01 gets filled from data source 0TCT_DS01 which is again gets data from the view RSDDSTAT_OLAP.
    So whenever you run queries (3.x or 7.0) or templates (3.x or 7.0) or workbook (3.x or 7.0), this view gets filled.
    So, you please schedule the releavant process chain or infopackage which will fill the cube 0TCT_DS01, then you will be able to use the queries built on this cube.These process chains are starting with 0TCT*.The installation steps and scheduling steps are very well explained in the note 934848.
    P.S. SAP delivered queries are based on multicube 0TCT_MC01 (built on 0TCT_C01 and 0TCT_VC01) and not on 0TCT_C01
    0TCT_VC01 Usage -
    The purpose of virtual cube 0TCT_VC01 is to give delta data.
    For ex, you would've scheduled the process chain for loading 0TCT_C01 every day in the mid-night. If you are running the query built on 0TCT_MC01 cube in the morning, you will miss the data from yesterday mid-night till today morning. To give this delta data, the virtul cube is used in the multi cube.
    Hope it Helps
    Chetan
    @CP..

  • Currency F4 only shows info provider value instead of all values

    Hi Guys,
    I have a BI query in which the currency object is restricted with a variable.
    I executed the query.
    In the intial variable selection screen, i clicked on F4.
    This variable only shows me the value from Info Provider.
    But instead of that, i want to fetch all the currencies in the F4 help.
    I have tried Query Filter Execution set to Master data but that too doesnt help.
    Please please can someone help in it.
    Regards,
    Charu

    Hi All,
    Here are the steps i did for the currency conversion.
    1. Created the conversion type.
    2. Exchange rate type -> M
    3. Selected Dynamic exchange rate
    4. In the currency tab selected source currency from data records.
    5. Target currency i selected Target currency from variable.
    6. Variable is the one created on the 0CURRENCY object.
    7. Time reference is the exact day and 0CALDAY is selected in it.
    8. In the query, created a calculated key figure and assigned this conversion type to the CKF.
    9. I have just dragged the 0CURRENCY in the row.
    10. For currency in the Advanced tab in query i selected master data option for the filter.
    When the query executes, it asks for the value of this variable.
    When i select the F4, it should show me all the currency values, but it shows me only INR. In the search if i give EUR manually then it takes EUR but doesnt show me in the list.
    Is there any step that i have missed out pls.
    Regards,
    Charu
    Edited by: Charu Pandey on Jun 18, 2009 6:02 PM

  • Info set , info provider and info spoke

    Hi gurus plz give me the difference in between info set and info provider and info spoke. and give me what are the prerequisites are needed to process infoset, infoprovider and info spoke?
    Regards
    Vidhu

    InfoProvider
    An InfoProvider is an object for which queries can be created or executed in BEx
    Check this for more,
    http://help.sap.com/saphelp_nw04/helpdata/en/4d/c3cd3a9ac2cc6ce10000000a114084/content.htm
    Infoset:
    An InfoSet is a special view of a dataset, such as logical database, table join, table, and sequential file, and is used by SAP Query as a source data. InfoSets determine the tables or fields in these tables that can be referenced by a report. In most cases, InfoSets are based on logical databases.
    SAP Query includes a component for maintaining InfoSets. When you create an InfoSet, a DataSource in an application system is selected.
    Navigating in a BW to an InfoSet Query, using one or more ODS objects or InfoObjects.You can also drill-through to BEx queries and InfoSet Queries from a second BW system, that isConnected as a data mart.
    The InfoSet Query functions allow you to report using flat data tables (master data reporting).Choose InfoObjects or ODS objects as data sources. These can be connected using joins.You define the data sources in an InfoSet. An InfoSet can contain data from one or more tables that are connected to one another by key fields.The data sources specified in the InfoSet form the basis of the InfoSet Query.
    Check the link for more,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ad/2225391d4f000be10000000a114084/frameset.htm
    InfoSpoke:
    Info spoke is an open hub destination defines to which target the data is to be relayed.
    Check this link for more,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ad/2225391d4f000be10000000a114084/frameset.htm
    Check this doc also,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/eb462104-0701-0010-07ae-d866630e0989
    Hope this gives you a good idea...

Maybe you are looking for

  • Getting bean from request scope

    Hi, I am new to JSF and unfortunately I am running into a problem that I am not entirely sure about. I look in other forums and what I am doing looks right but I am not getting the desired result. In my faces-config.xml file I have a managed bean def

  • I unable logon to application after upgrade to 11.1.1.2

    Hi, I have problem to logon to HFM application after upgrade from 9.3.1 version to 11.1.1.2. The application is "Classic Application". I upgraded SharedServices(HSS), Planning, AnaliticServices, Workspace and HFM. Everything is OK. I can logon to all

  • How to handle the weekly planned order which cross month?

    Dear All, We do weekly production plan and balance the plant capacity by month. All the planned orders generated on each Monday and covered one week. But we need to measure the plant perfermance by month and use the monthly perfermance report. So the

  • I used to have broad, then it stopped working

    As the title says , i did have broadband, about 6 or more months,, then it stopped working, so i contact bt, eventually after several visits by engineers, literaly hours and hours of phone calls, several times got cut off after around 45 mins to an h

  • Constructor-problem

    public class Three extends Two {      public static void main(String args[])           new Three(); public class Two extends One{      public Two()           this(5);           System.out.println("Constructor of class Two");      public Two(int x)