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
0
votes
1 answer

Troubles with the extraction of runtime of a scheduled job

I have to extract the runtime and some other information from the following query with the BusinessObjects XI Java SDK. SELECT SI_STARTTIME, SI_ENDTIME, SI_NAME, SI_SCHEDULE_STATUS, SI_DESCRIPTION, SI_SCHEDULEINFO.SI_SCHEDULE_INTERVAL_MONTHS,…
0
votes
1 answer

How to fetch Web intelligence report tab metadata i.e. columns?

I want to fetch SAP BO4 Web intelligence Report Tab Columns information. I tried fetching this information in Java using - DataProviders dps = reportInstance.getDataProviders(); for (int ii = 0; ii < dps.getCount(); ii++) { …
B Chawla
  • 574
  • 1
  • 8
  • 17
0
votes
1 answer

Translate values for SI_SCHEDULE_STATUS in XI query builder

I'm getting started with the Business Objects SDK and I'm having trouble finding a reference for the numerical values for the SI_SCHEDULE_STATUS property. I've seen example queries on the web for things like: SELECT SI_NAME FROM CI_INFOOBJECTS…
Paul
  • 3,725
  • 12
  • 50
  • 86
-1
votes
1 answer

SAP BO - Avoiding PROMPT in case of presence of a context

I am new to BO and want to understand the below scenario. I have three columns.1) Year 2) Region 3) Amount Region has three values--> A,B and C. Here C is total of A and B. In the universe , I have 3 contexts defined: 1) Year and Region-A , 2)…
Sourav
  • 1
-1
votes
1 answer

businessobjects sdk java compatibility java version

Ok I am trying to make an SDK app and I am working with the newest Java version (I believe Java 8u60) and I have installed SAP BI 4.1 SP 6 on a VM. When I ran my program first from the BOE scheduling functionality, I got this error Exception in…
uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64
-1
votes
1 answer

Creating backup of Report to a specific location using SAP BO SDK

I am trying to backup the reports using SAP BO SDK in C#, but i am not able to figure out as to how to specify a location on disk.
-1
votes
1 answer

Java code to get the size of a BusinessObjects Report

I want to get the size of an SAP BusinessObjects report through Java code. My main concern is the size of the data we fetch through query, e.g., select si_id,si_name, si_size from ci_infoobjects where si_kind='webi' How to get the size of particular…
Hardik Patel
  • 79
  • 2
  • 6
1 2 3 4 5 6 7
8