Hi all.,
am using a SUBMIT query to run a second program in background from first program.
CALLFUNCTION'JOB_OPEN'.
................
...............
SUBMIT PROG2
WITH P_PAR1 = 'ABC'
WITH S_SE1 = 'XYZ'
WITH P_RAD1 = 'X'
USER SY-UNAME
VIA JOB NAME NUMBERNUMBERANDRETURN.
CALLFUNCTION'JOB_CLOSE'.
..................
..............
If i am not wrong, prog2 should run in background n return control to PROG1 without displaying the output of PROG2.
BUT in my program output of PROG2 is keep popping up.
where am i getting it wrong ??
regards,
madhu.