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

Spool Reqests for LT31

Former Member
0 Likes
503

Hi all ,

I have used User Exit for Printing my smartform using LT31 .

But problem is in spool requests i m getting 2 spools, one for standard program and other for My program.

Please let me know why its happening and what can be solution for this.

Regards,

Taranam

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi,

While calling the smartform, you are passing parameter

NEW_SPOOL = 'X'.... Make this blank.. so that it will append the existing spool

BEst regards,

Prashant

Read only

0 Likes
404

Hi Prashant,

Thanks, but when we call smartform we dont have any such parameter

Can u please tell where this parameter is