‎2009 Sep 30 1:36 PM
Hi,
I am submitting one program with some selection parameters. But the program is giving a warning message with those selection parameters. I need to supress that warning message.
Can anybody suggest the solution.
Thanks,
Neha.
‎2009 Sep 30 1:40 PM
Hi,
Instead of using SUBMIT keyword, create a transaction code for the program to be submitted and use CALL TRANSACTION. This would supress the warning message.
The warning message is occuring because when we SUBMIT the program, it executes it in the backend and hence the warning message gets displayed.
Thanks,
Harini
‎2009 Sep 30 1:43 PM
Hi Gopi,
Thats true. But the program is genrating a report which i need to write in memory. Which will be later used in calling program.
Thanks.
‎2009 Sep 30 2:25 PM
‎2009 Oct 01 8:26 AM
‎2009 Oct 01 8:34 AM