Questions tagged [business-objects-sdk]

A software development kit (SDK) to access users and groups, folders and objects, and services provided by BusinessObjects Enterprise. Includes Java, .Net, COM, SOAP, and REST versions.

Documentation:

112 questions
1
vote
2 answers

How to create a SAP Variable that must be specified by user like prompts do?

I am trying to build reports using RESTful API for Business Objects 4.2. In the "SAP BusinessObjects RESTful Web Service SDK User Guide for Web Intelligence and the BI Semantic Layer", section "6.5.1 Parameter Response Body Schemas" mentioned that…
1
vote
0 answers

How to make google chart same size with its container

I'm trying to develop custom donut component for SAP BusinessObjects Design Studio by using google donut chart. It's like DOM(Document Object Model). I want to make donut chart responsive because of the compatibility with the other components. To…
1
vote
1 answer

Include Third Party Jars with Business Objects SDK App

I am making a small app and I need opencsv for it. The app is deployed to SAP BI 4.1 and I am using the scheduling functionality. If I did not need opencsv, I could deploy it to BOE and I would not need to package or extract the jars that the…
uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64
1
vote
1 answer

Return SQL query BOXI R3 Webi using Rebean API

Has anyone figured out how to return the SQL for an object that is in Webi using the Rebean API? I have got the ReportExpression of the column but, from there I am having a difficult time retrieving the SQL of the object. Thanks
XanderLynn
  • 883
  • 3
  • 16
  • 29
1
vote
2 answers

Where can I get the javadoc for the Crystal Reports java API

I'm working with objects such as the IReportAppFactory,ISessionMgr,IEnterpriseSession, IInfoStore, IReport and others from cecore.jar, celib.jar, ceplugins.jar, cesession.jar and rasapp.jar, but there is no Javadoc attached. I have tried scouring…
1
vote
1 answer

Building an application using BO SDK

I think my problem is simple, but I'm not really experienced in this domain. I'm trying to build a JSP manually without any environment, using TOMCAT. So I used this structure for my page: my-webapp |-- WEB-INF | |-- lib | | |-- ajar.jar | |…
user2517028
  • 784
  • 1
  • 11
  • 25
1
vote
1 answer

Schedule weekly Webi report using SDK

I am trying to schedule a Webi report using SDK, I can schedule Once, Monthly and other types. Could anyone tell me how to schedule a Webi report weekly? I can set the schedule type to WEEKLY and start and end date, but there is no API available for…
user1544460
  • 173
  • 7
  • 18
1
vote
1 answer

Usings SAFEARRAYs with VB.Net

I'm using the BusinessObjects SDK to interact with objects in its repository. The File Class has methods for sending/receiving (CopyTo and Overwrite) binary data to/from the File Repository Server (where files like Crystal Reports are stored), both…
craig
  • 25,664
  • 27
  • 119
  • 205
1
vote
1 answer

Add multiple JARs and Javadoc to local Maven repository

I have a number of JAR files that comprise two different Java SDKs for BOXI R3.1: BusinessObjects Enterprise Java SDK and the Web Services Consumer Java SDK. The BusinessObjects Enterprise Java SDK has a number of 'core'…
craig
  • 25,664
  • 27
  • 119
  • 205
0
votes
1 answer

CrystalDecisions.Web DLL

I've downloaded the Business Objects 3.0 SDK but it didn't contain the CrystalDecisions.Web DLL (version 12). The DLL exists on the Business Objects XI SDK (version 11.5) and on the Business Objects 4.0 SDK (version 13), but not on the BO3 Any…
Diego
  • 34,802
  • 21
  • 91
  • 134
0
votes
1 answer

RESTful webservice proxy class

I've written a Jersey-client application that interacts with two web services, one that is REST, the other that is SOAP. I use the employee data supplied by the REST service to create an new User with the SOAP service. The REST service is a JAX-RS…
craig
  • 25,664
  • 27
  • 119
  • 205
0
votes
1 answer

How does one pass null values to optional parameters in a Business Objects report using the Business Objects SDK?

I am building a web front end for accessing Business Objects reports using the Business Objects SDK for .NET. I have been able to hack my way through 95% of the business requirements with the sparse documentation and forum posts available online…
Tuck
  • 203
  • 3
  • 8
0
votes
4 answers

How to list BO XIR2 universe objects used in a webi report?

How to list universe objects from a webi report using the Business Objects SDK for XIR2? Is there is an automated way to do it without the sdk? With the SDK I've been able iterate through webi report and universe collections but do not see a…
jason saldo
  • 9,804
  • 5
  • 34
  • 41
0
votes
1 answer

.REP and/or .WID Runtime Engine - Business Objects?

Is there any kind of runtime engine for Business Objects .REP and/or .WID files? I have been searching, but I have not found anything. NOTE: I am not referring to .RPT and/or Crystal Reports For example, if I wanted to open a .REP report within in a…
John Cruz
  • 1,562
  • 4
  • 14
  • 32
0
votes
2 answers

I need cesession.jar file?

Business Objects Enterprise : Need of cesession.jar file I need a cesession.jar file. I searched many sites but am unable to get it from any website.So can u please provide the link which contains cesession.jar file. I need it very urgent. My…