How to consume Json Feed
Hi Team How to consume Json Feed, using REST POST action through SAP ABAP.
View ArticleCreate Document in RESTful webservice
Hi, Anyone help me in java code how to create a webi document using restful webservice? My Code: HttpPost httpRequest_create_doc = new HttpPost( "http://localhost:6405/biprws/raylight/v1/documents");...
View ArticleJSON arrays vs. properties
I'm finding that a JSON response from Raylight may or may not be an array depending on whether there are multiple items. For example, a WebI doc with multiple reports will produce this: { "reports":...
View ArticleError Scheduling Document with Prompts using REST API - An internal error...
I just started using REST API for executing a web intelligence document with prompts and recieved the following error:An internal error occurred while calling 'answerPromptsEx' API. (Error:...
View ArticleWhere can I download the sap.viz chart library?
Hi, I develop a web software with using sap.ui.communs, sap.ui.table, sap.ui.core and sap.viz chart libraries. I found where I can download sap.ui.communs, sap.ui.table, sap.ui.core libraries to...
View ArticleStatus of a schedule - error message on failure.
Hello All, when querying for status, after scheduling a document, using the schedule Id - the service returns Completed/Failed status. In case of a failure, it does not give us any detailed description...
View ArticleWIS30650 after changing universes with REST API
I created a very simple WebI report (one object), and attempted to switch it from its original unv universe to an identical unx universe. The switch appeared to work correctly: GET...
View ArticleDirectory, Document
Hi, I developp HTML 5 application. I've several questions about Restful web services SDK A. If I want to obtain all documents of a specific directory, I have to request:...
View Articlerestful: Child lov with parent prompt
I have 2 dimensions, Parent and Child. The list of values of the Child dimension contains a prompt on the parent. With restful, I want to the the list of values for the child dimension. I've created a...
View ArticleLast page of WebI doc
With the REST API, how to jump to the last page of a WebI report?
View ArticleCreate reports in RESTful webservice
Hi I am using BO 4.1 SP2.I know that report can be created using restful url.Is there any url to connect the created report with a particular universe. help me in this Regards,Kavitha S
View ArticleHow to retrieve SAP BO documents from C# .net application based on specific...
Hello, I have a requirement to pull in SAP BO documents from C# .net application based on specific parameters. I am able to get the documents by passing the document ID and export to PDF, but not able...
View ArticleReports created using REST Web services are not visible inside document
Hi, I am using REST Web services to create Reports . Following are my steps to create the same. 1) Add document in a folder.2) Get list of universe.3) Add dataprovider.4) Add Reports to that...
View ArticleWebi Restful SDK XLS Formatting Issue
I have a customer requirement to generate XLS files per webi section page breaks to meet the requirement to split each business units into seperate XLS files. This allow me to download the XLS using...
View ArticleError Get Document's detail
Hi, I get this error when retrieving document detail my url isGET biprws/raylight/v1/documents/6573 Thanks for your help <error> <error_code>WSR 00999</error_code>...
View ArticleScripting Web Intelligence : the RESTful Raylight Web Services with Python...
Well, I followed Ted Ueda's blog posts about the RESTful Raylight Web Services and I translated his Powershell export sample to Python. See the blog post Scripting Web Intelligence: the RESTful...
View ArticlePostman Restful issue
Hi, I'm getting issue for last couple of days with Postman and Restful. Normally it was working fine for long time, I was able to execute GET and POST with url http://server:6405/biprws/logon/long. I...
View ArticleWhere can I download the sap.viz chart library?
Hi, I develop a web software with using sap.ui.communs, sap.ui.table, sap.ui.core and sap.viz chart libraries. I found where I can download sap.ui.communs, sap.ui.table, sap.ui.core libraries to...
View ArticleHow to Get Folder details with name and id from CMC using Java Restful web...
Hi Guys, This is Rakesh from mumbai. I am working on WebI Report in BO 4.1 using Restful WebServices. I am unable to get any folder details from CMC like id, name from my favorite folder. There is any...
View ArticleRest SDK retrieve/export historical instances of report
Hi, I'm looking for way to retrieve instances of report that were generated via BO Scheduler and they are available when I right-click on report name in info view and choose History. I was trying to...
View Article