‎2012 Mar 06 6:38 AM
Hi All,
I am using SUBMIT program_name. In that the called program throws some warnings before execution, and I would like to avoid it or suppress it while execution. So the program should get executed normally without any warnings. So how to do that.
Thanks,
Shailesh S. Malkar.
‎2012 Mar 06 6:48 AM
‎2012 Mar 06 6:48 AM
‎2012 Mar 06 7:00 AM
Hi,
I am trying to call RHINTE00 report in that i am getting "The target plan version is NOT empty" warning. But I would like to any type of warning which may come in future.
Thanks,
Shailesh S. Malkar.
‎2012 Mar 06 9:18 AM
Hi All,
Can anyone please solve this issue.
Thanks,
Shailesh S. Malkar.
‎2012 Mar 06 9:38 AM
Hi,
It seems you are using transaction OOPH. I dont think you can hide warning mesages while using SUBMIT program syntax.
What you can do is create copy of standard RHINTE00 into ZRHINTE00. Search for 'Message w511' in your program and just comment that line.
Then you can go for SUBMIT ZRHINTE00 .......
Regards,
Danish.