cancel
Showing results for 
Search instead for 
Did you mean: 

Print in Webdynpro ABAP

0 Kudos

Hi All,

There is a client requirement to print webdynpro page. Print functionality provided by the webdynpro framework just provides the screenshot of the page. If the page has a table with scroll, not all contents of the table are printable. it is shown as an image with scroll.

I have tried setting the scroll count of the table before and after print. but it did not work.Is there any workaround for this limitation?

Accepted Solutions (0)

Answers (3)

Answers (3)

joao_sousa2
Active Contributor
0 Kudos

There is no way to correctly "print" a webdynpro page. You must develop custom logic to create the output via smartforms, adobe or sapscript.

Former Member
0 Kudos

Can you give the details of the WDA component and its elements and the requirement for print?

Cheers,

Arpan

former_member184578
Active Contributor
0 Kudos

Hi,

You could design a smart form and pass the values and internal table to the smart form and print the smart form.

I have tried setting the scroll count of the table

You have to set the visible Row count to the number of table entries( you can bind it and set the no of table entries at run time )

Regards,

Kiran