Which type of setting we need to maintain in query to get Multi Provider data

HI Friends.
I created query on top of Multi Provider. Multi Provider created on top of Hybrid provider and Standard cube.
When i executed the Query on top Multi Provider, i can't see the data of Hybrid Provider through Query.
In BW side i can see the data on Multi provider.
Can any one help me.

Hi,
First need to understand what is the use of Hybrid Provider in what cases we prefer provider.
Multiprovider  :can be created based on DSO & Infocube
Hybrid Provider : Can Be created based on DSO / HybridProviders based on direct access.
For more Info on Hybrid Provider : Creating HybridProviders - Modeling - SAP Library
There are no settings to get Hybrid provider data Or Multiprovider data in Bex .
Even though if we need to do any settings we can do it in SPRO , check once in SPRO tcode related to Bex reporting  settings.
Regards,
Seshu.P

Similar Messages

  • Scrap Sales GL , which type of cost centers need to assign in OKB9

    Dear Seniors,
    G L account : Scrap Sales:
    For this  GL a/c ,  cost  element created  with  Cost element category u201C11u201D (Revenues).
    Now in OKB9   i want to make assignments:
    With each b.area and  cost centers.
    Now my doubt is :
    In OKB9  which type of cost center I need to assign from the below.
    1.Cost center should be with
    Cost  cntr category u201CFu201D  (Production)
    Or
    2.Cost center category u201DVu201D (Sales)
    and another doubts is , in Cost center -control tab: Actual revenues check box,  should i select or not in any case.
    Please clarify my doubt.
    Thanks in Adv

    Hi,
    As scrap sales are revenue to the company, undernoted  things to be noted here :
    1.  The cost element category is V - Sales and the control indicator actual revenues box to be unticked.
         The posting will be statistical for revenue elements.
    2.  The revenue recognition has to be equally done in VKOA for the account assignment of this account.
    3.  You can create a seperate order type for scrap sales and a sales pricing procedure in SD.
    4.  Check whether the scraps are defined to capture Tax Collected at Source, if so, you have to define
         condition types for them too.
    5.  If the material itself is defined as scrap material then in Material master the Profit Center would have
         been assigned and to capture the revenue assign the scrap sales revenue in VKOA.
    Best Regards,
    Sadashivan

  • Need to create report query to get latest open and last closed period for given application

    Hi All,
    I need to create a report query to get below result displayed in report output.
    1)   -   Application name
    2)   -    Ledger name
    -o/  -Operating Unit
    3)   -  Last Closed Period
    4)   -  Current Open Period
    5)   -  Date Closed – Last Closed Period
    6)   -  Date Open – Current Open Period
    I tr I tried to create the query below is the same. Please let me know if it looks fine.
    SELECT *
      FROM (SELECT fav.application_name ,
                   hou.name Operating_Unit_Name,
                   gl.name Ledger_name,
                   gl.latest_opened_period_name,
                   gps.period_name Period_Name,
                   DECODE(gps.closing_status, 'O', 'Open', 'C', 'Closed') status,
                   gps.last_update_date Last_status_modified_date
              FROM gl_period_statuses gps,
                   gl_sets_of_books   gsob,
                   fnd_application_vl fav,
                   hr_operating_units hou,
                   gl_ledgers         gl
             WHERE gps.period_name = gps.period_name
               AND gps.closing_status ='C'
               AND fav.application_short_name =
                   NVL('&p_application_short_name', fav.application_short_name)
               AND gps.application_id = fav.application_id
               AND gsob.set_of_books_id = gps.set_of_books_id
               AND hou.set_of_books_id = gps.set_of_books_id
               AND gl.ledger_id = gsob.set_of_books_id
               AND hou.organization_id=NVL('&p_operating_unit',hou.organization_id)
               AND gl.ledger_id=NVL('&p_ledger_id',gl.ledger_id) 
             ORDER BY gps.last_update_date desc )WHERE ROWNUM = 1 
    UNION ALL
    SELECT *
      FROM (SELECT fav.application_name Application_Name,
                   hou.name Operating_Unit_Name,
                   gl.name Ledger_name,
                   gl.latest_opened_period_name,
                   gps.period_name Period_Name,
                   DECODE(gps.closing_status, 'O', 'Open', 'C', 'Closed') status,
                   gps.last_update_date Last_status_modified_date
              FROM gl_period_statuses gps,
                   gl_sets_of_books   gsob,
                   fnd_application_vl fav,
                   hr_operating_units hou,
                   gl_ledgers         gl
             WHERE gps.period_name = gps.period_name
               AND gps.closing_status = 'O'
               AND fav.application_short_name =
                   NVL('&p_application_short_name', fav.application_short_name)
               AND gps.application_id = fav.application_id
               AND gsob.set_of_books_id = gps.set_of_books_id
               AND hou.set_of_books_id = gps.set_of_books_id
               AND gl.ledger_id = gsob.set_of_books_id
               AND hou.organization_id=NVL('&p_operating_unit',hou.organization_id)
               AND gl.ledger_id=NVL('&p_ledger_id',gl.ledger_id) 
             ORDER BY gps.last_update_date desc)
             WHERE ROWNUM = 1

    It is within the table I believe (I'm not a DBA or a developer) since I created a BLOB column and then used the file browse feature to allow users to attach a resume to the table in order to be able to perform a search of the attached documents.
    I'm just having a hard time pointing the link in the search results report to the document in the blob column.
    The information on that page is great if you're trying to create a link to the document on the initial report.
    But I created a query using Oracle Text to run a report that does a boolean search of the attached word documents in the table.
    When it displays the search results, it doesn't create a link to the document and I can't figure out how to do it.
    Here's a link the the instructions I used to create the initial search report with Oracle Text, mind you I only created the index and query, I didn't add in all the link data since they're using documents on websites and I'm using documents in a table.
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    If you can help me with this I'd really appreciate it.
    Thanks again.
    Greg
    Edited by: gjones77 on Dec 2, 2008 8:14 AM

  • Need formula in my subreport to get last month date - CR XIr2

    Post Author: olesco
    CA Forum: Formula
    I need to pass the value (#of units) from the subreport to the main report u2013 I know how to do that but my problem is I donu2019t know what formula should I put in my subreport  to get last month date.
    Both main report and subreport have a date parameter (Field link - {?DatePrompt}. What I need is when I fill in the current month date to the main report the subreport should process the last moth date.
    Main report u2013 Date Range (2007-10-1) (2007-10-31) - result  #of units = 22
    u201CRecord Selection Formula Editor
          DateRecd = {@DatePrompt} [i.e. current month]
    Subreport u2013 should have data from last month - result  #of units = 25
    u201CRecord Selection Formula Editor
          DateRecd < {@DatePrompt} &#91;last month&#93;   ??????
    There are   22 3 units this month and   25  units last month.
    Any help is greatly appreciated.

    Post Author: SKodidine
    CA Forum: Formula
    DateRecd in dateadd('m',-1,minimum({@DatePrompt})) to dateadd('m',-1,maximum({@DatePrompt}))

  • Mdx query to get the last date of every month if the month is current month need current date..

    i have a scenario where i need the data of last date of every month and if the month is current month need current date data...
    is it possible using MDX...

    Hi Shashi,
    According to your description, you want to return the last day for each month except current month, right?
    In MDX, we can use ClosingPeriod function to return the member that is the last sibling among the descendants of a specified member at a specified level, here is a sample query for you reference.
    with member [measures].[a]
    as
    ClosingPeriod ([Date].[Calendar].[Date],[Date].[Calendar].currentmember).name
    select {[measures].[a]} on 0,
    [Date].[Calendar].[Month].members on 1
    from
    [Adventure Works]
    And then use the IIF function to evaluate if the month is current month. Please refer to the links below.
    http://msdn.microsoft.com/en-us/library/ms145584.aspxhttp://msdn.microsoft.com/en-IN/library/ms145994.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • Need help in SQL query to get only distinct records

    Hi all.
    I am new to oracle SQL and i want to write a query to get only distinct values from 2 tables.
    for example i hade 2 tables table1(employee_id,employee_no,grade) and another table2 with same structure.
    for example data in table1 is
    Employeeid employeeno Grade
    1 101 A
    1 101 B
    1 101 E
    1 101 D
    and data in table 2 is
    Employeeid employeeno Grade
    1 101 A
    1 101 B
    1 101 E
    i want to display only the fourth row like the data that doesnt exist in table2 i,e (1 101 D)
    I had too much records in both tables and i jst want to see the records that is in table 1 not in table 2 only.
    employeeid and employeeno are the same in both tables
    I hope u understand my query. I user left outer join and right outer join bt it displays all the results that and matching and unmatching. I want jst unmatched records.
    Any help is highly Appreciated.
    Thanx in Advance.
    I am using oracle 10G on windows

    Try MINUS:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/queries004.htm#i2054381
    SQL> -- generating sample data:
    SQL> with t1 as (
      2  select 1 employeeid, 101 employeeno, 'A' grade from dual union
      3  select 1, 101, 'B' from dual union
      4  select 1, 101, 'E' from dual union
      5  select 1, 101, 'D' from dual
      6  )
      7  ,  t2 as (
      8  select 1 employeeid, 101 employeeno, 'A' grade from dual union
      9  select 1, 101, 'B' from dual union
    10  select 1, 101, 'E' from dual
    11  )
    12  --
    13  -- actual query:
    14  --
    15  select employeeid
    16  ,      employeeno
    17  ,      grade
    18  from   t1
    19  minus
    20  select employeeid
    21  ,      employeeno
    22  ,      grade
    23  from   t2;
    EMPLOYEEID EMPLOYEENO G
             1        101 D
    1 row selected.

  • Which eSATA cable do I need?

    I've never used a SATA device before and am confused about which type of cable I need to connect my external hard drive to my computer's SATA port.
    The external drive is a 1TB Acomdata pureDrive with an eSATA interface (here are its specs). My computer is a Macbook Pro 5,5; I bought it in September of 2009, so I'm assuming it's the mid-2009 model. Thanks for any tips. The more specific you can get, the better, as I have no idea what I'm doing!

    Your drive uses a 7-pin eSATA connector. This cable will work:
    http://www.walmart.com/ip/StarTech.com-ESATA6-Shielded-External-eSATA-Cable/1307 8073?sourceid=1500000000000003142050&cisrc=14110944&cisku=13078073
    Is this your computer?
    http://www.everymac.com/systems/apple/macbook_pro/stats/macbook-pro-core-2-duo-2 .8-aluminum-17-mid-2009-unibody-specs.html
    If so, you have an ExpressCard 34 expansion slot, so you can buy this
    to add an eSATA connector to your computer:
    http://www.walmart.com/ip/Sonnet-TSATAII-E342P-TEMPO-2-Port-eSATA-Express-Card-P C/13216233?sourceid=1500000000000003142050&cisrc=14110944&cisku=13216233
    If your computer doesn't have an ExpressCard 34 slot, boo-hoo!
    You'll have to try to get this to work with your Firewire connector,
    but then it will have Firewire speed:
    http://firmtek.stores.yahoo.net/spyderhub.html
    if it works.

  • Maintaining non-cumulative values in Mlti provider

    Can we maintain non ucmulative values inteh multi ptovider   Extras - > Maintain non cumulative values section.
    I created few new cubes which has non cumulative keyfigures . In the cube I made 0CAL DAY as reference characteristic and selected  Company code (0COMP_CODE) and Posting date in the document (0PSTNG_DATE) as characteristics of validity table for non-cumulatives.
    Now I inlcude the new cubes and identified the non cumulative key figures in the multi provider.
    Now here also do I need to   make 0CAL DAY as reference characteristic and selected  Company code (0COMP_CODE) and Posting date in the document (0PSTNG_DATE) as characteristics of validity table for non-cumulatives.I did not find an option in Extras - > Maintain non cumulative values in multi provider. CAn we maintain non cumulatives in MP ?

    Hello,
    You dont need to maintain it at the MP level also.
    Non-cumulative parameters are manitained only at the cube level.This was the case in 3.x so it should be the same in 7.0 also.
    Regards
    Ajeet

  • Need Help on below Query.

    Hi All,
    Need Help on below Query.
    Consider,
    "test9" Table Data in COLUMN "Name" AS
    Name
    =====
    'a'
    'b'
    'c'
    'd'
    'e'
    I am writing a query as :
    SELECT * FROM test9 WHERE Name IN ('a','b','c','d','e','f','g')
    I want result set as , It should show data as -
    'f'
    'g'
    i.e. data which does not exists in the table and which is give in in clause
    Is it possible in a single query.

    You can put the data that is to be checked for into a table instead or an inline view, for example:
    with t as
    (select 'a' as c1 from dual
    union all
    select 'b' from dual
    union all
    select 'c' from dual
    union all
    select 'd' from dual
    union all
    select 'e' from dual)
    select c1 from (select 'a' as c1 from dual
    union all
    select 'b' from dual
    union all
    select 'c' from dual
    union all
    select 'd' from dual
    union all
    select 'e' from dual
    union all
    select 'f' from dual
    union all
    select 'g' from dual)
    minus
    select c1 from t
    C
    f
    g
    2 rows selected.

  • NEED SET PARAMETER ID for  maintain Activity (BUS2000126)

    Hi all,
             i am working in CRM 5.0, i have created one Z Activity Report wit interaction,
    i need Set parameter id for maintain Activity (BUS2000126) for geting the partcular Transaction Activity,
    it is not working :
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
    RS_SELFIELD TYPE SLIS_SELFIELD.
    data:index type i.
      CASE R_UCOMM.
        WHEN '&IC1'.
            read table it_data  index rs_selfield-tabindex.
           SET PARAMETER ID    'CRM_CURR_OBJECT_ID'
               FIELD it_data-object_id.
           call transaction 'CRMD_BUS2000126' ."and skip first screen.
      ENDCASE.
    ENDFORM.                    "user_command
    this 'CRM_CURR_OBJECT_ID' parameter is not working ,
    Can any one tell me parameter ID for t-code 'CRMD_BUS2000126' ,
    Thanks,
    Ganesh R

    Hi Pratik Patel,
                           i have tryed  Parameter ID: CRM_OBJECT_ID,
    but it is not working ..
    see my coding :
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
    RS_SELFIELD TYPE SLIS_SELFIELD.
    data:index type i.
      CASE R_UCOMM.
        WHEN '&IC1'.
            read table it_data  index rs_selfield-tabindex.
           SET PARAMETER ID 'CRM_OBJECT_ID' FIELD it_data-object_id.
           call transaction 'CRMD_BUS2000126' and skip first screen.
      ENDCASE.
    ENDFORM.                    "user_command
    here is any problem?,
    i have checked clicked object id is comming properly ,
    can u tell what is the problem?
    regards
    ganesh

  • Please help.  getting desperate. i cannot set up 3g on my ipad 2. when i go to mobile data in the settings there is no option to view account. which is apprently what i need to click on, any help greatly apprectiated

    please help.  getting desperate. i cannot set up 3g on my ipad 2. when i go to mobile data in the settings there is no option to view account. which is apprently what i need to click on, any help greatly apprectiated

    I got mine (2 weeks ago) 64GB WiFi+3G (Verizon) from the apple store online
    I didnt have to do anything to it, turned it on, activated it, got it on my home network then I signed up for the 3G data service, it works where ever I happen to be. (if there is an unknown WiFi connection available it asks me if I want to join before it continues to connect to the 3G when I am surfing or getting e-mail)
    do you have an Apple Store close enough to travel to?
    I am only assuming here, but since you have a SIM you are not in the US correct?

  • HT201269 I am setting up an iPhone 5. I selected "set up as a new phone" but now need to restore from iTunes back up. How do I access the appropriate screen in the iPhone 5 which I am setting up?

    I am setting up an iPhone 5. I selected "set up as a new phone" but now need to restore from iTunes back up. How do I access the appropriate screen in the iPhone 5 which I am setting up?

    The phone answered this for me - when I connected the iPhone5 to my computer it gave me a choice which included "restore from backup". Problem solved

  • In smartform : in a  table i need to maintain  fixed no of rec

    .2.in smartform in a table i need to maintain  fixed no of records in each page i.e 10 records in each page and after printing 10 records page break has to occur and print them in New page , how to do this can any body help me.in each page i.e 10 records in each page and after printing 10 records page break has to occur and print them in New page , how to do this can any body help me.

    Hi,
    I dont know if there is any direct way of doing so, but ican suggest a turn around solution.
    declare 2 global tables 1. ITAB_10 type ITAB (in which there is ur data)
                                      2. IT_ROW inwhich 2 cloumn (start_pos & end_pos type i)
    Now in intialization.
    Caluculate no of rows in ITAB.
    Say there are 56 rows, then fill table it_row as 1(start_pos) - 10(end_pos), 11-20,...51-56.
    Then in main Window, Create a loop on IT_ROW.
    in that create a CODE under this loop in which fill ur ITAB_10 from ITAB as per start_pos& end_pos in IT_ROW.
    Then create TABLE under the loop, for ITAB_10.
    Regards,
    Vaibhav.

  • How to use a Work Repository when type is set to 'Execution' ?

    Hi All,
    I was just trying my hand at importing and exporting work repositories , I need to know how we can use a certain work repository when its type is set to 'Execution'
    I want to import some packages (which are in some other Work repository ) into that Work repository but I am missing something somewhere.
    Can somebody tell me what are the exact steps to import packages or Entire Work Repository into this newly created 'Execution' type Repository ??
    Regards.

    Hi,
    An work repository which is of EXECUTION type cant be used to import packages/interfaces etc.
    You can able to import only SCENARIOS in Operator component (from scenarios tab) and "just" execute it. As the term execution repository stands, u can able to execute objects created in Development repository.
    Moreover, u cant access designer itself if its a EXECUTION repository.
    Thanks,
    Guru

  • BOM Explosion where Material Type is set to X0 to X9

    Hi All,
    Trust you are well.
    I am finishing of the detailed design for Production Planning and have come across an issue which I was wondering you might be able to help with.
    In my design the sales quantities plan in BI will be used as a basis for the production quantity plan. This will then be retracted from BI to COPA and the sent to S&OP. However, I understand that it will not be possible to explode the BOM's in MRP because the MRP type is set to X0 to X9 for all our finished products, hence we will not be able to run simulative MRP in SAP system for Long term planning.
    I think this is because the material is already being planned with SAP APO and the system will not allow longterm planning for finished materials in SAP ECC at the same time.
    Did you come across something similar? Any ideas, workarounds?
    Thanks,
    Milind

    Hi Anand,
    I have a similar requirement and raised a question on the forum and simultaneously raised a OSS message. SAP responded that we cannot do LTP and MRP for materials planned in APO as this is a system restriction in SAP ECC 2005.
    I am very keen to know the settings that are needed in the MRP type and LTP settings that would enable me to carry out LTP for materials that are planned in APO with MRP Type X0 to X9.
    When I run simulative MRP run, I get a error message "Material is not planned automatically". Are there any modification that you have done in your system to make LTP work. I am keen to know what changes were implemented to get LTP work for MRP Type X0 to X9.
    Warm regards,
    Prem

Maybe you are looking for