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?
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
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.
Dig Deeper
-
People who read this also read...
-
This was first published in April 2009