cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Print Screen in Webdynpro

Former Member
0 Kudos

Hi All,

Please any one can give me an idea for calling Print screen in Webdynpro.

Ex: I have Button "PRINT IMMEDIATELY" - when i click on this it should call the Print Dialog for asking number of copies.

Thanks,

Anitha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Interesting question,

I think it's not possible to call a javascript directly from your Webdynpro.

Maybe you can create a BSP with Javascript inside it and call this BSP from your Webdynpro (Maybe you can use LinkToURL instead of a button to make easier?).

window.print();

Good luck!

Regards,

Roelof