HPA and transactional Infocubes/BPS

Hi,
With the new HPA concept coming out in NW04s, does anybody know if this concept will work with transactional infocubes that are filled with BPS?  In particular, if you want to do real time reporting, will HPA work?  It sounds like there needs to some sort of load process run that enables the HPA reporting.  This makes it sound like real-time reporting will not be supported by HPA.
Any help will be much appreciated.
Thanks!
~Matt

Hi Ron,
Thank you for your responses.  I do have one follow-up question.  Does this mean reporting done off of the HPA data is only as current as the last load?  So, there wouldn't be any real-time reporting unless we ran the process every x minutes.
Thanks!
~Matt

Similar Messages

  • Roll up and Aggreagaes and Compression on transactional Infocubes

    Hi Frineds,
    I want to know about like whether Roll up and Compression is possible or not on Transactional Infocubes?
    Please confirm the correct one.
    I know this is very basic one but i want exact answer.
    Will assign the points.
    Thanks in advance.
    Regards
    SAPSEM

    Hi,
    of course u can build aggregates, can do compression on transactional info cubes because transactional info cube is also a basic cube with planning allowed.
    as we can do loading for transactional cube we can build indices, we can maintain aggregates do compression to improve query performance.
    go into manage of the transactional cube u can find everything same as basic cube.
    same performance tab,same rollup tab, same collapse tab.
    assign points if it helps.
    thanks,
    pavan.

  • FM to read yellow status requests from transactional InfoCube

    Hi,
    I am using the FM RSDRI_INFOPROV_READ to read data from the transactional InfoCube. My problem is that my code using this FM should be able to read data requests that have the yellow status for the transactional InfoCube.
    My code using this FM is able to read data from the green requests only but not the yellow requests. I was told in BPS, the yellow requests should turn green automatically after 50K of records have been queue up and ready to be turned green by itself.
    Has anyone come across this and help me solve this issue of reading data using FM RSDRI_INFOPROV_READ to read yellow request data. Is there another FM to read both the green and yellow requests?
    Please advise. Thanks
    RT

    Hi Rob,
    The function module mentioned by you is correct and it will read the yellow requests please try this, by default the parameter i_rollup_only is set as true set it to false (blank) while calling the function module.
    Please see the attached code
    CALL FUNCTION 'RSDRI_INFOPROV_READ'              
       EXPORTING                                      
         i_infoprov             = p_infocube          
         i_th_sfc               = t_sfc               
         i_th_sfk               = t_sfk               
         i_t_range              = lt_range            
         I_PACKAGESIZE          = p_pksize            
         i_rollup_only          = rs_c_false          
       IMPORTING                                      
         e_t_data               = <fsl_data_read>     
         e_end_of_data          = w_end_of_data       
       CHANGING                                       
         c_first_call           = l_first_call        
       EXCEPTIONS                                     
         illegal_input          = 1                   
         illegal_input_sfc      = 2                   
         illegal_input_sfk      = 3                   
         illegal_input_range    = 4                   
         illegal_input_tablesel = 5                   
         no_authorization       = 6                   
         ncum_not_supported     = 7                   
         illegal_download       = 8                   
         illegal_tablename      = 9                   
         trans_no_write_mode    = 10                  
         inherited_error        = 11                  
         x_message              = 12                  
         OTHERS                 = 13.                 
    Hope this was helpful.
    thanks

  • Error in transaction infocube

    Hi all,
    We are using Transactional infocube for plan data in bps. Actually the user will write the data through a programme directly into the infocube, and from bps we send the data to r/3.For the current year 2007 each record has been entered twice. can u please let me know hw to delete each record.they have kept only one request as we cannot delete it.can u please tell me solution to delete each record.
    regards
    phani

    hi dinesh,
    thanks for reply. for my case selective deletion cannot work because for example we are using cost centre ,gl account and amount each cost centre ,glaccount and amount has been populating twice.it is a bps transactional cube the user enter manually the transaction through a programme.the problem has arised for 2007 plan data ,upto 2006 it was cmg fine.so can u tell me hw to remove each record of duplicate.see i am going to manage clicking the cube contents and going in ,i have delete each record for each costcenter as it is populating twice.so can u please let me know hw to solve it .
    regards
    phani

  • May i know how to create Transactional Infocube, Data from cube to cube

    Hi All,
    I need to create a Transactional Infocube. Can anyone help me how to create that. and how it differs from Basic cube while creating Transactional Infocube.
    My other question is how to load data from one cube to another.( is it possible from basic to transactional )
    It's urgent.
    regards,
    Ali

    Hi Ali,
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/7b/a90e78d10311d4b3490050dadfb23f/frameset.htm
    Transactional InfoCubes differ from Basic InfoCubes in their ability to support parallel write accesses. Basic InfoCubes are technically optimized for read accesses .
    Use
    Transactional InfoCubes are used in connection with the entry of planning data. See also Overview of Planning with BW-BPS. The data from this kind of InfoCube is accessed transactionally, meaning data is written to the InfoCube (possibly by several users at the same time). Basic InfoCubes are not suitable for this. You should use Basic InfoCubes for read-only access (for example, when reading reference data).
    transactional infocubes can be filled with data using two different methods: using the transaction of BW-BPS to enter planning data and using BW staging, whereas planning data then cannot be loaded simultaneously.
    Anyway, the data from this kind of infocube is accessed transactionally, meaning data is written to the infocube (possibly by several users at the same time); basic infocubes are not suitable for this. I think this is the only proper use of this type of cube...
    We have an option to switch the Tranasaction cube such as "Loding allowed and Planning not allowed" and "Planning allowed and loading not allowed".
    please check these links,
    http://help.sap.com/saphelp_nw04/helpdata/en/39/100c38e15711d4b2d90050da4c74dc/frameset.htm
    function module to read and write to a transactional infocube
    read and write to transactional infocube
    read and write to a transactional infocube
    Regards,
    Priyanka

  • I would like to know about transactional infocube.

    i would like to know about transactional infocube.

    Hi satish pattanayak,
    Transactional InfoCubes differ from Basic InfoCubes in their ability to support parallel write accesses. Basic InfoCubes are technically optimized for read accesses to the detriment of write accesses.
    Use
    Transactional InfoCubes are used in connection with the entry of planning data. See also Overview of Planning with BW-BPS. The data from this kind of InfoCube is accessed transactionally, meaning data is written to the InfoCube (possibly by several users at the same time). Basic InfoCubes are not suitable for this. You should use Basic InfoCubes for read-only access (for example, when reading reference data).
    transactional infocubes can be filled with data using two different methods: using the transaction of BW-BPS to enter planning data and using BW staging, whereas planning data then cannot be loaded simultaneously.
    Anyway, the data from this kind of infocube is accessed transactionally, meaning data is written to the infocube (possibly by several users at the same time); basic infocubes are not suitable for this. I think this is the only proper use of this type of cube...
    We have an option to switch the Tranasaction cube such as "Loding allowed and Planning not allowed" and "Planning allowed and loading not allowed".
    please check these links,
    http://help.sap.com/saphelp_nw04/helpdata/en/39/100c38e15711d4b2d90050da4c74dc/frameset.htm
    function module to read and write to a transactional infocube
    read and write to transactional infocube
    read and write to a transactional infocube
    Thanks,
    kiran.

  • Remote and Transactional Cube

    Dear Friends,
    How a Basic Cube differs from a Transactional and Remote Cube ?
    A Small Example-  Cube Carries the Transaction data of Customer ,Material, Sales details ( characteristics) and price, Quantity and Revenue (keyfigures) .
    When do we Really have to Change or to Create the Other Cubes to hold those Data ?
    What is the Exact Purpose that a Scenario Needs the Remote and Transactional Cube ?
    I hope Remote Cube Can be created with "Infoservices" and "Source system" . What is the demand for both these options?
    Thanks well in advance ,
    Ramesh

    hi,
    Remotecbue will have  only structure and It does't hold any data.
    and it is used to bring live data to BW ..At the time of reporting only the data fetches from the source system. So it takes more time to execute.
    it will not hav update rules...
    Transactional InfoCubes are used only in conjunction with SEM. The data from this kind of InfoCube is accessed transactionally, meaning data is written to the InfoCube (possibly by several users at the same time) and reread as soon as possible. Basic InfoCubes are not suitable for this. You should use Basic InfoCubes for read-only access (for example, when reading reference data).
    Rfer
    http://help.sap.com/saphelp_bw33/helpdata/en/39/100c38e15711d4b2d90050da4c74dc/frameset.htm
    thanks
    (Assign points if useful..)

  • Master Data and Transaction Data For DB Connect extracted Data...

    Dear Experts,
    I have been working on SAP NetWeaver BW 7.3 and for the first time I have extracted data from Oracle DBMS by using DB Connect. I have successfully extracted data of a View namely Sales_View into BW by creating a DataSource. This View has about 100 fields and I have been told that this view consists of Master Data and Transaction Data too. For my further reporting needs say building a Dashboard or InfoSpace I have to design a DSO and InfoCube for this DataSource. I'm bit confused about the Master Data and Transaction Data of this DataSource.
    1. Should I create all custom InfoObject against all fields of DataSource for DSO and InfoCube design?
    2. Do I need to create and load the Master Data for all InfoObjects or I need to create or load the Master Data for only those InfoOjects which will be   
         used for drill down or reporting in Dashboard or InfoSpace?
    3. Do I need to load the Master Data manually by creating Flat Files and using these files for Master Data loading for required objects?
    4. How should I approach the designing of DSO and InfoCube?
    I will appreciate your inputs in this matter.
    Many thanks!
    Tariq Ashraf

    Thanks!

  • Import master and transaction data

    Hallo,
    I need the information, how I can import master and transaction data.
    I fellow the introductions from SAP.Help (see Link), but the Programm UPB_DATA_IMPORT
    is failed. (See point 3 in Link):
    http://help.sap.com/saphelp_nw04/helpdata/en/7a/6d313f8815d036e10000000a114084/frameset.htm
    If I want to try point 3. The error massage.
    “Program UPB_DATA_IMPORT does not exist Message no. DS017”
    will result.
    What I can do? Who can me say why I haven’t the Programm UPB_DATA_IMPORT?
    What is wrong?
    Please help me.I need Data to make a demo planning
    thanks

    Hi,
    There is a set of objects in business content (check under SAP DEMO in business content). You can activate some or all of these demo objects (for example demo cubes).
    There are programs which you can then execute to create the datafiles which can then be loaded to these demo cubes.
    " Start report RSO_BC_FILES_IN_BDS (Transaction SE 38), specify the required (Demo) InfoObject/InfoCube and choose the "Start BDN" button. The system will display all (generally one) CSV files which were supplied with the InfoObject/InfoCube. You can either export this CSV file into a local directory or you can write it directly onto the application server. For loading, proceed as described under section 1. " --- from OSS note 370397

  • Quetsion about loading data from transactional infocube

    Hi,
    We have 4 transaction infocubes where the users data will be saved from their layouts and we have one more transaction infocube(A) where all these 4 transactionl data will saved to onecube say(A)
    We also load from A- to other basic cube(B).
    My questions are when
    1.I load from All these 4 trnsactional cube to A - Do I need to say transactional can be planned not loading allowed.
    2.When I load from A to b(basic cuvbe do I need to say - Planning cannot be allowed only laoding)
    Let me know
    Thanks

    If you want to load data from planning cubes to further data target using update rules or transformation, their requests need to be green (yellow request would not load further). In this case the target transactional cube should be in loading mode. If you do not want to do these things, you can look at using a copy planning function (but remember that planning function takes more time than BW loading - this difference would be really noticeable if the data volume is large).
    There are many threads on this topic - if you search, you can get more info.

  • How to crete transactional infocube

    Hi guys,
               Can any body tell me  how to create transactional infocube.what is difference between transactional infocube and basic infocube and in what situation we will use transactional infocube.
    full points will rewarded for good answer

    Hi,
    how to create transactional infocube?
    Click on create infocube---then u will have options basic ,transactional .select option transactional .
    what is difference between transactional infocube and basic infocube and in what situation we will use transactional infocube?
    Transactional InfoCubes differ from Basic InfoCubes in their ability to support parallel write accesses which means data can be written to the infocube by several users at the same time . Basic InfoCubes are technically optimized for read accesses only.
    Transactional infocubes are used for planning purposes.Basic cubes are not used for planning purposes.

  • The sequence of mater data and transaction loading...

    Hi all,
    I have 2 questions as follow:
    Q1. usually say that loading master before transaction data, but if some problem cause the master data loading fail, and transaction loading is successful, any troubles ?
    Q2. In settings of ODS, if the item "BEx reporting" was checked, BW will maintain SID of master data, does it mean that BW will add new records into SID table only or both of master data table(e.g. P, Q tables) and SID table in case of new master data determined? For cube, is there similar situation?
    Thanks a lot

    Hi Ryan.
    A1:  There may or may not be problems depending on what the transactional data does as it is loaded.  The load itself can be set to fail if master data does not exist already.  If this setting is turned off, then there are few possibilities.  If there is a straight transactional data load wihout any special lookups, the system will automatically create master data SIDs for the missing values.  If a user then runs a query, they may not see any attributes or texts associated with the master data.  However, if there are some lookups or master data attributes are written into the InfoCube, then there will be problems as these values are not in master data (due to the load failure).  This will cause the data in the InfoCube to be incorrect.
    A2: You are correct, BW will automatically create SID table entries for this case.  This allows the OLAP engine to run queries on the data.  There is nothing special produced in the P or Q tables unless you haev a special routine built to do that.  As for the InfoCubes, SIDs are always created.  The system presumes that since InfoCubes should have only data related to reporting, then all fields should be reportable and thus have SIDs.
    Regards,
    Adam

  • Easy way for copy Transactional Infocubes

    Hy Experts!
    Does anybody know a quicly and easy way for copy a transactional infocube?
    ( I need data also)
    Thank you in advance

    interms of copying all data from one cube to another i would create export datasource and schedule load from one cube to another.
    If its in IP environment i would write a fox code or use standard copy function based on the complexity to do the same.
    Message was edited by:
            ragav

  • Diff B/W master data and transaction data

    Hi all,
    What is the main Diff B/W master data and transaction data.  give me some example ?
    Thanks in Advance
    Krish...

    hi krish,
    MASTER Data is the data that exists in the organization like employee details, material master, customer master, vendor master etc. These are generally created once.
    Master data are distributed throughout the company, they are often not standardised and often redundant. As a result it is very costly to offer efficient customer service, keep track of supply chains and make strategic decisions. With SAP Master Data Management (SAP MDM) these important business data from across the company can be brought together, harmonised and made accessible to all staff and business partners. As a key component of SAP NetWeaver, SAP MDM ensures data integrity via all IT systems.
    Regardless of the industry, companies often work with different ERP and Legacy systems. The result: the business processes are based on information about customers, partners and products which is displayed in different ways in the systems. If the data are recorded manually, there are more inconsistencies: some data sets are entered several times, others cannot be retrieved by all divisions of the company.
    As corporate applications are becoming increasingly complex and produce ever greater amounts of data, the problem is intensified further. Nevertheless, your employees must work with the inconsistent data and make decisions on this basis. The lack of standardised master data easily leads to wrong decisions, which restrict efficiency and threaten customer satisfaction and profitability.
    In a word: in order to save costs and ensure your company’s success it is necessary to consolidate master data about customers, partners and products, make them available to all employees beyond system boundaries and use attributes valid company-wide for the purpose of description.
    TRASNACTION Data - These are the business documents that you create using the master data - Purchase orders, sales orders etc
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9d/193e4045796913e10000000a1550b0/content.htm
    Regards,
    GNK.

  • Downloding the SAP master data and transaction data to a flat file

    Hello All,
    Is there any SAP standard method or transaction to download the SAP master data and transaction data to flat file.
    With out using ABAP development, SAP had provided any tool or method to download the SAP system master and transaction data to flat file.
    Thanks,
    Feroz.

    hi
    as of now up to my knowledge no.

Maybe you are looking for

  • Mapping issue in QA

    *Hai Experts!* *I am facing an issue in Quality server. The scenario is SOAP to JDBC. Which is working fine in Development server. But in QA the mapping is not happening and the Following error is displaying in the Trace view.* *Can any one help me i

  • Attribute in web dynpro context of type binary?

    I'm in the process of creating an ADOBE PDF based form in web dynpro.  I'm using a step by step guide and it's asking me to create an attribute In the context root to hold the PDFsource.  I'm suppose to enter the type as BINARY but it does not exist

  • Bring excel to front

    Hi how can I bring excel to foreground when doing it not on the beginning. for example after having written some data in the sheet with activeX. I tried to set the application to visible later in the sequence but the excel windows remains in the task

  • Copa material

    hi guys,   can sbody send me links for docs on copa thanks, points will be assigned duly

  • Live! Wireless for remote monitoring question

    Hello, Somebody who has this camera probably can answer this question.. Is software compatible with Vista2. What format motion is being record in?