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

Capturing SAP screens

Former Member
0 Likes
1,044

Hi All,

I am working on a project where we need to submit all the screen shots of a complete transaction as a part of testing. So we need to take a screen shot of every screen with time stamp and paste it in word file.

I was thinking to develop a program which will call any trasaction and by running through that trasaction all the screen should be captured automatically in a word file.

Gurus do you know any screen capturing option in SAP by which I can press Print Screen button on keyboard and screen can be pasted in a word file.

Any pointer will be really helpfull.

Thanks,

Varu.

Edited by: Varunm on Aug 24, 2011 1:19 PM

Hi All,

I am working on a project where we need to submit all the screen shots of a complete transaction as a part of testing. So we need to take a screen shot of every screen with time stamp and paste it in word file.

I was thinking to develop a program which will call any trasaction and by running through that trasaction all the screen should be captured automatically in a word file.

Gurus do you know any screen capturing option in SAP by which I can press Print Screen button on keyboard and screen can be pasted in a word file.

Any pointer will be really helpfull.

Thanks,

Varu.

Edited by: Varunm on Aug 24, 2011 1:19 PM

3 REPLIES 3
Read only

former_member222709
Contributor
0 Likes
813

Hi Varu,

If you can drop the option of a word document, I would like ask you about SAP Tutor.

Have you heard about SAP Tutor?

You can create a User Reference Library with SAP Tutor Recorder. It's available for download in SAP Service Marketplace.

Regards,

Pranav.

Read only

0 Likes
813

Hi Pranav,

Thanks for the reply.

I need to achieve it using ABAP and I can not drop the option od word file because that is final output which I need.

Thanks,

Varun.

Read only

Former Member
0 Likes
813

Hi,

I think that you can not achieve what you want completely automatically. Otherwise you would have to modify (enhance) all used transaction to execute method CL_GUI_FRONTEND_SERVICES=>GET_SCREENSHOT in PAI or something similar. Much easier is to find some good, free screen capturing software.

Another semi-automatical solution is maybe to find some suitable print driver to fill word document with print output and user will have to use "hard copy" functionallity (in SAP toolbar completely on the right side) for each screen.

Regards

Adrian