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

Repeating attachment

Former Member
0 Likes
407

Good morning:

I am sending some attachments by email. I am calling a program in background and this program calls some reports for writing the information and they are returning the sy-spono that i use for CONVERT_ABAPSPOOLJOB_2_PDF that converts to pdf. Sometimes i am getting the same pdf in my emails.

Has anybody the same problem?

Thanks in advance

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
372

Hi,

While getting the print parameters or sending the output to spool please check if you have an option like NEW_SPOOLID = 'X'

2 REPLIES 2
Read only

Former Member
0 Likes
372

sy-spono will be holding the recent spool generated.. right?

so that might be the reason.. can you please show us the code?

Read only

Former Member
0 Likes
373

Hi,

While getting the print parameters or sending the output to spool please check if you have an option like NEW_SPOOLID = 'X'