Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Avoid screen warnings for SUBMIT program

Former Member
0 Likes
1,393

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.

1 ACCEPTED SOLUTION
Read only

deepak_dhamat
Active Contributor
0 Likes
921

hi ,

What kind of warning you are getting ?

regards

Deepak.

4 REPLIES 4
Read only

deepak_dhamat
Active Contributor
0 Likes
922

hi ,

What kind of warning you are getting ?

regards

Deepak.

Read only

0 Likes
921

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.

Read only

0 Likes
921

Hi All,

Can anyone please solve this issue.

Thanks,

Shailesh S. Malkar.

Read only

0 Likes
921

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.