Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Screen shot / Print screen using ABAP

Former Member
0 Likes
931

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.

2 REPLIES 2
Read only

Former Member
0 Likes
538

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

Read only

Former Member