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

Regarding SAP SCRIPT output

Former Member
0 Likes
581

Hi,

I have some requirement in SAP SCRIPT.

When i will generate print preview for some specific document Ex:Purchase Order using its respective Transaction Code[ME22N], That Print Preview[output] need to be stored other formats such as [PDF,.doc,... etc].

How can we do it!

By using some settings!

Without writing any code[Function Module] from ABAP[SE38].

Can any body solve my problem!

Thanks & Regards,

Rayeez.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
378

Hi,

You can convert a spool request to pdf format using report RSTXPDFT4 without writing any code.

Svetlin

2 REPLIES 2
Read only

Former Member
0 Likes
379

Hi,

You can convert a spool request to pdf format using report RSTXPDFT4 without writing any code.

Svetlin

Read only

0 Likes
378

Hi Rusev,

Thanks for that answer it had helped me.