Using Infoset to join, move DSO analysis to InfoCube

Using Infoset to join, move DSO analysis to InfoCube

I have two tables, both of which are stored in a DataStore Object (DSO). I have a key ID, called policy ID, which is present in both tables. I used an Infoset to join the DSOs from both tables, hoping that this would perform a natural inner join, thus "adding" columns from one table to the other where the policy ID matches. I then want to send this joined table to an InfoCube.

The problem is that this action gives me various error messages such as "The parameter is not used" (for the currency keys needed in my InfoCube). Am I doing this correctly, or is there a better process?

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

If the requirement is to store the data in an InfoCube, then there is no need to create an Infoset. Data from the DSOs can be individually loaded into the InfoCube, and then you need to apply the ABAP routines to summarize this data based on the requirements. If the intention is to do reporting out of the Infoset, then you may create the Infoset, which will be a joining of the two DSOs.

This was first published in April 2009