I want to retrieve the content of a BI report in Json format, Is it possible with Java BO sdk?
If so can any one give me some examples how to retrieve content in Json?
I want to retrieve the content of a BI report in Json format, Is it possible with Java BO sdk?
If so can any one give me some examples how to retrieve content in Json?
The short answer is no, you can't get Json natively with the SDK. You can, however export a Webi and Crystal report to XML, which you can then convert in Json.
A more complete answer would require to know which version of BO you are using, an whether you need to export WebI report, Crystal or Crystal for Enterprise reports. This will more or less dictate which SDK you will use for that, however going forward SAP is pushing hard with the RESTful services API, so that may be the one you should look to utilize.