Dear experts,
in order to ease the live of my customers, I try to automate some processes.
I want to enable them to create a list of BEx Queries in EXCEL
and based on this list and a button click VBA should generate the DataSources and Crosstabs.
So I'm looking for a SAP macro like lResult= Application.Run("SAPInsertDataSource", "ApplicationServer", "Client", "System" ...)
Should be possible, because all parts are existing when you use the Input in the old fashion way.
Question 1: Any idea on how to automate the Insert DataSource process?
As fallback solution I could imagine a deposit of BEx queries (one WorkBook -> one BEx query -> one Analysis DataSource)
Process: VBA shows the customer the available queries, he selects some, VBA copies these DataSources into one Output workbook for further use.
I tried it, but the copied DataSources are losing the Analysis functionalities. There is already the feature "Smart Copy" but only from xls to ppt.
Question 2: Any experience in sucessful copying of Analysis DataSources / Crosstabs, preserving the full Analysis funcionality?
Kind regards
Michael
PS: For good answers, I'm willing to spend a beer.