Virtual Infocube Data

Hi Guys,
How can I see the data and function module/program for a virtual infocube?
How can I see the composition? And the manage?
Thank you very much.
Regards,
Jeysi

To see that function module, ...double click on 0FIGL_VC1 --> goto change mode --> click on Information (blue ' i ' ) icon --> click on "Type/Namespace" tab --> click "details" tab

Similar Messages

  • Virtual InfoCube - Data Selection Logic

    Hi, I have a query that accesses a Virtual InfoProvider.  Anyone have an example of the code required to access or use the query selections in the InfoProvider Function Module?  The Virtual InfoProvider "How To" doesn't show this...
    Thanks,

      LOOP AT I_T_RANGE ASSIGNING <F_RANGE1>.
        SELECT SINGLE FIELD_NAME INTO SHLPFIELD FROM ZDWPSCHAR
           WHERE CHARACTERISTIC = <F_RANGE1>-CHANM.
        IF SY-SUBRC = 0.
          LS_RANGE-SHLPFIELD   = SHLPFIELD.
        ELSE.
          LS_RANGE-SHLPFIELD   = <F_RANGE1>-CHANM.
        ENDIF.
        LS_RANGE-SIGN        = <F_RANGE1>-SIGN.
        LS_RANGE-OPTION      = <F_RANGE1>-COMPOP.
        LS_RANGE-LOW         = <F_RANGE1>-LOW.
        LS_RANGE-HIGH        = <F_RANGE1>-HIGH.
        SELECT * FROM DD03L INTO LS_DD03L UP TO 1 ROWS
           WHERE TABNAME = 'ZDWPSTRANS'
             AND FIELDNAME = LS_RANGE-SHLPFIELD
             AND AS4LOCAL  = 'A'.
        ENDSELECT.
        IF SY-SUBRC = 0.
          APPEND LS_RANGE TO LT_RANGE.
        ENDIF.
      ENDLOOP.
    * CONVERT RANGE TABLE TO WHERE CLAUSE
      CALL FUNCTION 'F4_CONV_SELOPT_TO_WHERECLAUSE'
        IMPORTING
          WHERE_CLAUSE = WHERE_CLAUSE
        TABLES
          SELOPT_TAB   = LT_RANGE.
    * SELECT DATA BASED ON QUERY SELECTIONS
      SELECT * FROM ZDWPSTRANS INTO TABLE LT_ZDWPSTRANS WHERE (WHERE_CLAUSE).

  • Display data from a virtual InfoCube

    Hi experts,
    When I tryed to display data from the virtual InfoCube 0FIGL_V40, I've got a dump.
    Please help me to solve this problem.

    Dear Akshay,
    Is it possible that the problem comes from R/3 since when I check the extractor 0FI_GL_40 with the RSA3 Tcode I've got the message:
    Errors occurred during the extraction --- Message no. RJ012
    I think that the pb has been solved by switching on the business function "Reporting Financials" . Inthe SAP source System -> TA: SFW5. Turn on Reporting Financials. Then I've no pb while testing the extractor.
    Pb solved.
    Many thanks
    Youness
    Edited by: Youness NAJI on Jan 13, 2010 4:39 PM

  • Gurus..need help in reading data from virtual infocube

    Gurus,
    I have to read data from an virtual infocube...I am trying to use FM RSDRI_INFOPROV_READ to read data but it doesn't work..
    I am doing exactly what has been done in the demo program RSDRi_INFOPROV_READ_DEMO...
    Please help me...its really URGENT...
    Thanks
    sam

    Check out this thread....
    must be helpful
    Re: Read data from 0BWTC_C02 via ABAP

  • Error:Unable to determine data basis for virtual InfoCube.

    Hi all,
           I am working on Virtual cubes. I have created a query on virtual cube which is getting loaded from a transaction cube. I am using  a transaction cube which is a  copy of standard cube <b>0BCS_C10 - Consolidation (Company/Profit Center).</b> (Transaction cube).
    When I execute the query in BEX it is disconnecting from the server and if I execute the same in transaction <b>RSRT</b> it is showing following errors.
    1.Unable to determine data basis for virtual InfoCube.
    2.Error reading the data of InfoProvider.
    3.System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-
    Will be thankful for suggestions.

    Hi Pankesh,
    Thanks for the response..
            Transaction cube contains data and characteristics of virtual cube are  consistent.
              I am trying to see the contents of the virtual cube in transaction <b>LISTCUBE</b>, there also its showing same errors.
    How can I proceed now?

  • Regarding Virtual InfoCube with Services

    Hi All,
    I have a general doubt regarding two Standard InfoCubes
    We have two InfoCubes FIGL_C01, FIGL_C01, based on which we have two Virtual InfoCubes with services. FIGL_VC1, FIGL_VC2.
    What is the necessity for maintaining these InfoProviders as we are already having the base InfoCubes on which we can derive the queries.
    What is the basic use of Virutal InfoCube with Services.
    Regards.

    Hi,
    SAP help says:
    <i>At query runtime, the service of the virtual InfoCubes uses the data from the basic InfoCubes to determine the balance-dependent location of the financial statement items (contra items), in the financial statement version and presents the result in the query. From the technical point of view, the service determines the item indicator in the key for the financial statement items depending on the balance in the respective node in the financial statement structure.</i>
    To know further infomation about why we need to find the Item indicator in finance statement refer:
    http://help.sap.com/saphelp_nw04/helpdata/en/04/7b95fb42b0f94aba334c0890dbbda4/frameset.htm
    Note 673564 describes exactly why the virtual Infocubes 0FIGL_VC1 and 0FIGL_VC2 were developed. (because BW cannot handle the FI fin. statement hierarchies)
    With rgds,
    Anil Kumar Sharma .P

  • Virtual infocube with services - division of suppliers in categories

    Hello,
    I’ve a problem and the idea to solve it with a virtual infocube with services. But unfortunately I don’t know if it’s really possible to solve it like this.
    The scenario is:
    I’ve suppliers, turnovers, goods (which have been delivered) and different quality deficiencies.  In dependence of the turnover with each supplier, they will be ranked. For the position in the ranking they get points. From this start points one have to subtract points for the different quality deficiencies. In dependence of this end-sum, the suppliers will be divided into categories. And this division should be shown in the query.
    But the suppliers can vary in each run of the query in dependence of the selection in the query. And the turnover of each supplier which depends on the selected goods can vary, too. So the division into the different categories depends on the selection and is dynamic. One doesn’t know this before. And so it isn’t possible to save the category of each supplier in an infoprovider.
    Now I want to know, if it’s possible to solve this with a virtual infocube with services.
    I hope there’s somebody who can help me. Thank you.
    Susanne

    Hello Susanne,
    first of all, yes, it can be solved with VirtualProviders. But I wouldn't expect it to have a good performance. It depends on the number of data records we are talking about.
    When you create a VirtualProvider you should make sure that the RFC Packing switch is flagged on. You can then get the selections in the tables-parameter selection with the structure bapi6200sl. Now you need to read the raw data for your selection. Either use the function module RSDRI_INFOPROV_READ or write the data into an ODS to simplify the selection.
    Based on the raw data you need to do you calculation and write the data back to the table data.
    For details of the implementation of the VirtualProvider and the function module you can check the SDN. These topics are also covered in my book ABAP Development in SAP BW - User Exits and BAdIs that was lately translated into English. You can find both the German and English version under <a href="http://www.sap-hefte.de/katalog/hefte/titel/gp/titelID-1256">www.sap-hefte.de</a> or <a href="http://www.sappress.com/product.cfm?account=&product=H1948">www.sappress.com</a>
    Best regards

  • Virtual InfoCube with Services - function module parameters documentation ?

    Hello,
    I have been trying to use a Virtual Infocube with Services.
    I have seen most of the posts in SDN, and read the documentation in http://help.sap.com/saphelp_nw04/helpdata/en/8d/2b4e3cb7f4d83ee10000000a114084/frameset.htm
    I did not manage to find a precise description of the import 
    parameters of the Variant 2.
    In particular, what is the meaning of the
    i_tx_rangetab TYPE rsdri_tx_rangetab parameter. I read in the code of RS_BCT_FIGL_DATA_GET that it has to do with query columns. In the tests I did this table is alway empty.
    Also, i_th_sfc gives you the list of characteristics used in the query. But it does not inform you on wether these are in the 'rows' 'free characteristics' or 'filter'. Is there a way of knowing that?
    Claudio Ciardelli

    Hi Claudio,
    I never implemented Virtual InfoCube with services with a FM, but I know there is a couple of How To Documents about named:
    - How to Reporting from External Data via Virtual InfoProvider
    -How to Implement a Virtual InfoCube with Services
    both with some code samples: did you read it?
    Hope it helps
    GFV

  • Question for inverse routine in the transformation for a virtual infocube

    Hello,
    I have a virtual infocube with it transformation and i want to know if there is a way to know in the inverse routine or in the start routine if in the query the user is selecting a filter value.
    When the user want to select one value for a characteristic the transformation is executed in order to obtain the infoprovider values. In this moment the inverse routine is executed and i want to know if there is a way to identify when the user is making a drilldown or a filter.
    In the start routine of the transformation i have an abap code with a very expensive time of execution to obtain some key figures values but i dont want that this abap code will be executed when the system executed the transformation to obtain the values for one characteristic in order to make a filter.
    Thanks in advance for your help. 
    Best regards.
    Ignacio

    Hi Ashish,
    Your document is very useful, in fact I used it to write my abap code, now Iu2019m getting the values of the query selection conditions, but what I need is after the report is showed in the first time.
    When data in report is showed, user has the possibility to filter values for one characteristic. If the characteristic has the option for filter value selection during query execution equal to u201COnly Values in infoprovideru201D , the inverse routine is executed to obtain the values that are contained in the infoprovider and then the system show all the possible values. What I need is to identify this event, because in this case I donu2019t want to make some calculations in the transformation that are very expensive in time.
    Thanks a lot for your information.
    Best regards
    Ignacio

  • The virtual Infocube in Cash Flow Statement

    Hi Experts,
    In Business Content the Sequence of Cash Flow Statement is below
    0FI_GL_6->0FIGL_O06->0FIGL_C01->0FIGL_VC1->0FIGL_VC1_Q0002 Cash Flow Statement (Cash Flow)
    I follow the flow and extract the transaction data from the datasource, finally I get the Cash Flow Statement report in BEx. but I still do'nt know why the system add the virtual Infocube 0FIGL_VC1 in the data flow.
    Could someone give me some hits.
    Edited by: nono.lee on Feb 24, 2011 10:57 AM

    hi ,
    Virtual Infocube 0FIGL_VC1 is used to  get the real time data that is not present in the infocube 0FIGL_C01 during the execution of queries .
    Data to infocube 0FIGL_C01  is loaded at regular intervals of time using the delta load .So the data is present in the cube upto a particular timeperiod .
    When the query is executed , it first fetches the records from the infocube  0FIGL_C01 , then it searches for the real time data in the virtual infocube - 0FIGL_VC1.  The virtual infocube - 0FIGL_VC1 does not contains persistent data in it , infact at runtime it executes the corresponding infopackages and searches for the new entries in the underlying table (new records that are created after the delta load to the infocube)  if any and fetches them for displaying  in the query output .
    So by using a virtual infocube you get realtime data in your query output .
    Hope this information would be helpful to you , to have an idea on the use of virtual infocubes .
    Regards ,
    Lokesh

  • What's the idea behind "Virtual Infocube" ?

    Anyone can tell me something about "virtual infocube" or guide me to a certain document.
    Becuase I couldn't find any document that talks about it in a genreal way.

    Hello Omar,
    there are different typpes of virtual InfoCubes (see link below). The common property is that those InfoCubes do not store any data. Please have a look at the online documentation:
    http://help.sap.com/saphelp_nw04/helpdata/en/84/fcb63d799f6b3be10000000a114084/frameset.htm
    Regards,
    Marc
    SAP NetWeaver RIG, US BI

  • Virtual infocube with Function module

    hi!
    i wrote function module that fill virtual cube with data.
    i can view loaded data. but data in Bex is not displayed hierarchically.
    what to do?
    interface of function module:
    import parameters:
    I_INFOPROV type RSINFOPROV
    I_TH_SFC type RSDRI_TH_SFC
    I_TH_SFK type RSDRI_TH_SFK
    I_T_RANGE type RSDRI_T_RANGE
    I_TX_RANGETAB type RSDRI_TX_RANGETAB
    I_FIRST_CALL type RS_BOOL
    I_PACKAGEZISE type I
    export parameters:
    E_T_DATA type STANDARD TABLE
    E_END_OF_DATA type RS_BOOL
    E_T_MSG type RS_T_MSG
    may be any parameters are missing.
    or anything in BEx must be configured.

    Hi Claudio,
    I never implemented Virtual InfoCube with services with a FM, but I know there is a couple of How To Documents about named:
    - How to Reporting from External Data via Virtual InfoProvider
    -How to Implement a Virtual InfoCube with Services
    both with some code samples: did you read it?
    Hope it helps
    GFV

  • Virtual Infocube or RemoteCube

    Hello,
    I want to join 3 instances of BiW but each instance is in one version (3.1, <3.5 and 7.0).
    I want to use the SEM-CPM, and I want to install it in the version Bi 7.0.
    It's better to use the Virtual Infocube or the RemoteCube???
    Each instance has data of HHRR, SD and MM respectively.
    Thank you.
    Pablo M.

    know was answered

  • Virtual InfoCube Function Module

    Hi, Does anyone know where I can get a good code example of a Virtual InfoCube Function Module?  The "How to.. Implement a VirtualProvider with Services" is totally inadequate and has undocumented ABAP Code so I can't figure out what it's doing...  An example with selecting data using the variable selection table I_T_RANGE would be helpful.  Any help is greatly appreciated.
    Thanks

    check the link:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sap-teched-03/balance%20sheet%20and%20profit%20and%20loss%20statements%20in%20the%20sap%20business%20information%20warehouse%20exercise

  • 0FISCPER  wrong in business content virtual infocube 0FIGL_VC01

    Dear all
    I would be greatful to get some help on the following: 
    We use the standard SAP Business Content for SAP FI, which includes Infocube 0FIGL_C01 and Virtual Infocube 0FIGL_VC1. The data is stored physically in infocube 0FIGL_C01. The virtual infocube 0FIGL_VC1 however gets its data from a function module (RS_BCT_FIGL_DATA_GET_VC1 I believe, but I'm not sure), which reads the data from the mentioned physical infocube and appends some content.
    In the source system, we recently changed from Fiscal Year Variant K2 to K4. In order to avoid issues in BW, I deleted all data and did a complete reload from the source system. All the historical data in all cubes, DSOs and PSAs is now on K4.
    My issue is now the following: If I do a variable for 0FISCPER on a report on 0FIGL_C01, it shows me the masterdata as expected. If I do the same variable for 0FISCPER on a report on 0FIGL_VC1 (the virtual cube), it shows me 3 times period 000.2005, 2 times period 001.2005 etc. In fact, each period is shown two or three times.
    I believe the function module from the business content is still reading some FiscYearPeriods for K2 as well. Does anyone know how I could fix this?
    any help is appreciated
    Josef

    Hi,
    After changing from K2 to K4 in Source System, you should have done Transfer Global Settings from RSA1 in BI system.
    Check the Fiscal Year Variant Settings in SPRO in BI System. Only K4 should be checked here.
    Regards,
    Suman

Maybe you are looking for

  • Trouble to download free issue on the App Store

    We successfully published our multi-issue version of ffw MAG  (http://itunes.apple.com/us/app/ffw-mag/id417263570?mt=8) and launched  the first edition in February. However, this month, when we uploaded the 2nd FREE issue (via bundler),  although the

  • Divide a Paypal payment on several accounts

    Hi everyone, I'm currently integrating a Paypal payment on a webapp with IPN for notifications. All works fine, a customer can click on "Pay with Paypal" button, and will be redirected on his Paypal account to finish the payment. Now, I would know if

  • INIT Delta

    Hi can anybody tell me how to delete init delta? Is it like full delta..delete a request in mange of the cube? Hyma.

  • Extracting data into different flat files

    I am using oracle 10g. I've to run a very complex query that will extract/spool around 300 million records. It is so expensive to run the query multiple times. I want to run the query once but spool all the jobs into chunks of different files so for

  • What ink jet printer is compatible with Mac OS X 10.5.8 Leopard, for photo?

    What ink jet printer is recommended that is compatible with the Mac OS X 10.5.8, so that I will also get good photos, and can scan?