cancel
Showing results for 
Search instead for 
Did you mean: 

reporting from Web Dynpro Java

Former Member
0 Kudos

Hi "Amigous".

I need to generate reports from WD-Java in the web and later print it in xls format.

We don't have Crystal reports.

-what will be the best form of to do this in WD?

-maybe JasperReport?

Thanks by the help.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

You can generate your report as per your requirement in Table UI element and later on export the table data into Excel Sheet. You can find no of docs on exporting tabledata to excel in SDN. And regarding reporting, you can design your own layout in webdynpro java using various powerfull UI elements like Invisible Elements etc.,

Regards

Raghu

former_member192434
Active Contributor
0 Kudos

Hi

if you want print it in xls format. then better you can use exporting your data into xls format. by using noraml WD application.

use this pdf

/people/subramanian.venkateswaran2/blog/2006/08/16/exporting-table-data-to-ms-excel-sheetenhanced-web-dynpro-binary-cache

PS: don't forget to add xlf.jar file into your java build path and lib folder of your application

thanks

Former Member
0 Kudos

Hi Luis,

Check the following links for generating different formats from WD JAVA:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0cc41cb-9576-2b10-99a6-ab90ef28...

Whether output should be in pdf or not:

/people/markus.meisl/blog/2006/12/22/a-pdf-form-or-not-a-pdf-form--that-is-the-often-the-question

Regards.

Rajat

Former Member
0 Kudos

Please check this link.

http://74.125.95.132/search?q=cache:wbFaKXcTvU4J:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/d...WebDynproJava%2Bhowtogeneratereports%2Badobe+interactive&hl=en&ct=clnk&cd=1&gl=in

Former Member
0 Kudos

hi

You can use Adobe interactive form to display the data in a PDF format and the user can also save the data.

Otherwise you have to populate data into a excel format.You have to use some external libraries for that'

Thanks and Regards

shanto aloor