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 request number not generated here

0 Likes
600

Hi Friends,

SUBMIT RFDABL00 TO SAP-SPOOL

SPOOL PARAMETERS print_parameters

WITHOUT SPOOL DYNPRO

VIA JOB NAME NUMBER NUMBER

WITH SELECTION-TABLE it_rspar

AND RETURN.

here spool request number is not generated .. plz help any one.

how to generate number through program?

Thanks & Regards,

Gowrinaidu

3 REPLIES 3
Read only

Former Member
0 Likes
532

Hi,

Try this syntax

submit RFDABL00

using selection-set 'AUTO3'

with res_no eq 3

to sap-spool

spool parameters print_parameters

archive parameters archive_parameters

without spool dynpro.

BR,

Lokeswari.

Read only

0 Likes
532

I use the syntax but spool request number doesn't come.

Read only

Former Member
0 Likes
532

Hi,

Spool will be generated but not caught in sy-spono , you need to read the table "tsp01" for the spool number.

If you think the spool number is not generated , then debug RFDABL00 to check if this is generating any output.

Regards,

Srini.