cancel
Showing results for 
Search instead for 
Did you mean: 

Saving WebDynpro screen as screenshot

Former Member
0 Kudos

Hi All,

I have a requirement where, i have to take the screen shot of webdynpro app and send as an email on click of a button.

Please tell me how to do this.

Thanks

Supriya.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185086
Active Contributor
0 Kudos

Hi

Screen shot function can be used with a little modification

1. If you are with 7.0 use Iframe and inside it write the JSP code to print screen and save it in a particular location .

2. For ending the mail pick that file from that location using fileupload ..attached it and send using javamailAPI.

Its not a straightforward solution , but you can try , saving the file is a challenge I feel.

BR

Satish Kumar

Former Member
0 Kudos

Thanks