One infosource two datasources

Hi Friends,
I have the following task.
I have two data sources, one with actual data and one with planning data.
Now I want to create an infocube with both the actual and the planning data and one or two aditional fields for the difference
between actual and planning data.
I have created the data sources, I have created on infocube with all the fileds from the two datasources.
When I have created two transformation from datasouces to infosource and one from infosource to the infocube.
But when I want to create the DTP for the infocube, it asks me to choose between the two datasources.
How can I go on with it.
Is there a docu how to handle two datasources, one infosource and one infocube or how else can I do it?
Thanks in advance.
RG. Jimbob

Hi Jim,
If i am getting you correctly , you need to create one cube with Actual key Figure and Planned Key Figure so that you can calculate the variance.
In this case, i would suggest you to not add value type in the cube. ( Just have it till the info source).Then write a routine for Actua Key Figure and Planned Key Figure.
i.e IF VTYPE = 10 populate actuals else populate planned key figure.
As in any situation if u have value type info object in cube, you will always get tw records in the cube based on value type, even if all other characteristics are same.
In the scenario where 2 records are generated, if u run a report without dragging value type , it will aggregate both the records as you are expecting.
Hope this solves your problem.
Thanks,
Vikram

Similar Messages

  • One Query, Two Datasources

    Is there a way to run a query on two separate datasources? I
    would like to compare the data in two separate MS Access databases.
    Thanks.

    You won't be able to combine two datasources in one cfquery,
    so one way might be for you to query each datasource, then compare
    the two results using a Q-of-Q.
    Phil

  • Joining two datasources using an InfoSource

    Hello Experts,
    is it possoble to join two datasources (two database tables sharing an attribute) using an InfoSource as it works with two InfoSources and one ODS?
    Axel

    In your source system, create a view in se38 with your tables. Then, still in your source system, go to t.c. SBIW and create a new DataSource with this view. Then go to your BW, replicate DataSources of your source system and activate.
    I have not explained all the steps but is not a very dificult process, so i think you will not have problems.
    Regards

  • How to join two DataSource in a single InfoSource

    Hello,
    I have got two datasources which both share the same primary key (Field IDCO) and also have several individual fields. For example:
    Datasource 1:
    | IDCO | price |
    Datasource 2:
    | IDCO | amount |
    Now I would like to join both datasources into a single InfoSource that should look like:
    | IDCO | amount | price |
    In plain SQL I would do something like
    Select ... from datasource1 inner join datasource2 on datasource1.IDCO = datasource2.IDCO
    Any ideas how this can be achieved be achieved in the Data Warehousing Workbench?
    Best Regards
    Christoph

    Hi Christoph Außem, welcome to SDN world....
    Steps:
    1. Create a InfoSource with  |IDCO | price | amount -  InfoObjects. then map Datasource 1 with InfoSource here Mapping is like below..
    DataSource1-IDCO = InfoSource-IDCO
    DataSource1-Price  = InfoSource- price
    EMPTY (NULL       )  = InfoSource- Amount
    DataSource2-IDCO = InfoSource-IDCO
    DataSource2-Amount  = InfoSource-Amount
    EMPTY (NULL       )  = InfoSource- Price.
    In this wasy you can map the fields and InfoObjects.
    Thanks
    Reddy

  • Two data sources to One Infosource?

    HI GURUS
    Can we connect Two data sources to One Infosource?
    Regards
    Durai

    Hi Expert !
    Thanks
    If we assigned two data sources to an Infosource, all those fields will be availabe in the transfer rule maintanence screen that we can choose and assign to Infosource infoobjects.
    Am I correct?
    Regards
    Durai

  • Two Datasources pointing to one connection pool...

    Hi All,
    I have heard you should not have two datasources pointing to one connection pool that each datasource should have it's own pool. What type problems would occur if you did that in WLS 8.1? I heard in 9.2 and above you are not allowed to do that and I suspect it is because of some issue doing many (datasources) to one (connection pool).
    Any comments about this?
    Thanks,
    -Tony

    Hi Hector
    Could you refer the SCN & SAP links
    SAP WEB Dispatcher and DMZ
    Access SAP Webgui and Portal Through Internet Using Web dispatcher
    https://help.sap.com/saphelp_nwce10/helpdata/en/48/8fe37933114e6fe10000000a421937/frameset.htm
    SAP Web Dispatcher - SAP Library
    BR
    SS

  • Best way to join information from two datasources??? pls help

    Guys Please help in understanding the basics of modelling in terms of best practises in SAP-BI
    I have two datasources. One is standard Bussiness content datasources 2LIS_02_ITM ( having PO item level data)  and the other is a generic datasource on table EBAN (having PR details). Now all my report requirements are on both PO and PR information.So i need to club these datasources or its corresponding DSO's  or its corresponding cubes.
    Please suggest the best of the following solutions:
    solution 1 and 2
    2LIS_02_ITM -
    > DSO1 -
    > PO cube
    Gener Datasourceon EBAN -
    > DSO2----
    > PR Cube
    solution one is to go and build multiprovider joining with PR no in either cubes
    solution two is to go and build infoset joining with PR no in either cubes
    solution 3
    2LIS_02_ITM -
    > DSO1 -
    > cube
    Gener Datasourceon EBAN -
    > DSO2
    while populating data from DSO1 to cube we lookup on to DSO2 and read the PR data , thus consolidating both PR and PO data in the cube
    solution 4
    Here i can plan to combine two datasources 2LIS_02_ITM ,Gener Datasourceon EBAN into one infosource.
    (2LIS_02_ITM ,Gener Datasource on EBAN)---->infosource->DSO-->cube
    solution 5
    i can club both PO and PR information at the  r/3 side only into a  view and build a  generic datasource on that... then bring the whole data into one DSO and cube and report on that....
    Please do help me guys.... i will award points to all who adds some imp information.

    Hello Venkata
    We use approach
    1/2 when we have different data comming fromsource and data amount is huge and lot of transformation is there
    3 You can use this approach here but lookup in other ODS is also time consuming also any changes which may be done in future wouldd need corresponding changes in the ODS
    4. We should always use infosource even if BI/7 as it provides very much flexibility and scalability...but when u r combining these two DS you need to make sure u r extracting proper record
    I dont know if you are talking abt extractor enhancement in this point...i would suggest if no. of field to be enhanced is less than u can go for it...
    5. IOfcourse u can create a view but its better to enhance extractor becuae SAP has already provided DS for 2LIS_02_ITM...
    We have done the same thing but we were having only 7-8 PR fields ...so we just enhanced the structure.......
    Thanks
    Tripple k

  • Combining two datasources

    Hi Experts,
    Can anyone tell me how to combine two datasources?
    How many datasources(max) can be combined to an infosource?is there any limit?
    What is the difference between combining two datasources and creating a generic datsources which has all the fields of the combined ones?
    Thanks in advance
    Regards
    Ganesh Kumar

    Hi Ganesh,
    As you have suggested one way of combining datasources,  is through infosource, and as far as the number of datasources that can be combined, there is no limit as such.
    We generally go for generic datasources when couldn't find any application specific datasource suitable to our requirement provided by sap.
    Technically speaking if you have two application specific datasources which you would like to combine, you can do it through the infosource; and if you dont have application specific datasources available and you were to create two generic datasources and combine them, then it would be logical to make one generic datasource with all fields in it.
    Hope it was clear..
    Regards,
    Habeeb.

  • I want to load from two datasources to ODS then ODS to infocube

    Hi Experts,
    I want to load the data from Two datasources to one ODS.
    Once i completed ODS loading i need to load to infocube.
    Please anybody tell me what're the steps to complete this task.
    Regards
    Suresh

    Hi,
    Once you are done creating the ODSs and InfoCube, create an update rule by right clicking the ODS -> create update rule and there you give your InfoSource1 name and create routines if necessary, likewise you would do the same for your InfoSource2 and load the data...
    After successful load from two sources do the samething in Cube, right click on the cube and create update rule but this time you have to mention ODS name instead of InfoSource name. create the routines if necessary then save & activate.
    then come out of the cube then go to ODS generate datasource and once it is done again right click on the ODS -> update ods data into targets -> Full / Initial -> InfoPackage will pop up and you are good to go with your load.
    Hope that helps!!
    ~ Vaishnav

  • Contact Two Datasources in Weblogic 10 in a single transaction

    Hi,
    my requirement is to create two datasource which points to two different schemas of oracle 10 g database.
    In a single transaction i may be in requireemnt of contacting both the datasource to get respective db connection and do a insert/update.
    I created two datasources A and B which use Oracle 9 thin driver.
    When my application starts my app is able to get connection of datasource A and unable to get connection on datasource B. what may be the problem ??
    both uses Oracle non-XA driver with one phase commit;
    Let me know how to connect to two diff datasources in a single transaction.
    Thanks in Advance.
    Sreehari.

    Do you get like any error for second datasource like jndi lookup failed or exactly what do you see error. If I understand your usecase:
    DataSource_1 -> Uses ConnectionPool_1 -> DB Schema_1
    DataSource_2 -> Uses ConnectionPool_2 -> DB Schema_2.
    So in your java application, I guess you are using JNDI Lookup and pass above Datasources unique JNDI names, and get 2 instances. I mean you have like 2 sets of Jndi lookup code to get 2 connection objects. This looks pretty straight forward. Does not matter what drivers you use.
    Are you reusing any objects in your code, like have a single connection object and then close it and try to recycle it for second something like that...If not, check for any errors in the log files.
    Ravi Jegga

  • Satellite P500 PSPG8E - Bios peeps 3 time - one long two short

    Hello,
    I have a question: when I power on my Satelite P500 PSPG8E I get 3 Peeps: One long two short!
    What is this, maybe Memory?
    Thanks allot
    Greetings from Germany
    Michael Burkhardt

    Hi Michael,
    I dont know what this beep code means exactly but as you wrote, it could be a RAM issue.
    Do you have two modules installed? If yes you should try to start your notebook with one module only and test each module in each slot to determine if its RAM, RAM socket or something else.
    But if your notebook is under warranty the repair would be for free if you contact an ASP in your country. ;)

  • My iMac locks up constantly in email. I click on one or two emails. Then when I click on another email, I get the spinning wheel and have to relaunch. Why does it get confused and lock up?

    My iMac locks up constantly in email. I click on one or two emails. Then when I click on another email, I get the spinning wheel and have to relaunch. Why does it get confused and lock up? Seems like it is stuck.

    10.6.8 here, MacBook Pro. Comcast. Mail  freeze ups. Occasional warnings to use "Log Out" under the Apple icon.
    Disk Repair run several times. Shows lots of Java  "remote" issues.
    I run Disk Repair several times, shows a lot of Java, "remote" issues.
    Restart don't know if it helps, I do it all the time. What's with quitting Mail but it doesn't quit, and why a separate maneuver to "Log Out".
    i

  • When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box

    When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box in middle of screen that says that it does it like every time I go to sync the phone after i do app updates. I am getting very frustrated by this can someone please help. I have made 2 other discussion topics about this and no replies on them. Please if anyone can help I ask for help. This has occurred ever since the iOS 5.1 update and the iTunes 10.6.0 and still continues with the iTunes 10.6.1 update just yesterday and perhaps even worse now. PLEASE HELP IF YOU CAN. I have looked through my network settings etc and everything looks good here on my side.

    When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box in middle of screen that says that it does it like every time I go to sync the phone after i do app updates. I am getting very frustrated by this can someone please help. I have made 2 other discussion topics about this and no replies on them. Please if anyone can help I ask for help. This has occurred ever since the iOS 5.1 update and the iTunes 10.6.0 and still continues with the iTunes 10.6.1 update just yesterday and perhaps even worse now. PLEASE HELP IF YOU CAN. I have looked through my network settings etc and everything looks good here on my side.

  • One computer, two itunes libraries, ?one authorization

    I plan to buy a new iMac and will set up two user accounts on the one device. If each account has their own iTunes library, will that require one or two authorizations. I am concerned because I did not have a chance to deauthorize my other machines. Thank you for the information.

    An authorization is for an iTunes store account.
    If you have 2 (or more) user accounts on your computer and they all have individual libraries and all are authorized to use the one iTunes account, you will only have used one iTunes authorization.
    One machine uses one authorization, regardless of number of user accounts.

  • I apparently have more than one Apple ID.  So, 1) how do I find out how many different ones exist, and 2) how can I consolidate them into one or two?

    I have inadvertenly created two or more different Apple IDs.  How can I learn all the different IDs associated with my email accounts or my name?  How can I consolidate the different IDs into one or two?

    Go to https://iforgot.apple.com/ and click the blue link "Forgot your Apple ID?"
    It will result a page in which you can provide some contact information that may possibly find an existing Apple ID.
    How can I consolidate the different IDs into one or two?
    This cannot be accomplished.

Maybe you are looking for

  • Workflow trigger on posting date change

    Dear All, The workflow which I have implemented works as the document goes for the approval at different levels prior to posting.If in any case some problem occurs prior to posting like this time posting period is not closed then the document will go

  • Macbook pro & SD cards

    My macbook pro's SD card slot is not reading cards. It used to work fine. And the same card works on another Macbook. Any ideas to fix it?

  • Replacing detail field in GL report

    Hi All, I am still learning SAP B1 and currently I am facing a problem relates to general ledger report. is it possible to replace detail field in the report with customer name ? I really need it since it wastes time for user to browse BP. TIA Rgds,

  • IPad 2 keeps rebooting, Apple has no answers

    My iPad 2 (3G, wifi, 64 gb) never been JB and was working fine with IOS 6.1.2......until I updated to IOS 6.1.3. After upgrading IOS the iPad started to reboot randomly. I followed all the suggestions but none worked: tried restart a few times, tried

  • How to create one program from few programs

    Hi. I have for example 5 programs and I would like to create one program in which i could switch between this 5 programs. One of these should be running all the time and the others should start when i will switch to them. I need solution or something