I want to use Data Service 3.0 to connect the infocubes from SAP BW.
However, after i connected it, i only see the fields/colums as an object in the table.
My infocubes name is Customer Sales, and it has infoObject/fields:
Characteristic
-CustNo
-CustName
-Sales Office
Key figure
Amount
Quantity
Volume
Counter
Time characteristic
-Fiscal year
-Fiscal year/ period
After i create new datastore (Datastore type: SAP BW Source), my table is containing all the InfoObject but exclude the key figure: Amount, Quantity, Volume and Counter.
My questions are:
Is InfoCubes is something look like a table also? Because InfoCubes is containing data, is it suppose the InfoCubes = Table in my DI? In other words, under my table, it should be InfoCube model, and not the InfoObject/field
If all the InfoObject is under my table, how am i to do the ETL? Is not possible to extract the InfoObject into other data warehouse right?
The way DI works with the BW source datastore is that you import an Infocube and we import all the tables that form together that cube for you. But it is still table based.
Thank you for your reply.
Is it means that is not a right way to connect infocube using DI? Because i dont see any good point that i connect the infocube like this way.
I have try to use openhub in BW, it is a way to extract data directly from infocube and put into a csv format right?
However, my company need to build a separate data warehouse (a table that contain data from the infocube in BW), because we need it for another project (reporting purpose), we do not want to get the data directly from BW itself.
I suppose have to use DI to do all the extraction job…is it possible? Please advise, thanks!
After i imported the cube, it gives me all the dimension that form the cube…is it means that i need to use DI to form the table back/define the relationship among the table? I thought i just need to connect the cube and it gives me the whole cube fact table?