Application Development 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: 

How to take Screen shot in ABAP ?

Former Member
0 Kudos

Dear all ,

I have come across the situtaion as follows :

a) Will want to open the file from the desktop

b) Take the screen shot of that open file

c) Close the file

d) Then want to attach that screen shot in the PDF

e) In the similar way i will do for 4 files and then finally incorpate all these into one PDF and want to send mail .

Is this possible in ABAP .

I am stucked in this situation i open the file then the control is not there in my ABAP program after opening the file .

Secondly there is no FCODE available for the Print screen key so not able to take screen shot .

Could anyone suggest me how to proceed for this situation further .

rgds

Aryan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Aryan,

Go through this linik it has step by step process for taking screen shot.

[http://www.sapdesignguild.org/community/design/screenshots1.asp]

Hope this helps you and sloves your problem, revert if you need some more help.

Regards,

Pavan.

17 REPLIES 17

Former Member
0 Kudos

This message was moderated.

0 Kudos

Dear Massive

Please help me how to use this i havnt found this in SAP .

rgds aryan

0 Kudos

up to my knowledge there is no such function available. But you need to go through spool processing etc. to achieve your requirement.

0 Kudos

>

> try to use ZAPGRAP it is much easier and convenient. You can download it in the net.

Hi Dear,

What is ZAPGRAP??

0 Kudos

Dear Vijay

Could i go through Windows programming .

But I dont know is it possible to do windows programming in SAP - ABAP .

Rgds Aryan

0 Kudos

Dear Vijay ,

It is possible to do in .Net through windows programming that i have done but could i go throgh ABAP . Please Suggest .

Rgds Aryan

0 Kudos

if you have a .net exe to do the same. then keep a .net exe which can create a word file in dextop of this print command.

or else try creating a .bat file for this.

from ABAP query, call FM GUI_RUN to run this EXE. (this has to be present in presentation server).

and then with GUI_UPLOAD to upload this created word file from the exe.

dont know how it will work but just making a suggestion.

0 Kudos

ZAPGRAP is some tool using that we can take the screen shots, i think the above poster refering the same software.

0 Kudos

Actually its ZapGrab. And our friend must be thinking its a Z-Abap Prgram

http://www.google.co.in/search?hl=en&q=zapgrab&meta=&aq=0s&oq=ZAPGRAP

pk

Former Member
0 Kudos

Hi Aryan,

Go through this linik it has step by step process for taking screen shot.

[http://www.sapdesignguild.org/community/design/screenshots1.asp]

Hope this helps you and sloves your problem, revert if you need some more help.

Regards,

Pavan.

0 Kudos

Dear

I want through ABAP programming .

Automatically any documnent from desktop is selected and then needs to be captured .

Finally i will attach all this this to PDF and mail .

rgds aryan

0 Kudos

use GUI_UPLOAD to upload the data. and then attach or convert to pdf..

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

This message was moderated.

0 Kudos

>

> http://camstudio.org/

Were you able to read----->>>>>>>

I want through ABAP programming .

0 Kudos

Dear

I dont want to use ant external software for this .

want to achieve through ABAP program.

rgds Aryan

Former Member
0 Kudos

This message was moderated.