cancel
Showing results for 
Search instead for 
Did you mean: 

scripts

Former Member
0 Kudos

hai,

I have designed one screen according to the requirement and i have uploaded one logo in that screen also. Now i want print out for that can we take print out? if yes how?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

did you designed script with data as static or did data will display at run time? If you created script as static you can take printout directly in that se71 itself, go to utilities click on printing test then pop up window will appear give printer name ( ex: locl local printer)and then press print icon then that particular script will be displayed.

If data will display at runtime write the driver program and call this particular script using open_form function module and transfer data to script using write_form function module and then close the form using close_form. now execute the program then repeat the same as told u above.

Hope this will give u some idea.

Regards,

Aswini.

Former Member
0 Kudos

Hi,

you can print it.

Upolad in the R3 using Se78 and use the Include statement in the script.

Also you may check the link

http://sap.niraj.tripod.com/id20.html

Regards,

Anirban

Former Member
0 Kudos

Hi,

write a driver program and print the same,

Refer to the link for sample code:

http://www.sap-img.com/sapscripts/a-sample-sap-scripts-reports.htm

With luck,

Pritam.