Reporting on BPS Cube

Hi All:
In BPS Cube when the request is yellow Iu2019m able to report on it by adding variable (All Data) on Request ID in the Query. Is this going to effect the performance, whatu2019s the mechanism behind using this variable? If I have 50 requests in the Cube is it going to read all the requests and find the request what I want in the Query? please explain in detail.
Thanks a lot!
Manasa.

Hi Manasa,
Regarding your case ..
There is method to change the status from yellow to green automatically.
You can use process chain (tx: RSPC), there is process node to change the cube from planning type to load type (it's grouped in Other BW Processes). .
After you create the process chain, you can trigger the process chain by function: RSPC_API_CHAIN_START
With this method, you can activate your report from cube planning.
Hopefully it can help you a lot.
Regards,
Niel.

Similar Messages

  • InfoCube QM Status=Green before Reporting on BPS Cube

    Matez,
      As I understand, that an InfoCube needs to have it`s QM status to be =Green, before any query can be executed on the Info Cube.
    So, for BPS Cubes, as I understand that the QM Status will only turn Green once, 50000 records has been written .
    Please advice if I`m able to report on the BPS INfoCube while the Status QM = Yellow
    Thanking in advance !

    As Anurag mentions, for queries that need to pick up the most recent information from an open (yellow) Request, you need to include the Most Recent Data variable.
    As I recall, what happens is there is one database query  the reads the open request and another that reads the rest of the fact table ( or two if you have compressed some of the Requests into the E fact table.
    If you have an aggregate created on the transaction cube, the BW is smart enough to go get the data from the open Request and then get the rest of the data from the aggregate.

  • Reporting on Virtual Cube - DTP Authorisation is required??

    Hi all,
    Say there is a Virtual Cube V, i have multiprovider on top of it M, When i am running report on this M, it is saying as there should authorization to run the DTP's.
    Is it necessary to have DTP authorizations, to run a report on Virtual cube??
    Please let me know how to overcome this, other than including DTP authorizations in the User roles.
    Let me know your suggestions.
    Thanks,
    Sowrabh

    Hi Krishnan,
    Yes Users needs to run the report in front end.
    Can we give authoraztions for only these particular DTPs that to in display mode, so that they can run the queries??
    Would there be any issues by doing so??
    Thanks,
    Sowrabh

  • Report on Virtual cube is not working.

    Hi,
    I  created a report on virtual cube, Virtual cube is based on Function module which will pick data from Multiprovider, In the FM mention the import parameter name as " Muli Provider" Name.
    Multiprovider built on SPO object , On SPO object BIA is created, If can de activate the BIA on SPO then the report built on virtual cube is working in the portal. If I can activate the BIA the report is not working in the portal.
    The report is working fine in RSRT and Analyzer either BIA is active and deactive.
    Regards
    GK

    Hi
    The multi cube you created must be comprising of Info cubes, DSO and Info objects. Now this error which you are getting is it for
    - a specific characteristics or
    - any characterisitcs that is entered fourth in the series of filter selections or
    -  the fourth value in a specific characteristics
    Is the characteristics and the value which you use in filter present in all the underlying objects included in the multi cube ? You can check it in each of the objects associated in the multi cube, independently. This will give you an idea as to whether the error reported by the system is genuine or not.
    Cheers
    Umesh

  • Pass parameter to ssrs report based on cube

    hi folks:
      I am working on a weekly report based on cube. Users are able to pull out data by themselves using excel. Now they want this to be scheduled to run on a weekly basis via SSRS. The date hierarchy (date.calendar)  is like this: Year -> Quarter
    -> Month -> Week
     I want users to be able to pick any week (only one week) they want and run the report.  I understand I need to create a parameter @week .
    The problem is how to populate this parameter @week in mdx since the source is a cube db.
     Any idea?
     Thanks
     Hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Thanks Charlie, your solution is pretty close now. When I try out the shareddataset via cube, I found the following statement in the query via query designer:
    WHERE ( [Checkoutdate].[Fiscal Year Calendar].[Week].&[23]&[2014]&[2]&[6] )
    23 is the week no, 2014 is the year, 2 is the quarter and 6 is the month. I intend to create 4 parameters so that users could pick year, quarter , month and week. 
    The question here is the sequence, do I have to strictly follow the sequence  [week - year - quarter - month] or it doesn't matter? 
    SELECT {STRTOMEMBER("[Date].[Calendar Weeks].[Calendar Week].&["+@Week+"]&["+@Year+"]&["+@quarter+"]&["+@month+"]
    ")} ON 0
    or can I go like this as it's more intuitive:  
    SELECT {STRTOMEMBER("[Date].[Calendar Weeks].[Calendar Week].&["+@year+"]&["+@quarter+"]&["+@month+"]&["+@week+"]
    ")} ON 0
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

  • Query issue in BPS cube

    I have a BPS cube. The query executes fine for the first time but when I start drilling down it exits complaining that it is running out of memory. There is hardly any data in the cube for memory issue. I did all the tuning that needs to be done on a cube for performance. 
    Please advice....

    Arun,
    This is not usual. What settings you have in your query. Do you have any virtual characteristic / key figure? Check all the objects one by one, you will get it.
    Tell me the query sertings, pl.
    Thanks
    Ravi Thothadri
    [email protected]

  • Using the ROLLUPTIME with a BPS Cube

    Hi, all.
    I built a multiprovider with a BPS Cube (transactional) plus a "normal" Cube (not transactional). Then a put a query over this cube in a web template.
    When I use a text element ROLLUPTIME for display the last update of data, only the "normal" Cube is considered.
    I don't know if this is a limitation of the BW or if there are some trick to do this work correctly.
    We're on BW 3.5.
    Any advices will be welcome.
    Thanks,
    Henrique Teodoro

    This question is duplicated

  • Data in aggregates not updated after planning in SEM-BPS cubes

    We are running BW 3.0B SP27 with SEM-BPS. Our database is DB/2. When users modify plan data on planning layouts, the data in the cube and the aggregates can become inconsistent.
    For example, when a user runs a report that uses an aggregate, they get one number, but when they add a drilldown that causes the report to bypass the aggregate and hit the cube directly, the number will be different. The only way to fix this is to deactivate and then reactivate the aggregate that has stale data.
    We've tried opening an OSS message, but that hasn't been helpful, since we aren't able to reliably reproduce the problem. Sometimes the aggregates are fine, other times the data will be stale.
    We roll up aggregates in the SEM cubes at the end of each business day. We include a request ID filter for "most current data" (0S_RQMRC) in all our SEM queries, so the queries should be bringing in data from the latest open request in addition to the data in the relevant aggregate.
    What causes this, and how can we fix it without manually reactivating aggregates?
    Thanks,
    Jason
    Message was edited by: Jason Kraft

    is the request still open. close the request and then probably the aggregates will start..
    Regards,
    BWer
    Assign points if helpful.

  • Do we have to load data in BPS cube before entering values ?

    Hello,
    Can someone explain me the flow of data in BPS. Like I have created a copy of a regular cube and will be working on that making it into a transactional cube (as per help.sap). So do i need to load the same data in tran. cube from R/3 as load in regular cube. or do I just have to create the planning folders and layouts and let the user enter their planning values?
    Do we have to send the data that users input back to R/3 ?
    In short if someone can explain me the flow of data it would be great.
    Thanks a lot in advance.

    Hi,
    If you are working on funds management then I think there's an extractor for it and clients usually plan and retract the  data back to SAP. Again, loading of data is not just for comparing plan and actuals the client might be reporting on the data.
    BPS is a part of BI, the main area that is normally implemented first is the BW part which is for reporting and then go for BPS.
    What I am not sure is these are very generic questions can you be more specific as to what's the problem you are facing. All the points mentioned by you will be handled/answered during a blue printing session.
    thanks

  • How to Make a report from two cubes

    Hi, guys,
    i'm trying to create a report use the data from two different cubes, but that's a problem. what i want to do is like this:
    From Cube A, i want to get the total machine number for each type of machine:
    Type machine | Total machine
    Type A 10000
    Type B 15000
    Type C 40000
    And from Cube B, i want to get the machine amount which has an error, also group by machine type:
    Type machine | Broken machine amount
    Type A 50
    Type B 15
    Type C 100
    So what can i do to create a report like below:
    Type machine | Broken machine amount | Broken machine ratio(%)
    Type A 50 0,5
    Type B 150 1
    Type C 100 0.25
    Thanks a lot,

    Hi, Nicolae, use ur idea, i can get the table u show:
    Type | Machine amount | cube
    Type A 10000 'cube A'
    Type B 15000 'cube A'
    Type C 40000 'cube A'
    Type A 50 'cube B'
    Type B 15 'cube B'
    Type C 100 'cube B'
    but with this table how can i get the table which i want:
    Type | Machine amount | % of machine
    Type A 50 0.5
    Type B 15 0.1
    Type C 100 0.25
    I have no idea, 2 things in ur idea have to be considered:
    1. just show the record of 'cube B'
    2. to get the data that cube B machine amount/ cube A machine amount
    Need your detail explain, thanks

  • Excel reports with OLAP cube in SharePoint

    I have SQL Server 2008 SSAS OLAP Cube. I have also SharePoint 2010.
    I want to let users to use pivot like reporting feature. Every user makes own reports.
    What are recommended architecture? What tools are needed? What SharePoint 2010 version and features are needed?
    Kenny_I

    Hi Kenny,
    Do you have any update for this issue?
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Create report from olap .cub file problem

    hello,
    i am using crystal reports 2008. i tried to create a report based off of the sample sales reports.cub file using the olap cube report wizard.
    when i moved the measures dimension to the slice list on the slice/page screen and tried to create a parameter field, i got this message "the table measure could not be found'.
    i do not understand how that table could not be found when it is in the .cub file.
    i'm hoping that someone can tell me because without getting past this, i can't create the olap report.
    any help would be greatly appreciated.
    thank you
    tracy

    Hi Tracy,
    Moved your post to the Other forum where OLAP is located.
    Don

  • Issue when running  Balance sheet report  on Virtual Cube (0FIGL_V10)

    Hi ,
    We are actually implementing new General ledger and I activated all the underlying ODS & cubes.
    While running standard report(0FIGL_V10_Q0001) on 0FIGL_V10 , I am getting the following error:
    Characteristic 0GLACCEXT has a constant value (F) and cannot be used.
    Characteristic 0GLACCEXT Financial Statement Item not available in the Infoprovider.
    FYI, The above characteristic is available in the cube and I dont know what is the fix for the same.
    Can anyone please let me know if the same problem was faced and resolved.
    Regards,
    Kumar

    Hi Sumit,
    Thanks for the response.I did following checks in RSRV yesterday before I posted this thread.
    Master data checks for 0GLACCEXT went successful but when I checked my Infocube and dimension tables,its giving me the following error:
    Diagnosis
    There is no dimension table for dimension /BI0/D0FIGL_V102, even though the dimension is not a line-item dimension.
    Procedure
    Try to reactivate the InfoCube. Data that is contained in the InfoCube is not deleted.
    As per the above procedure , I reactivated the cube and tried running the query but it still gives the message,0GLACCEXT characteristic cannot be used.
    I can see all the dimensions in the Infocube(0FIGL_V10) coming correctly and I also can reactivate but still the error doesn't go.
    I also tried installing the Cube one more time if the error was because of not installing properly and I tried running the report but still I did not get to a resolution..
    I am now not sure , what to do to fix this problem.
    Regards,
    Kumar

  • Date to Date Report For BSo Cube

    Hi All,
    We are plan to create one bso cube. we want to build time dimension include dates,I want to load data and generate reports date wise.I know its full difficult to get the reports date wise.please help me out.

    You could use relative names for the MEMBERS and then change the aliases each month:
    Member CM-0 Alias Sep 2012
    Member CM-1 Alias Aug 2012
    Member CM- ...
    You would have to reload all data each month but you could load to the alias names so the input files would not have to change.
    Then just build your reports with the member names and have Essbase respond to the query with the Alias.

  • Help to fill BPS Cube with same data in a Cube with these conditions

    Hi,
    I need some help in implementing BPS in a small project. (Integrated Planning is not available).
    An existing cube, Cube1 has: Year/month, Year, char1, char2, keyfig1, keyfig2
    Keyfig1 is filled directly from R3 with actuals; keyfig2 (planned values) is  filled manually filled with a monthly flat file load.
    Now, there is a change in direction to fill keyfig2 through BPS features and bring in additional key figures all based on keyfig1.
    Cube2 has been created only for the purpose of this BPS project. Cube2 was a copy of Cube1(with no data). For Cube1, I have created a Planningarea1 and PlanningLevel1; and for Cube2, Planningarea2 and PlanningLevel2 in BPS0.
    How do I fill the BPS Cube2 with the same data as in BPS Cube1 with the following conditions:
    keyfig1 : same as source value from R3 (not modifiable)
    keyfig2 : modifiable by users only on the first and second of the month.
    keyfig3 : keyfig1 * 1.1
    keyfig4 : keyfig1 of previous Year/month 
    keyfig5 : same as source value from R3 (But modifiable)
    keyfig6 : same as keyfig5 as of last day of 20th of the current month (not modifiable)
    The goal is to create a multi planning area to join the two cubes. Hints all that will also be appreciated.
    Thanks

    Your thought of having a multi area is right.
    Create a multi area and being the basic areas to which you have assigned cube 1 and cube 2 underneath the multi area.
    UNder your planing package, create a function of type Formula and create a parameter set like this:
    = * 1.1.
    Just this one line will is enough.
    TO get keyfig 4 as previous month's key fig; you need another fox. To do this, you need to have a BPS variable to et previous month and use this variable in the parameter set.
    Your fox will be like this.
    DATA CURRMONTN TYPE 0CALMONTH.
    DATA PREMONTH TYPE 0CALMONTH.
    {KEYFIG4, CURRMONTH} = {KEYFIG1, PREMONTH}.
    To make users modify only on days 1 and 2, you need to define a dara slice.
    Ravi Thothadri

Maybe you are looking for