- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
SAP BI retrieving PDF from Web Service
Try using REST SDK to retrieve document and convert it in to PDF. Follow below steps:
- Logon: POST /biprws/logon/long
- Get the doc's prompts (if any) GET /biprws/raylight/v1/documents/5690743/parameters
- Pass the correct values for the prompts (if any) and refresh the document: PUT /biprws/raylight/v1/documents/5690743/parameters
- Export as PDF GET /biprws/raylight/v1/documents/5690743
In end you need to pass Accept: application/pdf in HTTP header to get PDF version.
- Related Articles
- Using SAP Web Service from WSDL file
- Using SAP Web Service from SAP by PHP with parameters
- Invoke a Web service from AJAX in SAP application
- Using SAP Gateway service in SAP Web project
- Exposing employee master data from SAP HR system using Web Service
- Consuming Web Service in C# application (SAP)
- Integrating JSession in a Web-Service in SAP
- Retrieving ABAP BAdi from SAP BW
- Connecting system with SAP system using a Web Service
- Attach data from SAP system using Oracle Web Logic and Oracle Enterprise Service Bus
- Naming conflict error while consuming SAP Web Service in .net
- Calling SAP Web Service to get data in Flash dashboard
- Retrieving data from a table in SAP ABAP
- Retrieving Idoc XML data from SAP system over HTTPS
- Error Message: Unsupported xstream found: (“HTTP Code 200:OK”)” while consuming SAP Web Service

Advertisements