on 2014 Sep 26 4:22 PM
Hi,
I m working on a design studio application. I need to get all the technical details of that application (like what are the data sources present in it, what charts are used and their types(line chart or pie chart) etc..
For Bex queries, all these type of technical details of a query are stored in SAP BW backend tables.
Likewise do we have any SAP BW backend tables that stores the details of all Design Studio applications that we create?
If not, kindly suggest whether there are any other ways to extract these info.
Thanx in advance.
Regards,
Mathan.
Hi Mathan,
It sounds like you want to access the details of the application object hierarchy. This is stored in XML format in the content.biapp file for the specific application. You can find this file in the local repository by selecting the Application > Open Repository Folder menu in Design Studio.
If you want to programmatically access these files from the platform they are published to (BusinessObjects BI, NetWeaver or HANA), you will probably need to code a custom web application or equivalent to do so.
Regards,
Mustafa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mustafa,
Thanks for your answer..:)
But as you said, content.biapp file will get stored in the repository folder only when the application is created in Local mode.
In case of Netweaver mode applications, I hope the same content.biapp file will be getting stored in the corresponding repository. Searching that only..:)
Regards,
Mathan.
Hi Mathan,
Thanks for the confirmation. That's exactly what I was wondering about, the level of detail in the RSAOOBJ table. Although I haven't checked myself, I would expect the content.biapp file (or equivalent) to be published to the NetWeaver repository when the DS application is published to the platform. Have you tried to find it?
Regards,
Mustafa.
Hi,
first, there is no official public api to read the content on ABAP server.
Why you actually need to make this?
on the technical side (as someone will find it anyway...)
The objects are stored in ABAP in non-string way. You can either activate RSTT trace or put a breakpoint in FM RSAO_BICS_OPEN and see the structure E_S_AO_ROOT_OBJ.
Element CONTENT is containing the biapp file, but this is an byte representation of the UTF8 string. In Java you would need to do:
String biapp = new String(content, UTF_8);
I have no clue how it is in ABAP.
Karol
I have the same request...any answers yet?
Regards
Bjørn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not really following this; if I create a Design Studio application using a BEx Query as a Data Source but deploying it on the BI Platform I wouldn't expect any Design Studio details to be stored back in BW.
But I would like to understand this request better - can more details be provided?
User | Count |
---|---|
66 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.