2007 Jan 18 6:35 AM
Hi all.
In a program, I want to put the message into spool , If it is a dialog session.
If not, don't put the message into spool.
Let me know how to divide session type.
Best Regards,
Kil Nam
2007 Jan 18 6:40 AM
Hi,
Are you referring to foreground mode and background mode?
If yes, then, SY-BATCH = 'X' if the prog is run in background.
Regards
Subramanian
Hi all.
In a program, I want to put the message into spool , If it is a dialog session.
If not, don't put the message into spool.
Let me know how to divide session type.
Best Regards,
Kil Nam
2007 Jan 18 6:40 AM
Hi,
Are you referring to foreground mode and background mode?
If yes, then, SY-BATCH = 'X' if the prog is run in background.
Regards
Subramanian
2007 Jan 18 6:44 AM
2007 Jan 18 6:49 AM
HI,
Check for <b>SY-BATCH = 'X'</b> if yes then put a message ...
Regards,
Santosh