Query on  ODS

HI All,
Can anyone Answer this
I have 5 Requests in ODS, Third one having Error, If I Delete 3rd Request, What will be the impact on ODS?
Regards,
Kiran Telkar

Hi Kiran,
What i am trying to say is if your third request is red then it won't allow you to activate the 4th and 5th request. In that case you can just delete the 3rd request and then activate 4th and 5th request.
You have to remember few things on ODS request deletion,
1) Request activated together will be deleted together when you are trying to delete on of the requests.
2) Request loaded and activated after a request (which you are trying to delete) will also be deleted at first and it will be reloaded back into the ODS object. This is possible due to the new roll forward table (/BIC/A<ODS>50).
Hope it helps.
Thanks,
Soumya

Similar Messages

  • Query on Cube jumps to Query on ODS ; Query on ODS takes Long time

    Hi All,
    Perormance Issue:  Query on Cube jumps to Query on ODS.
    Query on ODS taking long time.(JumpQuery)  
    Specific to ODS Query: When i have checked the Query on ODS(individually) also taking longer time
    Actually ODS contains quite huge data. Indexes already maintained.
    I have checked the RSRT- Execute SQL and Debug Option also. Indexes maintained Perfectly .
    Order of objects in ODS indexes are matching the order of Objects in SQL stat of RSRT Trans. Inspite of that taking long time.
    I have checked both the ways jumpquery aswellas individually .
    My question is when the query is jumping from cube to query on ODS how to check the performance, how the query is executing in background when switching over to the second query, Moreover calculated keyfigure has been used for jumping to the target query.
    How can query(ods query)  time is optimized or improve performance when jumping  from query on Cube ?
    can any body help?
    Rgds,
    C.V.
    Message was edited by:
            C.V. P

    What i understand is that you need to optimise the Query jumping time . But this will be very less compared to the time taken by the query on the ODS.
    Ideally you shouldnt be making a BEx Query on the ODS , as this takes a long time. What you can do is try executing the Bex Query on the ODS to find out as to where the issue lies. If this query is taking a long time , there is not muich that you can do here.

  • APD : Query to ODS ?

    Dear All,
    I have to push data coming from a query report on Stock to a transactional ODS using APD.My aim is to make a multicube of this ODS and another cube. In APD the structure I made
    Query-----Filter--
    ODS.
    But in the query there is a keyfigure : Total Stock Issue Vol : (CK_TSIVOL) which is used many times using different conditions and exceptions e.g. it is used to find TRF out , F2b Issue Vol , Total Issues , Sales which are all different columns in the report . In my ODS I have included this key figure. But how do I link the different fields in query as shown above to 1 field(CK_TSIVOL) in ODS?
    Regards,
    Ratish

    Ratish,
    APD would not work with conditions.... and the best way to check the same would be to extract the query using rscrm_report or rscrm_bapi and that is the data that will go into the transactional ODS...
    As for your ODS design - create key figures in your transact ODS for the other fields and then map the query to the same...
    Arun

  • Running Query on ODS Vs Multiprovider

    I would like to know the efficient method of running the queries on 1) OD'S directly 2)Create Multiprovider on ODS and run the queries using Multiprovider.
    Which method we have to adopt in which contexts. Please help me.
    thanks
    anuthalapti

    Dear Anila,
         You can always make use of Multiprovider to build queries, as the change in the data model would not impact on the Multiprovider and Query design. You can use a query on ODS , if its going to be only on that particular ODS , if you have Queries on two ODS Objects, always make use of Infosets, in this way you could eliminate any data mismatches..as they are both flat table structures.
    Hope it helps..
    Thanks,
    Krish

  • Dates to compare in query from ODS

    Hello,
    I am just starting to use Bex Query Designer and don't know how to compare 2 dates.
    Example is ODS from PM-ORDERS area.
    For one order I have to compare 2 dates and count the total of orders if date 1 < date 2. These 2 dates are in the record PM-ORDERS.
    I tried with variables and replacement path as date 1 less than variable but replacement path only propose equal not less than option. Is there an other way to do this instead of exit user ?
    Thanks in advance.
    Valerie.

    Hello again,
    you can't compare values of 2 characteristics in BEx. You can compare only key-figures. Selections won't help in this case.
    You can create 2 key-figures of type DATS and add them to ODS, modify update rules and reload data. Then you will have each date stored twice - one as characteristic second one as key figure. Now you can create formula COUNT(K_DATE1 - K_DATE2) which is what you need. Count gives you 1 if the day difference is greater that 0.
    Or you can create 1 additional characteristic of type CHAR(1) that will indicate the condition. Add it to ODS, and create formula in update rule.  IF (C_DATE1 > C_DATE2, 'X', ' ') Then you're able to create selection on record count with 'X'.

  • APD Query against ODS - BI7

    Hi,
    Executing a query in APD against an ODS is causing it to first do 'subselects' for each characteristic  - scanning the whole ODS to find all values - before it does the main select (again scanning the ODS I think).
    If I have a FISCPER field in ODS and query, it is first selecting all the FISCPER values by joining the ODS and SID table (which is useless in my view) and seems to repeat it for each char in the query.
    This happens consistently - in APD and RSCRM_BAPI, so I assume it is to do with the MDX generated for the query. The same query in Bex goes to select all the query fields in one table scan of the ODS and runs much faster (this is a huge ODS).
    The same used to run fine in 3.5.
    We are on SP14 and there are no notes for MDX on ODS that we could find relevant.
    Any ideas?

    Ajay,
    Did OSS note 1016067 correct the issue?  I am experiencing the same problem at BI 7 SP16 and I doubt we will be able to apply 1016067 since it was included in SP13.
    Please let me know as soon as you can.
    Thanks,
    Michael

  • Problem in running the query on ODS

    Hi All,
    I have been trying to run the query which consists of only 25 fields and doen't contain much calculations and routines and trying to restrict even 7000 records.
    That too result in system failure reporting on storage parameters somtimes giving dump as well.
    Could you please suggest me the solution for this as this is urgent requirement.
    Thanks
    Suryam

    Hi,
    Are you using a filter / restrictions in the query,if So create a Secondary index which can be suitable(same order) to this filterations/restrictions.
    You can find the order in where cluase in the sql statement used in the query execution.you can see it in SM50.
    With rgds,
    Anil Kumar Sharma .P

  • Error while trying to retrieve data from BW BEx query

    The following error is coming while trying to retrieve data from BW BEx query (on ODS) when the Characters are more than 50.
    In BEx report there is a limitation but is it also a limitation in Webi report.
    Is there any other solution for this scenario where it is possible to retrieve more than 50 Characters?
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[3OD1RJNV2ZXI7XOC4CY9VXLZI], [Measures].[3P71KBWTVNGY9JTZP9FTP6RZ4], [Measures].[3OEAEUW2WTYJRE2TOD6IOFJF4] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [ZHOST_ID2].[LEVEL01].MEMBERS, [ZHOST_ID3].[LEVEL01].MEMBERS ), [ZHOST_ID1].[LEVEL01].MEMBERS ), [ZREVENDDT__0CALDAY].[LEVEL01].MEMBERS ) ........................................................ failed to execute with the error Invalid MDX command with UNSUPPORTED: > 50 CHARACT.. (WIS 10901)

    Hi,
    That warning / error message will be coming from the MDX interface on the BW server.  It does not originate from BOBJ.
    This question would be better asked to support component BW-BEX-OT-MDX
    Similar discussion can be found using search: Limitation of Number of Objects used in Webi with SAP BW Universe as Source
    Regards,
    Henry

  • Use APD to fetch data from Query's Structure

    Hi,
    i have created a query , with a fixed structure in the Row area and two keyfigures.
    I have this query on DSO.
    i want to store the same query output to one table. 
    How can i achive this?
    I think to use the APD, but as i have fix structure in query , APD is not the solution . correct me if i am worng.
    Please suggest.
    Regards,
    Macwan James.

    Hi SVU123,
    Currently I am trying to load data into ODS only. But I want to avoid this path. I can always extract data out of the ODS to Flat File through Open Hub, but that will require twice the time to extract data.
    First from Query to ODS and second from ODS to Flat File through open hub.
    Basically, I want to automate this process and that is why I don't want to opt the path for RSCRM_BAPI t-code.
    - Danny

  • Performance :Query is taking Longtime

    Hi,
    Query on Cube jumps to Query  on ODS and Query on ods takes very long time how can we optimize/improve?
    Rgds,
    C.V.
    Message was edited by:
            C.V. P

    Hi,
    well, i am sure you are aware that Data Stores are not optimized for reporting.
    The Data Store active table can become very large and thus reporting on that table means reporting on a HUGE amount of data.
    The common solution is the creation of additional index on the ODS table to speed up reporting performance. This can be doen in 3.x from the ODS maintenance.
    Also make sure the DB Statistics are active (Put ODS active table in db20)
    Look at this thread for the options you have:
    ODS Performance?
    Please assign points if useful,
    Gili

  • ODS not picking one particular master data record

    Hi All,
    Problem is when we run a query on ODS,it is not displaying the one particular data records.Then we check the ods that particular record values are not available,but it is in master data tables.
    My question is what will be the reason for this.we are using Generic extraction.
    thanks

    Hi,
    Check for primary keys of master data tables and key fields of ODS . I think there should be mismatch which is why some records are getting overwritten.
    Also in the ods request check number of records transfered and number of records added.
    ODS key fields should be exactly same as Primary key of master data table otherwise there are chances of loosing data.
    Hope that helps.
    Regards
    Mr Kapadia
    Assigning points is the way to say thanks in SDN.

  • Problem in query jump from one sender and two receivers

    Hello all,
    My requirement is to jump from one query to another two queries. The sender comes from infoCube A and receivers comes from ODS B and ODS C (ODS C is a copy of ODS B). The problem is that when I execute the first jump a pop up appears with a selection date. This issue does not happen when I execute the second jump (and the selection date is needed). Target queries are identical, and I don´t know what is happening.
    Any ideas?
    Thanks in advance.
    Carmen

    Hi Carmen,
    I think you have used the same variable for the day selection for the query on ODS C and ODS B. Hence when you fill it for the first time it does not ask you at the second instance.
    Regards.

  • 0FIAR_O09 - Credit Mgmt ODS complete structure not avail in BEX

    Hi,
    I'm trying to create a query on ODS 0FIAR_O09 but the structure that I see in RSA1 is not the same in Query Designer.  All the infoobjects in the ODS structure do not appear in Query Designer.  Has anyone else encountered this issue?  Any suggestions?
    Thanks
    Senthil

    Hi Senthil,
    If InfoObjects checked as attributes, they wont get displayed in the Query designer. Check the InfoObject weather its marked as attribute only....
    good luck ..
    Yelamaneni

  • Problem in F4 help while creating ODS queries

    When one tries to create a query on ODS then the F4 help option hangs up and never comes back.
    Have referred SAP Note 984229 and 955990 already.
    System : SAP BI 7.0
    SPS: 13
    Database : Oracle 10G
    Thanks and Regards
    Nidhi

    At first, I would suggest you try with VL02 Tcode rather doing for enjoy transactions.
    Updation of Z table should be sync with your PGI transaction. Here the INSERT/UPDATE should in PERFORM ON COMMIT so the both transaction and Z table will be in sync.
    what is the error you are getting for first time execution? Do you need commit work before call transaction?
    Regds
    Manohar

  • Source tables for Query views and book marks

    Hi Gurus,
    We are planning to recreate Query views based on a perticular query from ODS to cube.
    1. Is there a table that can provide me all the query views created on the portal, Created by(User Name), description based on the query name.
    Basically i am looking for the following:
    INPUT: Query Name
    OUTPUT:
    List of all the query views created on that query
    The user name or id who created the query view
    Description of the query view
    2. I tried in meta data repository but it only gives me query views create in older version of the portal and not 7.0.
    Appreciate your immediate assistance.
    Thanks,
    Ravi Ananthuni

    Hi Ravi,
    You can get the views created on the query and the ods too. But not through table...
    This may not the right process but you can find what you want.
    Open WAD --> add any web item into the template --> On the left pane --> Generic --> Data Provider --> Query/View --> Click on the View icon present there.....
    A popup window opens --> Click on Infoareas --> Goto your Info provider present there --> Expand it, you will find the query created on the info provider and the Views created on that query.
    Hope this helps u...
    Regards,
    KK.

Maybe you are looking for

  • How do I send attachments in email as an icon

    How do I send attachments in email as an icon

  • Audio from DVD

    Can't find a forum that seems appropriate for this question, this one seems the best: I'd like to extract audio from some older DVDs that I have -- ones from the 70's. Nothing illegal or anything like that, just that I'd like to have have some of the

  • How to play sound in servlet program

    How to play sound when a page is gernerated? Thank you for any suggestion.

  • Number of registers in the document number

    Hi people! Could you tell me if there some standard transaction that give us the number of register that there are in the document number. Based on some documents, we need to know the quantity of the registers in the document, document by document. T

  • Error - Web Server Policy Agents setup

    Hi I get the following error message when I try to set up a Web Server Policy Agent on a box [https-jakarta]: failure: CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of /opt/SUNWam/agents/es6/lib/libam