Info-Set performance

Hi, all
I have a little problem with requests on my info-set. Info-set inner joins two ODS-objects 0FIAR_C03 and  ZC03_ODS on 0BILL_NUM. 0FIAR_C03 contains key fields:
0COMP_CODE, 0DEBITOR, 0FISCPER, 0FISCVARNT, 0AC_DOC_NO, 0ITEM_NUM,0FI_DSBITEM and index OBILL_NUM.
ZC03_ODS contains key fields: 0COMP_CODE, 0DOC_NUMBER, 0DELIV_NUMB, OBILL_NUM, 0DOC_CLASS. And then I filtered my request,for example, by 0DOC_NUMBER I was waiting for the result half an hour. But with no result. But then I filtered by OBILL_NUM, I've get the result for half a minute.
PS: ZC03_ODS ~ 1000000 records
    0FIAR_C03 ~ about 700000 records

ODS indexes are like normal tables. If you have not defined any index, then there will be a primary index on the key fields of the ODS.
To analyze in detail, turn on SQL trace and run the query. In the trace results you should get the execution path with the index used, if any.

Similar Messages

  • Project info setting vs. preference setting--which wins?

    I just noticed for the first time after burning hundreds and hundreds of discs that my project info setting was on best performance not best quality. As this project is more that 65 minutes plus menus, I chose best quality in preferences. But my project info panel says the project is best performance.
    Which am I using? By the way, the dvd looks great on television, so I don't want to change anything. I just want to know, for future reference, exactly what I am doing.

    Thanks, guys. That makes sense.
    A follow-up question regarding project info. I understand that 60 minutes was the standard limit for best performance. After that, it was recommended to use best quality. I assume that since my project looks very nice on best performance and is over the limit as far as minutes are concerned, the real deciding factor seems to be gigs of info in the project, not minutes. According to the bar in project info, the project, including menus, is using 3.8 gigs, which means I am safe to use best performance. Am I understanding that correctly?
    Second, have you noticed a significant jump in quality when going from best performance to professional quality in idvd 8/9? Others, I thought, had not seen so great a difference.
    Finally, if I did upgrade to ilife 09 and Snow Leopard, I would want to continue using imovie 6.03, as three years of work resides in imovie 6. What would happen to my projects upon loading those upgrades?
    Thanks!

  • Cpupower - can set performance and powersave governors only

    Hi,
    I got a HP compaq nx6110 laptop (I know, it's old and slow but it fits my needs for a laptop and it was free ). To increase the time on battery I installed laptop-mode-tools and cpupower. The laptop-mode-tools does what it should but cpupower doesn't set the governors correct.
    After modprobing p4_clockmod I can make use of cpupower to get infos:
    [root@Laptop wudu]# cpupower frequency-info
    analyzing CPU 0:
    driver: p4-clockmod
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.00 ms.
    hardware limits: 175 MHz - 1.40 GHz
    available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 175 MHz and 1.40 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 1.40 GHz (asserted by call to hardware).
    boost state support:
    Supported: no
    Active: no
    But I can't set the governor to ondemand:
    [root@Laptop wudu]# cpupower frequency-set -g ondemand
    Setting cpu: 0
    [root@Laptop wudu]# cpupower frequency-info
    analyzing CPU 0:
    driver: p4-clockmod
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.00 ms.
    hardware limits: 175 MHz - 1.40 GHz
    available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 175 MHz and 1.40 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 1.40 GHz (asserted by call to hardware).
    boost state support:
    Supported: no
    Active: no
    After modprobing cpufreq_conservative and cpufreq_powersave cpupower tells me that these governors are available now:
    [root@Laptop wudu]# modprobe cpufreq_conservative
    [root@Laptop wudu]# modprobe cpufreq_powersave
    [root@Laptop wudu]# cpupower frequency-info
    analyzing CPU 0:
    driver: p4-clockmod
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.00 ms.
    hardware limits: 175 MHz - 1.40 GHz
    available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
    available cpufreq governors: powersave, conservative, ondemand, performance
    current policy: frequency should be within 175 MHz and 1.40 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 1.40 GHz (asserted by call to hardware).
    boost state support:
    Supported: no
    Active: no
    So I'm trying them:
    [root@Laptop wudu]# cpupower frequency-set -g conservative
    Setting cpu: 0
    [root@Laptop wudu]# cpupower frequency-info
    analyzing CPU 0:
    driver: p4-clockmod
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.00 ms.
    hardware limits: 175 MHz - 1.40 GHz
    available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
    available cpufreq governors: powersave, conservative, ondemand, performance
    current policy: frequency should be within 175 MHz and 1.40 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 1.40 GHz (asserted by call to hardware).
    boost state support:
    Supported: no
    Active: no
    [root@Laptop wudu]# cpupower frequency-set -g powersave
    Setting cpu: 0
    [root@Laptop wudu]# cpupower frequency-info
    analyzing CPU 0:
    driver: p4-clockmod
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.00 ms.
    hardware limits: 175 MHz - 1.40 GHz
    available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
    available cpufreq governors: powersave, conservative, ondemand, performance
    current policy: frequency should be within 175 MHz and 1.40 GHz.
    The governor "powersave" may decide which speed to use
    within this range.
    current CPU frequency is 175 MHz (asserted by call to hardware).
    boost state support:
    Supported: no
    Active: no
    As you can see cpupower can just set performance and powersave. I want to use ondemand when on battery because the laptop is already slow in performance mode but nearly unusable when in powersave mode (175MHz).
    BTW I can set to all speeds listed manually. Showing you with 875MHz as example:
    [root@Laptop wudu]# cpupower frequency-set -u 875000
    Setting cpu: 0
    [root@Laptop wudu]# cpupower frequency-info
    analyzing CPU 0:
    driver: p4-clockmod
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.00 ms.
    hardware limits: 175 MHz - 1.40 GHz
    available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
    available cpufreq governors: powersave, conservative, ondemand, performance
    current policy: frequency should be within 175 MHz and 875 MHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 875 MHz (asserted by call to hardware).
    boost state support:
    Supported: no
    Active: no
    Hope some one has an idea...
    Thanks in advance.

    It's an Intel Celeron CPU and according to https://wiki.archlinux.org/index.php/CP … ncy_driver p4_clockmod is correct.
    Trying to modprobe acpi-cpufreq gives me that:
    [root@Laptop wudu]# modprobe acpi-cpufreq
    modprobe: ERROR: could not insert 'acpi_cpufreq': No such device
    And p4_clockmod puts speedstep-lib in as well:
    [root@Laptop wudu]# lsmod | grep p4
    p4_clockmod 3201 0
    speedstep_lib 5136 1 p4_clockmod
    With speedstep-lib loaded without p4_clockmod I can't use cpupower:
    [root@Laptop wudu]# rmmod p4_clockmod
    [root@Laptop wudu]# lsmod | grep p4
    [root@Laptop wudu]# lsmod | grep speed
    speedstep_lib 5136 0
    [root@Laptop wudu]# cpupower frequency-info
    analyzing CPU 0:
    no or unknown cpufreq driver is active on this CPU
    boost state support:
    Supported: no
    Active: no

  • SAP Query Alias Table in Info-set not working

    Hi Guys,
    I'm having a bit of trouble with a query I'm writing in SQ01.
    I am trying to create a standard margin report between two different costing variants that we use.
    n order to do so I have had to employ the use of alias tables.
    I have named the alias tables KEKO_2 and KEPH_2 accordingly and joined them in the info set with the same joins as the original tables (Left Outer to MARC on MATNR and WERKS)
    However, when I have come to test the query in SQ01 I get a runtime error which states the following:
    The following syntax error was found in the program
      AQA0MASTER_DATA=STANDARDMARGIN :
    "Field "KEPH_2-KST001" is unknown. It is neither in one of the specified
    tables nor defined by a "DATA" statement . . . . . . . . . ."
    But it is in a specified table! My alias table.
    How can I make this query work?
    Any help would be appreciated.
    Thanks in advance.

    Hi,
    This is SAP business one reporting and printing forum. Please find correct forum and repost your question to get quick assistance.
    Please close this thread by marking helpful answer.
    Thanks & Regards,
    Nagarajan

  • How to create code for an additional field in an info set

    Hello,
    I have an info set in tra SQ02 and the area is HCM with version ERP2004.
    I need to create an additional field to show "Work permit" in ad hoc queries. I know that the infotype 0016 has a standard field P0016-ARBER which contains a date if that person has a work permit. System should select the latest record or the one which is valid during reporting period.
    The requirement for this new field is that it should just has X if the field P0016-ARBER contains a date (i.e. that person has a work permit). If the field  P0016-ARBER is empty, then the new field "Work permit" is also empty. So, the date itself is not enough.
    I am not an abaper. I have tried to create a code for my field but there is always problems with the code. I have tried without the line<i>into</i> but checker says I need to. I have tried different places for statement ENDSELECT but without success. How should I do this?
    What I have so far is (TYOLUPA = Work permit) is shown below:
    select SINGLE ARBER
    into TYOLUPA
    from PA0016
    where pernr = P0016-pernr
    and ENDDA = '31129999'.
    clear TYOLUPA.
    if ARBER ne ''.
    then TYOLUPA = 'X'.
    endif.
    Thanks for your advice!
    Regards,
    Pipsa

    pia,
    In extras tab  create column "workpermit" in infoset and add that column to Field groups.
    Then under record processing event...
    DATA : TYOLUPA like PA0016-ARBER.
    Under Record processing event.
    select SINGLE ARBER
    into TYOLUPA
    from PA0016
    where pernr = P0016-pernr
    and ENDDA = '31129999'.
    if  TYOLUPA  ne ' '.
      WORKPERMIT = 'X'.
    endif.
    Don't forget to reward if useful...

  • Re:User group,info set and Query combination table

    Hi,
      I would like to know the combination table of User group,info set and Query.
    Can any body please respond to my question?
    Regards,
    Suresh Kumar.

    Hi,
    Check the tables starting with AQG*.
    Reward points if useful.
    Regards,
    Atish

  • Info Set on Transactional ODS

    Hi Friends,
    My Requiement is to create a Info Set on Tannsactional ODS and On this info set i have to create a Bex Query.
    If i creata a Query on this info set whether we can get  all the query properties like currency conversion etc as for the query created on noramal info set which is created on standard ODS.
    Looking for more suggessions and answers.
    Thanks in advance.

    Hi Ashok,
    Thanks for the immediate replay.
    Hear i have to do a lenthi process before doing that ,i an looking for some b'dy who has worked on currency conversions at query level whcih are developed on infosets(i.e on Transactional ODS).
    Once again thanks for the usefull answer.
    Laxman

  • Info set query

    Hello everybody,
    I have a problem with the creation of info set (tcode : sq00 and sq02)
    I need your help, i have to develop a query with a number Purchase Order and number of invoice.
    For example : for a number of invoice : 5105617263
    i have with TOAD (soft) this :
    select distinct ekko.ebeln, rseg.belnr
    from sapsr3.ekko, sapsr3.rseg
    where ekko.ebeln = rseg.ebeln
    and rseg.belnr = '5105617263'
    and ekko.mandt = '350'
    EBELN        BELNR
    4500013374   5105617263
    4500014267   5105617263
    I've tried to have the same result with an info set (sq02) and i have this :
    Purchase Order           Invoice
    4500013374               5105617263
    4500013374               5105617263
    4500013374               5105617263
    4500014267               5105617263
    4500014267               5105617263
    4500014267               5105617263
    4500014267               5105617263
    I dont know to develop in ABAP and i want to know if it's possible to have DISTINCT in an info set ?
    Or which table can i use to have this ?
    Thank you very much

    thanks for your answers.
    <br>
    I tried to create a z programm with tcode SE38 but i dont have the key.
    <br>
    I would like to know if i can write this code on the tcode sq02 ?
    <br>
    this is my code :
    <br><br><br>
    FUNCTION /1BCDWB/IQG000000000487EXTR.<br>
    <br>
    ""Interface locale :<br>
    *"  TABLES<br>
    *"      %SELOPT STRUCTURE  RSPARAMS<br>
    *"      %DTAB STRUCTURE  /1BCDWB/IQG000000000487<br>
    *"  CHANGING<br>
    *"     VALUE(%RTMODE) TYPE  AQLIMODE<br>
    *"  EXCEPTIONS<br>
    *"      NO_DATA<br>
    *"      NO_AUTHORIZATION<br>
    *"      ILLEGAL_PACKAGE<br>
    *"      CURSOR_NOT_OPEN<br>
    <br>
    <br><br><br>
    call function 'RSAQRT_SET_IDENTIFICATION'<br>
    exporting iqid        = %iqid<br>
              sscr_report = sy-repid<br>
    changing  rtmode      = %rtmode.<br>
    <br><br><br>
    if %rtmode-pack_on = space or %rtmode-first_call = 'X'.<br>
       call function 'RSAQRT_FILL_SELECTIONS'<br>
         tables   selopt = %selopt<br>
         changing rtmode = %rtmode.<br>
    endif.<br>
    <br><br><br>
    call function 'RSAQRT_INIT_TEXTHANDLING'    <br>
         exporting class   = 'CL_TEXT_IDENTIFIER'<br>
         wsid    = 'G'<br>
         infoset = 'REQUETE_EBELN'.<br>
    <br><br>
    if %rtmode-no_authchk = space<br>
    and ( %rtmode-pack_on = space or %rtmode-first_call = 'X' ).<br>
    refresh %auth_tabs.<br>
    append 'RBKP' to %auth_tabs.<br>
    append 'EKBE' to %auth_tabs.<br>
    append 'EKKO' to %auth_tabs.<br>
    call function 'RSAQRT_AUTHORITY_CHECK'<br>
          exporting<br>
              auth_tabs         = %auth_tabs<br>
              auth_clas         = 'CL_QUERY_TAB_ACCESS_AUTHORITY'<br>
          changing<br>
              rtmode            = %rtmode<br>
          exceptions<br>
              NO_AUTHORIZATION  = 1.<br>
    if sy-subrc = 1.<br>
       raise no_authorization.<br>
    endif.<br>
    endif.<br>
    break-point.<br>
    <br><br><br>
    data: %l_no_further_fetch type flag, " stop fetching<br>
           %l_hits_cnt         type i.    " cnt for %dbtab entries<br>
    <br><br><br>
       if %rtmode-pack_abort = 'X'.<br>
         if not %dbcursor is initial.<br>
         close cursor %dbcursor.<br>
         endif.<br>
         exit.<br>
    endif.<br>
    <br><br><br>
    if %rtmode-pack_on = space or %rtmode-first_call = 'X'.<br>
          if not %dbcursor is initial.<br>
              close cursor %dbcursor.<br>
          endif.<br>
          open cursor with hold %dbcursor for<br>
          select RBKPBELNR RBKPRMWWR RBKPWAERS RBKPWMWST1 EKBEBELNR EKKOEBELN<br>
          from ( RBKP<br>
               inner join EKBE<br>
                  on  EKBEBELNR = RBKPBELNR<br>
               inner join EKKO<br>
                on  EKKOEBELN = EKBEEBELN )<br>
               where RBKP~BELNR in SP$00001<br>
               and EKKO~EBELN in SP$00002 .<br>
    endif.<br>
    <br><br><br>
    if %dbcursor is initial.<br>
      raise cursor_not_open.<br>
    endif.<br>
    <br><br><br>
    while %l_no_further_fetch = space.<br>
          fetch next cursor %dbcursor<br>
          into (RBKP-BELNR , RBKP-RMWWR , RBKP-WAERS , RBKP-WMWST1 , EKBE-BELNR , EKKO-EBELN ).<br>
          if ( ( %rtmode-acc_check = 'X' and<br>
               sy-dbcnt > %rtmode-acc_number )<br>
              or sy-subrc <> 0 ).<br>
              %l_no_further_fetch = 'X'.<br>
          else.<br>
               check SP$00001.<br>
               check SP$00002.<br>
              call function 'RSAQRT_TEXTFIELD_REFRESH'.<br>
               %dtab-BELNR = RBKP-BELNR .<br>
               %dtab-RMWWR = RBKP-RMWWR .<br>
               %dtab-WAERS = RBKP-WAERS .<br>
               %dtab-WMWST1 = RBKP-WMWST1 .<br>
               %dtab-WAERS001 = RBKP-WAERS .<br>
               %dtab-EBELN = EKKO-EBELN .<br>
               append %dtab.<br>
               %l_hits_cnt = %l_hits_cnt + 1.<br>
               if %rtmode-pack_on = 'X'<br>
                   and %l_hits_cnt >= %rtmode-pack_size.<br>
                    %l_no_further_fetch = 'X'.<br>
                   endif.<br>
              endif.<br>
         endwhile.<br>
    <br><br><br>
    if %l_hits_cnt = 0.<br>
         if not %dbcursor is initial.<br>
          close cursor %dbcursor.<br>
         endif.<br>
         raise no_data.<br>
       endif.<br>
    <br><br><br>
    if %rtmode-pack_on <> 'X'.<br>
          close cursor %dbcursor.<br>
    endif.<br>
    read table %dtab index 1 transporting no fields.<br>
    if sy-subrc ne 0.<br>
         raise no_data.<br>
    endif.<br>
    <br><br>
    endfunction.
    <br><br>
    if i can write this code on the sq02, where i must write this ?  DATA ? INITIALISATION ? START-OF-SELECTION ?
    Thank u very much for your help !
    Edited by: missmiss25 on Oct 23, 2009 10:09 AM

  • Info set query condition

    we have a infoset query to generate a list of parked logistic invoices, we use the same vendor and the same T-code : MIR7 to generate park document, but I can see only the park documents generated by my collegue throgh this info set query.
    I can't see the park documents generated by me throgh this info set query, we are using the same T-code MIR7 and same query.
    why this happen? Is someone set the condition of this query, so i can't see the parked document generate by my self. I can see these parked document(both my collegue and mine) through MIR6

    any idea from query design point of view? thanks

  • Re: Info set and query transport under same request number

    Hi,
      I would like to know the details about info set and query transport from development to quality using SAP Query:  Trnasport tool.my quesion is,
    Can i create all info sets and related queries under same request number or will it be created in diffrent request numbers?Please respond any body to my question.
    Regards,
    Suresh Kumar.

    No it is possible as per SAP.
    Please read follwoing help-
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    It is talking abou the Special Features of InfoCubes in InfoSets.
    For queries based on an InfoSet with an InfoCube, the system decides at runtime whether aggregates can be used for the InfoCube. This is the case if all the required InfoObjects of the InfoCube exist in an aggregate. The following InfoObjects are required:
    The key figures of the InfoCube selected in the query
    The characteristics of the InfoCube selected in the query
    The characteristics required for a join with other InfoProviders in the InfoSet.
    Furthermore, as a prerequisite for using aggregates, all the data required by an InfoCube must be readable using logical access. For an InfoCube within an InfoSet with InfoCubes, it is no longer possible to read part of the data from one aggregate and part of the data from another aggregate or the InfoCube itself.

  • Custom fields of standard info types to be included in Info set query

    Hi All,
    I want to understand if the following scenario is entirely a fucntional config or ABAP efforts are also required.
    A standard info type is already included in the Info set. But the (Z fields) in the Additional fields column of the IT are not visible in Info set for the respective  info type.
    I understand, with T-code SQ02 infotypes can be included in the existing info set, but not aware about the Z fields of a Standard Infotype.
    Hence, please let me know, if there is any config which is required, so that they are reflected in Info set.
    Thank you in Advance.
    Regards
    Simran

    Make sure you have the infoset in edit mode.
    if it is correct you see the addtional fields in the left half of the screen at the infotype.
    Select the field group on the right half of the screen, go to the left half of the screen, select the field you want to add to the fieldgroup with right mouse click and select 'add field to fieldgroup'
    good luck
    Theo

  • Data comparision bt BW and R/3: Extractor using Info Set

    Hi,
    We have a data source which is created on a R/3 Info Set. When we go to R/3 Info Set, it is using a structure.
    Now users are complaining about the data mismatch bt R/3 and BW. I am not sure how to check the R/3 data here.
    I went to SQ02, but there it is giving the structure name. I am not sure how to check the data here. Any inputs will be helpful.
    Thanks,
    Vishnu

    Hi
    You can test data between BW and R/3.
    How many fields being used on infoset? Just check the entries from both tables and check against BW system.
    Regards,
    Chandu.

  • RE: Authority checks included in the info set of the query

    Hi all,
    I am checking the program code for one of our custom tcodes and i asked ABAP team to add authority check to the program code because there is no auth check in the code and abapers told me that the authority check is included inside the info set of the query and not in the program . the program is used to execute the query in the Tcode.
    how to find the Authority checks included in the info set of the query.
    Thanks in advance,
    Sun.

    If you have the BI support roles assigned to you  and the security admin  roles please login to the BI system
    execute transaction RSECADMIN, click on the analysis tab and execute as the user who is assigned the role with restrictions.
    For variables in authorizations like ( type customer exit )
    use RSECADMIN - maintain authorization tab - Click on value authorization tab.
    Keytransaction is RSECADMIN  & infoobject maintenance details you can get from RSD1.
    Regards

  • Navigational attr in info-set.

    Hi Expects,
    I am using BW3.5
    I want display attribute as navigation attribute, so that i can restrict some of the conditions in the query designer,
    For this,
    1) first i checked in the master data object whether it is navigation attribute or not, i found that it is a navigation attribute
    2) Then in the ods i have swicted on i.e. the check box is checked, in the folder NavAttribute. and activated the ods.
    3) In the info-set, the field is not available.
    If i create report on ods, in report level the object is available, but if i create report on info-set the object is not available.
    So to available the object in the report level by creating on info-set. i need to do any settings in info-set level if so please tell me step by step.
    Thanks and regards,
    Sagar.

    Hi All,
    Thanks to all to your time.
    The issue was resouled, i have added master data object in the info-set.
    Thanks and Regards,
    Sagar.
    Edited by: Sagar Venkata on Oct 20, 2008 3:50 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

  • More than 2GB RAM 1st gen Macbook

    Is there any way possible to get more than 2GB RAM in a 1st gen macbook? I have one 2GB stick in right now but if I try to put even the old 512MB in the other slot I get no video. I also tried two 2GB sticks as well. I'm pretty sure the answer is no,

  • Reauthencation of Wireless User does not get prompt

    Hi Sir, I set up a Radius server(Cisco ACS) to authenticate wireless users via 802.1x. The EAP protocol deployed is Microsoft PEAP as most of the clients OS is XP. The users might be sharing the same laptops. When a user select the wireless network t

  • Material location after movement 303

    Hi everyone, I executed the movement 303, the material got out from the origin center and didn't get into the destiny center. However, I can't find it anywhere. It does not appear in transit trough MB5T, nor in the detail of the register in MMBE. Is

  • How does skype to go work?

    hi, i am just wondering how this really works.. i just got this funtion on my skype last night, and i am still trying to understand how this really works... when i use skype to go, the system gave me a number which was supposed to replace the mozambi

  • Why does my browser crash every time i try to download mp3s ?

    Every time i try to use mp3jam or rocket to download music everything just locks up.