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

Submit statement not creating spool rather after program exit sp01 get updated

Former Member
0 Likes
580

Hi Team,

I am using submit statement to submit a report to spool and return. But I observe the spool not getting generated right after returning from the submitted program rather when the program is excited / program execution completed we could see spool no in sp01 and also table tsp01.

I need to get the spool number so that the contents to convert into pdf and download.

Can any one please help on this.

Regards,

Sourya Prakash.

2 REPLIES 2
Read only

Former Member
0 Likes
462

Hello Sourya,

Use commit work and wait for a second. This will update the spool entries in table.

Rgds,

Deepti

Read only

0 Likes
462

I checked and got the above solution . It resolved my problem . Thanks for your quick reply .