Object's Audit
Hi Experts, Does any one have a sample sdk where we can pull the reports based on objects.Ex:How to find the list of webi reports using an "Universe Level Object".Any help would be appreciated....
View ArticleRe: Object's Audit
Hello Shiva, Please refer the SAP KBA: 1697606 - How to find out the reports based on Universe using RE BEAN JAVA SDK. Using the code present in the above referenced SAP Note to find out the reports...
View ArticleRe: Object's Audit
Thanks a lot for the quick reply sharma. I'm trying to list all webi reports which are using a particular objectfrom universe "X" not the universe . Thanks,Shiva Gunturu
View ArticleRe: Error while accessing BO document
Thanks for ur response Dell We are using the below code to fetch the reports. IInfoObject infoObject = (IInfoObject) infoObj; DocumentInstance widoc = webiRengine.openDocument(infoObject.getID());
View ArticleRe: Error while accessing BO document
Before you get to this point are you initializing webiRengine with code similar to this? reportEngines = (ReportEngines)enterpriseSession.getService("ReportEngines");webiRengine =...
View ArticleRe: Schedule a Webi XIR2 report to run for all values of the prompt ...
Hi,where I have to write the code posted? Thanks Nico
View ArticleDIAPI - Using JCO to link Activities and Service Calls
I am attempting to use the SAP B1 API to create and attach Activities to Service Calls. I am using the Java connector (sapjco.jar). There is virtually no help available online, other than the API...
View ArticleRe: DIAPI - Using JCO to link Activities and Service Calls
I've now found this article which has helped: ServiceCall Activities Here is a working example in Java: IContacts a;try { a = SBOCOMUtil.newContacts(company.getICompany());...
View ArticleCan I create enterprise aliases disabled by default?
On another thread I asked How do I create and new enterprise alias? I was directed to the following SAP Note... http://service.sap.com/sap/support/notes/1804839 I was able get things working and create...
View ArticleRe: Can I create enterprise aliases disabled by default?
You can't do this directly on the IUser object - it has to be done on an IUserAlias object. So, your code might look something like this: IUserAliases uAliases = user.getAliases();for (Object aobj :...
View ArticleRe: Can I create enterprise aliases disabled by default?
I have no doubt what you are suggesting would work. However, when you mentioned needing to do this on the IUserAlias object I reviewed its documentation and found that the second parameter on the...
View ArticleRe: BO XI 3.1 Re-schedule failed scheduling job
Hi Ryan, Thanks for your reply. I have followed the same sequence but somehow the code is not functioning as expected. <%@ page import = "com.crystaldecisions.sdk.occa.infostore.*" %> <%@...
View Articleusing x.509 as authentication token to access BAPI using JCO
we are trying to access BAPI using JCO with x.509 certificate. The certificate is passed as a base64 encoded string. But are getting the following exception Exception in thread "main"...
View ArticleChanging BI launch pad preferences using sdk
Hi Experts We want to set the BI launch pad preferences using java sdk. To be specific we want to set the web intelligence preferences in BI launch pad for all users using sdk....
View ArticleRe: How to Map Universe to a report in BO4.0 SDK
Thanks a lot Shailendra for this detailed explanation. It helped. I am able to save refreshed reports now. Regards,Gagan
View ArticleRe: Need information about SI_TARGETID object property BOXI 3.1 SP6
Hi Shubha, The SI_TARGETID property bag of the report instance/report template is deprecated from the BOXI 3.1 SP4. This issue is already raised & tracked as a bug. I don't think so that this...
View ArticleRe: Need information about SI_TARGETID object property BOXI 3.1 SP6
Hi Shailendra, Could you please attach the code, unable to find it. Thanks,Shubha
View ArticleRe: Need information about SI_TARGETID object property BOXI 3.1 SP6
Hi Shubha, The code is attached below my signature as "scheduleWebiToInbox.txt.zip".The txt file contains the jsp code, you have to convert the txt file as jsp file & do the necessary changes in it...
View ArticleRe: Using Java/COM SDK to create Universe and DeskI reports in BOBJ 3.1
I am trying to do the same thing. Did you ever get this working? We want to have a file watcher wait for a new .XML file update the universe or create new ones when the file appears.
View ArticleHow to save value in session.
Hi Experts, in BI 4.0 we used the below code to save the variables in session. strEntry = DocumentHelper.getStorageToken(globalCtx, doc, session,strEntry);objUtils.setSessionStorageToken(strEntry,...
View Article