Data Extraction from Multiple data sources into a single Infoprovider

Hi Experts,
Can anyone send me links or examples on how to extract data from multiple data sources into 1 Cube/DSO.
Can anyone send me example scenarios for extracting data from 2 data sources into a single Cube/DSO.
Thanks
Kumar

Hi Ashok,
Check the following link from SAP help. Ths is probably what you are looking for.
[ Multiple data sources into single infoprovider|http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm]
Data from multiple data sources which are logically related and technicall have the same key can be combined into single record.
For example, if you have Sales order item and sales order item status .
These both have the same key - sales order and item and are logically related.
The Sales order item - provides information on Sales order item - material , price, quantity, plant etc.
The item status  - povides information on delivery status, billing status, rejection status....
These are two different data sources 2LIS_!1_VAITM ad 2LIS_11_VASTI.
In case you have few master data attributes coming from different systems ie tow data sources in different systems say completely defines your master data. Then you could use a DSO or infoobject to combine the records.
If you want to see aggregated data you use a cube.
ie say you want to analyzae the customer revenue on a particular material and a particular project.
The project details would come from Project syatem and Sales details fom sales flow.
The data is then combined in the DSO with key cutomer and sales area say.
Then it is aggregated at cube level...by not using sales order in the cube model...so all sales order of the same customer would add while loading the cube.. to give direct customer spend values for your sales area at aggregated level.
Hope this helps,
Best regards,
Sunmit.

Similar Messages

  • What is the best way to aggregate photos from multiple family users into a single iCloud photo library?

    My wife and I currently have a iPhone and iPad each.
    We share my apple ID account for apps and I also use this as my main icloud account on my devices.
    My wifes devices have a different main icloud account.
    We also have a iMac with separate users configures, which are tied to our individual icloud accounts.
    Now that OSX photos has been released we want to make use of it including icloud photo library.
    We take photos. Lots of them.
    And we want the photos from all our devices to be aggregated automatically into a single osx photos/iCloud photo library.
    1 - because we want a single library which includes all our photos from the last 15 yrs
    2 - because we don't want to pay twice for storage
    Seems to me there are two options - but I would be happy to hear any others.
    1) The family sharing route
    This seems to be the official solution, but it has major limitations.
    Set up family sharing. I'll be the organiser since its my apple id thats used for app purchases already
    Add my wife to the family
    Ah... but now she has to manually share every photo or moment from he device
    And it seems that these moments are not incorporated into the photos database in same way as the icloud library account users (me) are
    2) Family iCloud account
    I didn't test it yet, but no reason that I can see why it should not work
    Create a new icloud account for the family
    Make this family account the primary icloud account on all devices (could be a big disruption for icloud enabled apps)
    Add our personal apple ids as mail/contact/calendar account
    Make a new user on OSX for photos which has the family icloud account configured
    No all devices should share the same photo library
    Unfortunately:
    We lose bookmark, keychain, etc sync between devices and osx accounts
    We lose imessage (maybe).
    We lose the new ios8/yosemite features like handoff
    Or worse we get crazy imessage/handoff between all devices from all accounts
    Both methods have major downsides.
    Anyone know of a better way?
    Why doesnt apple allow multiple separate icloud accounts to be configured and select which features each can use (where some features may have to be unique to a single account). To me this would seem to be the best option...

    My wife and I currently have a iPhone and iPad each.
    We share my apple ID account for apps and I also use this as my main icloud account on my devices.
    My wifes devices have a different main icloud account.
    We also have a iMac with separate users configures, which are tied to our individual icloud accounts.
    Now that OSX photos has been released we want to make use of it including icloud photo library.
    We take photos. Lots of them.
    And we want the photos from all our devices to be aggregated automatically into a single osx photos/iCloud photo library.
    1 - because we want a single library which includes all our photos from the last 15 yrs
    2 - because we don't want to pay twice for storage
    Seems to me there are two options - but I would be happy to hear any others.
    1) The family sharing route
    This seems to be the official solution, but it has major limitations.
    Set up family sharing. I'll be the organiser since its my apple id thats used for app purchases already
    Add my wife to the family
    Ah... but now she has to manually share every photo or moment from he device
    And it seems that these moments are not incorporated into the photos database in same way as the icloud library account users (me) are
    2) Family iCloud account
    I didn't test it yet, but no reason that I can see why it should not work
    Create a new icloud account for the family
    Make this family account the primary icloud account on all devices (could be a big disruption for icloud enabled apps)
    Add our personal apple ids as mail/contact/calendar account
    Make a new user on OSX for photos which has the family icloud account configured
    No all devices should share the same photo library
    Unfortunately:
    We lose bookmark, keychain, etc sync between devices and osx accounts
    We lose imessage (maybe).
    We lose the new ios8/yosemite features like handoff
    Or worse we get crazy imessage/handoff between all devices from all accounts
    Both methods have major downsides.
    Anyone know of a better way?
    Why doesnt apple allow multiple separate icloud accounts to be configured and select which features each can use (where some features may have to be unique to a single account). To me this would seem to be the best option...

  • Moving the data from multiple internal tables into a single one

    Hello everyone,
    I am creating a classical report which uses the following tables.
    tables : ekko, ekpo, mara, makt,lfa1.
    my input parameter is 
    Select-options Purchase Order number
    Following fields are getting used.
    Doc no                  EKKO-EBELN
    Material              EKPO-MATNR
    Item number          EKPO-EBELP
    Quantity             EKPO-MENGE
    Material Group          MARA-MATKL
    Vendor                  EKKO-LIFNR
    Old Material code   MARA-BISMT
    Material Desc.           MAKT-MAKTX
    Vendor name         LFA1-NAME1
    Now i need to do the following task.
    1 Select record from EKKO Using document number.
    2 Select record from EKPO using EKKO record using Document no as key.
    3 Find out Old Material code of each and every material from Material master.
    4 Find out Material description for each and every material from MAKT.
    5 Sort record on Vendor, Purchase Order number and Material.
    I have defined seperate internal tables for these operation.
    Once i have fetched records into these individual internal tables  from the corresponding DB tables i need to move these values into a new internal tables which has all the above fields mentioned
    I need to move these values into a new internal table because to display the values on the report.
    Any idea for the above ? Plz help with a sample example or some relevant.
    Regards,
    Ranjith Nambiar

    Hi
    1 Select record from EKKO Using document number.
    2 Select record from EKPO using EKKO record using Document no as key.
    Use inner join and retrive data into one internal table.for Ex ITAB1
    3 Find out Old Material code of each and every material from Material master.
    Use ITAB1 with for allentries in MARA table to get the onl materil number populate in to one table.
    4 Find out Material description for each and every material from MAKT.
    Get the Material desc with the same manner as above,
    5 Sort record on Vendor, Purchase Order number and Material.
    now sort the ITAB1 as you req.
    now Loop on the ITAB1.
    and read above 2 tables for old matnr and matner deac and append into another table as you want.
    Hope this will help.
    Regards,
    Hiren Patel

  • How do I mail merge from multiple Numbers sheets into a single Pages doc?

    I am trying to mail merge in a Pages doc with more than one Numbers file as a source.
    I am unable to do this, because the target fields only reference a single Numbers sheet. Fields needed from other Numbers sheets to populate my Pages doc show up as 'untargeted' and the merge attempt fails.
    Can anyone help?
    Thanks!

    shefletch wrote:
    I am trying to mail merge in a Pages doc with more than one Numbers file as a source.
    I am unable to do this, because the target fields only reference a single Numbers sheet. Fields needed from other Numbers sheets to populate my Pages doc show up as 'untargeted' and the merge attempt fails.
    The User Guide is clear: we may merge from ONE Numbers table.
    Reorganize your datas so that they are available to the merge process from the first table of the first sheet of the used document.
    External references are your friends to do that.
    Yvan KOENIG (VALLAURIS, France) mercredi 9 septembre 2009 18:01:34

  • Acrobat 9: compiling responses from multiple questionnaire responses into spreadsheet

    I want to send out a questionnaire to 150+ individuals, then compile responses from all parties into one spreadsheet. The form uses drop down options and text fields.

    You can compile the data from multiple PDF forms into a single spreadsheet in Acrobat, if that's what you're asking. I can't say for sure where that command is in Acrobat 9, but it should be somewhere under Document or Advanced...

  • How to load data into an ods from multiple info sources.

    hi all...
    i am given a task to load data into an ods from 3 infosources ...
    can someone plz give me the flow .
    thank u in advance..

    Hi Hara Pradhan,
    You have to create 3 update rules by giving the 3 different infosources while creating each update rule. And u have to create the infopackages under each infosource. with this u can load the data to the same data target from multiple info sources.
    Hope it helps!
    Assign points if it helps!

  • Can I use Visual Basic to covert form user data from multiple .pdf files to a single .csv file?

    Can I use Visual Basic to covert form user data from multiple .pdf files to a single .csv file?  If so, how?

    You can automate Acrobat using IAC (InterApplication Communications), as documented in the Acrobat SDK. Your program could loop through a collection of PDFs, load them in Acrobat, extract the form data from each, and generate a CSV file that contains the data.
    Acrobat can also do this with its "Merge Data Files into Spreadsheet" function, but this is a manual process.

  • How can I combine multiple icloud calendars into a single published calendar?

    I have several calendars in Ical where I map my activities and schedules. Like many I need several calendars to categorise events.
    Now, I'd like others to see when I'm free and when I'm unavailable. For this, I'd need to find a way to copy multiple Icloud calendars into a single one for publishing - and the published calendar would also have to sync to any update I make in the original calendar.
    Any way to make this happen? Any third party app? Tried a couple - they were outdated and / or cumbersome.
    If only there was a "smart calendar" tool in Ical …

    It worked - up to the crucial point: after combining icloud calendars into one "on the machine" calendar, the latter is ready for going public. But of course - this public calendar will only contain the .ics files and will not sync for updates from the icloud calendars.
    And that's what I want.
    If this problem is not possible to solve with the software available in the Mac - is there any known third party solution for this?
    (Apple: "smart calendars" please!)

  • Grouping multiple news items into a single e-mail notification?

    Hi,
    We are on EP5 SP6 and would like to know if anyone knows how to group multiple news items into a single e-mail notification.   
    Thank you.

    Hi Dirk,
    Thanks for your reply. 
    We are looking to have newsletter capabilities in the portal.  A good example would be the "Dev Today Newsletter - News Perspective" available from SDN.  Essentially we would like users of our portal installation to choose the topics/news that they are interested in receiving and the frequency and then get that content in a formatted e-mail in the same manner that the Dev Today Newsletter is received.
    All suugestions on achieving this outcome are welcome and much appreciated. 
    Thanks,
    Rich
    Message was edited by: Richard Maziarz

  • Can you combine multiple itunes accounts into a single one?

    I set up separate itunes accounts for my (2) sons (8 & 10) because one had an iPod and the other had an iTouch. 
    They just got an iPad for X-mas (that they'll share) ... I want to set up the iCloud and create a "joint" account. 
    Is it possible to combine their multiple itunes acounts into a single account?

    This is all i know but all you can do is just creat a new one for them both and send all the stuff to the one think u can do that i hope it helps

  • How do I bind multiple PDF Documents into one single document?

    I am trying to bind multiple PDF documents into one single document can anyone please help me?

    You would need Adobe Acrobat to do that. Reader doesn't have the ability.

  • How do i combine multiple pdf file into a single pdf file?

    how do i combine multiple pdf files into a single pdf file?

    The thread was started in early March and it's Mid-April, I know this very well. The OP of this thread posted a very common and simple question or maybe he/she would have resolved this. For an Adobe Acrobat user it's not at all difficult to combine multiple PDF files into one. But to combine PDF files full version of Adobe Acrobat is mainly required, otherwise PDF files can't be combined. For example, I'm using Adobe Acrobat 9 Pro. These simple steps are mainly required to combine PDF files:
    Open Adobe Acrobat.
    Click on Combine and click on Merge files into a single PDF.
    A window will be appearing, click on Add Files and select the PDF files you want to combine.
    Arrange the selected files in any order with the help of Move Up and Move Down button.
    Now click on Combine File and the selected PDF files will be combined within a few seconds.
    A new PDF file will be created. Click on Save As and name this new PDF file. Then, click on Save.
    A new PDF file will be created and all the selected PDF files are combined in it. The steps shown above might be different in other versions of Adobe Acrobat. Other than this, some third-party PDF merge software are also available. Most of them are available with a demo version for free evaluation. I've heard much about SysInfoTools PDF Merge software on other forums and directories and it's demo version is freely available. One may check its demo version if Adobe Acrobat (full version) is not available.
    Regards

  • Concatenate multiple pdf files into one single postscript file

    Hi,
    Could anyone help me with a code to "Concatenate Multiple pdf files into one single postscript file" ?
    Thanks for the help

    Thanks for your reply! Actually the main purpose is to allow user to select multiple pdf documents on a single web page and then he should be able to print all of them at once by hitting the print button on the web page instead of selecting each document seperately to print it. Also he should be able to see all the printing services available to print those documents.
    Thanks,

  • How to include multiple image components into a single custom component???

    How to include multiple image components into a single custom component???

    Hi Marcel,
    an ABAP transaction can only run or at least be started on one single system. A portal transaction can be assigned using a URL. This doesn't need any logical component.
    Regards
    Andreas

  • Reading Values from Listbox and data source into MS Office Toolkit

    Hi,
    Been trying to get this to work but making no progress and my lack of experience on labview is becoming a hinderence.
    Does anyone know how I can read the values from the listbox example attached into MS Office Toolkit for Excel?
    The values from the listbox need to be compared to mulitple values from a strain data source.
    Cheers,
    Mike.
    Attachments:
    Capture.PNG ‏62 KB

    Hi,
    Ok in the attached vi I want value from the listbox "0kg through to 10kg" to be put into the excel table in the report generation toolkit along side data from the convert strain gauge reading.
    Cheers,
    Mick.
    Attachments:
    Strain Gauge Edit2.vi ‏112 KB

Maybe you are looking for

  • Placement Algorithm wanted

    Folks'es, i need to write an application that displays the objects of a database in a nice tree/graph style. i have everything i need, except for a neat placement algorithm, that puts the object icons nicely on the screen. anybody implemented somethi

  • OBIEE 11.1.1.7.0 installation failed- Create domain error

    we are facing this issue while installing OBIEE 11.1.1.1.7.0 on CentOS 7 64 BIT. Configuataion Action Creating Domain has failed. Please check logs for details. checking the logs under oraInventory, the logs says- Oracle.as.provisioning.execption.ASP

  • Can I skip the latest iPhoto 6.0.6 update ...

    ...since my iPhoto 6.0.5 version is working just fine. "The update addresses an issue associated with EXIF data compatibility and photocasting". As far as I know I've never used EXIF data. I suppose I could try the update and if problematic I can rev

  • Profile Matchup With Own Position

    Hello All, I am working on upgrade from EP 5.0 to EP 7.0 In this i am working on profile match up .In EP 5.0 standard ITS service MY_PROFILEMATC is used ,this calls report RHPD_MY_PROFILEMATCHUP and Profile Matchup screen opens .It basically shows th

  • Planning the physical layout of the database

    Our application keeps very large historical data for 1 year. We do not use the Partitioning Option but have created 12 different BIG TABLES, one for each month. We are wondering if for performance reason or any other reason, whether it is better to p