Re: jsf reportPageViewer displays blank
It doesn't seem to work,...I didn't think windows dlls would help much in a java tomcat environment. Here's what the project structure looks like with it there. When the xhtml page loads, via this...
View ArticleRe: Converting VBA code to Java with equivalent APIs
Do you have a link to this note SAP Note: 1447169? I cannot find it on sap website.
View ArticleRe: BO 4.1 Universe Metadata extraction using Java SL SDK
Hi Mithila, Thanks for your help.In Folder, I got objects name,description and state.In Object Model diagram,I dont no the flow to get BusinessObject.If you have any coding or any suitable methods to...
View ArticleRe: Converting VBA code to Java with equivalent APIs
Hello Raghunath, As you mentioned you would be migrating to BI 4.0, I would like to bring to your notice that a lot of features have been removed from ReportEngine SDKs from BI 4.x onwards.The SAP Note...
View ArticleRe: BO 4.1 Universe Metadata extraction using Java SL SDK
Hi, You will have to create a recursive function to retrieve all sub folders. Once you get all folders in a list you can loop it to get children and then do an instance check and retrieve Dimension,...
View ArticleRe: jsf reportPageViewer displays blank
In the past, others have suggested that one needs to create a faclets-taglib manually... is that correct, or should the one in webreporting-jsf be found.
View ArticleRe: How to read History Status values of a Report
Hi Prithvi and Dell, I have one more question. How to set multiple values to a prompt for crystal report in XI 4.1? From the below code, I am getting new prompt values as discreteValueText and setting...
View ArticleBusiness Object 4.1 using Java SDK
Hi, If any one have sl_sdk.jar for universe creation in bo 4.1. Pls pls share. I have downloaded sl_sdk.jar from server and use it. i found that is is empty with size of 4kb. Please help me. Thanks
View ArticleRe: Converting VBA code to Java with equivalent APIs
Hi Prithvi - we plan on moving to BI 4.0; however, before we do so, we need to be able to prototype something that can still have the same functionality. Our current functionality in BI XI 3.1 is we...
View ArticleRe: SAP BOXIR4 Webservices SDK Login issues
Hi Prithvi, Do you have any updates on this? Thanks,Jinesh
View ArticleRe: SAP BOXIR4 Webservices SDK Login issues
Hi Jinesh, Sorry for not able to reply as was not following the forums. Please refer to SAP Note: 1957639 - Login The exception is of a known origin. (Error: WSE 99999) Thanks,Prithvi
View ArticleRe: SAP BOXIR4 Webservices SDK Login issues
I am not able to login into the Market place server with my credentails by clicking the linking which you have provided. https://websmp230.sap-ag.de/sap/support/notes/1957639
View ArticleRe: Business Object 4.1 using Java SDK
Hi Rakesh, You can find the sl_sdk.jar at the following locationC:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\SL SDK\java\sl_sdk.jar The sl_sdk.jar comntains a manifest.mf...
View ArticleRe: Converting VBA code to Java with equivalent APIs
Hi Raghunath, This part of your requirement "Our current functionality in BI XI 3.1 is we have Macro code that refreshes a report saves the whole report to a xls or pdf file" can be achieved with...
View ArticleImport a biar file into a specific folder in CMS through java sdk
Hi, How to import a biar file into a specific folder in CMS through java sdk? Can anyone help. Regards,Kavitha S
View ArticleRe: Import a biar file into a specific folder in CMS through java sdk
Hi Kavitha, Have a look at the sample available athttp://scn.sap.com/docs/DOC-6006, for importing a biar file using java sdks. As far as I am aware of, you would not be able to import the contents of a...
View ArticleRe: BO 4.1 Universe Metadata extraction using Java SL SDK
Hi Mithila, Thanks for your reply.I got the answer.Can you help in data foundation layer.In dfx,i extracted Tables and columns,but i cant able to get Derived Table,Database Table,Alias Table.Same way...
View ArticleRe: jsf reportPageViewer displays blank
I did end up creating my own taglib, and extending UIReportPageViewer and ViewerHtmlRenderer, like in Has anyone successfully implemented the JSF Viewer with Facelets?. Now, it appears the...
View ArticleRe: How to read History Status values of a Report
Hi Prithvi and Dell, I am able to pass multiple values using below logic. for (int j = 0; j < newString.length ; j++) { ParameterFieldDiscreteValue discreteValue1 = new...
View ArticleJSP/WebViewer - set parameter values to display in Parameter dialog as suggest
Hello, Community, i'm struggling with the parameter dialog in the CrystalReportViewer.I hope, i'm posting this question in the right place... I'm developing a JSP application to display Reports....
View Article