2009 Aug 14 11:52 AM
hello experts,
In my program I have,
do 2 times.
SUBMIT <PROGNAME> USING SELECTION-SET 'VARIANT'.
enddo.
its just running once. if i have 2 submits to run 2 different programs its still running just the first one .how can I make my program to run both the programs one after another.plz advise!!!
regards,
2009 Aug 14 11:55 AM
Have u used the RETURN statement addition with SUBMIT
SUBMIT REPORT AND RETURN.
Have a look at this link.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba50d35c111d1829f0000e829fbfe/frameset.htm
Regards,
Lakshman.
hello experts,
In my program I have,
do 2 times.
SUBMIT <PROGNAME> USING SELECTION-SET 'VARIANT'.
enddo.
its just running once. if i have 2 submits to run 2 different programs its still running just the first one .how can I make my program to run both the programs one after another.plz advise!!!
regards,
2009 Aug 14 11:55 AM
Have u used the RETURN statement addition with SUBMIT
SUBMIT REPORT AND RETURN.
Have a look at this link.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba50d35c111d1829f0000e829fbfe/frameset.htm
Regards,
Lakshman.
2009 Aug 14 11:55 AM
Hi,
Use AND RETURN with submit statement between the DO ENDDO statement.
e.g.
do 2 times.
SUBMIT <PROGNAME> USING SELECTION-SET 'VARIANT' AND RETURN.
enddo.
Regadrs,
Raj Gupta
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |