2010 Mar 16 12:34 PM
Hello Experts,
I executirng a report in this way:
SUBMIT prog
WITH param = name
TO SAP-SPOOL
WITHOUT SPOOL DYNPRO
IMMEDIATELY 'X'
KEEP IN SPOOL ''
DESTINATION ''
AND RETURN.
The problem is that, this is called several times, always with a diferen parameter and the it generates many diferent spool orders.
There is a way to generate all inside the same spool order?
Thanks!
2010 Mar 17 7:09 PM
Hi,
how about this way?
CALL FUNCTION 'JOB_OPEN'.
LOOP AT..
SUBMIT
ENDLOOP.
CALL FUNCTION 'JOB_CLOSE'.
Thanks,
Vinod.
Hi,
how about this way?
CALL FUNCTION 'JOB_OPEN'.
LOOP AT..
SUBMIT
ENDLOOP.
CALL FUNCTION 'JOB_CLOSE'.
Thanks,
Vinod.
2010 Mar 17 7:09 PM
Hi,
how about this way?
CALL FUNCTION 'JOB_OPEN'.
LOOP AT..
SUBMIT
ENDLOOP.
CALL FUNCTION 'JOB_CLOSE'.
Thanks,
Vinod.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |