-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Business Objects 3.1 SDK
SAP Business Objects SDK Lecture Series 2
As we started to talk about BO SDK ,at here, today we will continue with writing simple code about administration on users and groups. Today we will try to create user and groups. First of all we will login our an … Continue reading
Posted in Business Objects 3.1 SDK, Business Objects Lectures, Genel
Tagged IEnterpriseSession, IInfoStore, IUser, IUserGroup
1 Comment
SAP Business Objects SDK Lecture Series 1
SAP Business Objects offers us a way to play with its repositories through Java or .Net. It is awesome when we need something that can not be done with InfoViewApp or other applications that BO presents. With this feed I … Continue reading
Different View Mode For XI 3.1
One of our customers wants to view reports same as they view in BO 6.5 version. In that version you can view all pages of one report in one page with page breaks. In BO 3.1 version you can not … Continue reading
ValueFromLov Has Different Approach
Yes ValueFromLov object has a different approach to values you insert to it. But to figure out the problem reason is more complicated than it is being. And here is the solution with a small tip. I hope it helps … Continue reading
Posted in Business Objects 3.1 SDK, ValueFromLov
1 Comment
Sorting Webi Documents LOV
In web intelligence documents for sorting prompts I am using; if(strDocumentKind.equalsIgnoreCase(“Webi”)) tmpPrompt.getLOV().setSortType(SortType.NONE);else tmpPrompt.getLOV().setSortType(SortType.ASCENDING); For web intelligence documents I am setting sortType as None, Web Intelligence report builder automatically sorts the LOV. But in desktop intelligence documents it must be done … Continue reading
Date Type Problem in Webi Reports Solved
In a long time I have been faced with date type problem in Business Objects SDK in DocumentInstance class’s setPrompts method. Now I am proud to tell you the exact solution. But it will be the duplicate of the my … Continue reading
Certain Solution Prompt Solution For Datetime
For a while I have been encoutered Date format problem with Web Intelligence Reports in BO 3.1. I have a find a temporary solution but sometimes it does not work. Anyway a response from BO for this kind of solution … Continue reading
A Simple Difference in Web Intelligence Reports
In my last Business Objects 3.1 Java SDK based portal aplication I faced with a simple problem at Webi prompts.Where the problem is some multiple or mono constrained prompts have “*TÜMÜ” value, a turkish word implies All , and when … Continue reading
Business Objects Bulk Object Manager
Today, I started to coding for Object Manager application that is a inspiration from a migration project and apos applications. Application is being based on the Business Objects XI 3.1 Java sdk. I am trying to build something because with … Continue reading
Posted in Business Objects 3.1 SDK, Cmc App
7 Comments
DATE Type Problem Cont
Hello again, I have faced an exception with a few days ago. I could not figure out reason. But I choose a solution for temporary,at least I think. But I couldn’t understand the reason. But what I tried to find … Continue reading