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

How to generate spool request..?

Former Member
0 Likes
1,851

Hi All,

I need to generate a spool request for a smartform,because once the spool is generated i will convert it to pdf format. The smartform is used in standard transaction(ME9F tcode).while i executing the output message in ME9F tcode the print out is coming , but i need to generate a spool request,The print option is disabled in text menu .

Thanks in advance,

Regards,

Sateesh.

3 REPLIES 3
Read only

vinod_vemuru2
Active Contributor
0 Likes
519

Hi,

You could have searched the forum. We have lot of sample codes regarding this.

Check out below threads.

Thanks,

Vinod.

Read only

Former Member
0 Likes
519

Hi,

You have to enhance your standard code behind transaction - ME9F,

before your smartform function module is getting called in your standard

tcodes code before that in your enhancement you can try doing the

method mentioned in the link below:

Hope it helps

Regards

Mansi

Read only

Former Member
0 Likes
519

Hi Satish,

You need to add following code in driver program of smartforms,

OUTPUT_OPTIONS-TDNEWID = 'X'.

Thanks,

Padmakar