cancel
Showing results for 
Search instead for 
Did you mean: 

Need smartform for printing Web dynpro application Screen

Former Member
0 Kudos

Hi Experts,

We have developed a application to create, display Inquiry.

What client want is now that on our display screen to have a button by which we can give a print out.

I need a standard smart form for printing screen in web dynpro application.

I have to make a button on the screen and then trigger a smartform on click of a button.

CTRL + P will be useful for printing screen. But we don't want this .

I already searched in forms but i didn't get any smart form for this.

Please help me.

Regards,

Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rama,

There is no specific Smartform to match your requirement. You have to design your own smartform and trigger this smartform to print the output in the Webdynpro Application.

The procedure to call the smartform is: you need to first design the smartform and convert it to pdf format. Call this converted data using the xstring datatype variable in your WDA application. Create an InteractiveForm UI element on the layout and assign this XSTRING variable to the PDFSOURCE property of the InteractiveForm UI element.

Regards,

-Syed.