2009 Jan 27 6:17 AM
hi all,
I want to take screen shot of any SAP screen using ABAP code.
In every SAP screen through 'Help' menu there is a option to create support desk message.
If the user clicks on 'Create Support Message' through 'Help' menu in any SAP screen, that
particular screen shoud be captured and add as an attachment to the mail and send it.
Thanks in advance.
hi all,
I want to take screen shot of any SAP screen using ABAP code.
In every SAP screen through 'Help' menu there is a option to create support desk message.
If the user clicks on 'Create Support Message' through 'Help' menu in any SAP screen, that
particular screen shoud be captured and add as an attachment to the mail and send it.
Thanks in advance.
2009 Jan 27 6:35 AM
Hi,
I think there is no any such FM or functionality you can done with ABAP, but i hope you can try using some external screen capture application and call that from ABAP to capture screen.
See EXECUTE Method of class CL_GUI_FRONTEND_SERVICES which may help you.
try this link
it suits your requirement
http://web.mit.edu/ist/org/admincomputing/dev/qa_backup.shtml
Edited by: guest on Jan 27, 2009 7:36 AM
2009 Jan 27 6:38 AM