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

Suppressing warning message

Former Member
0 Likes
809

Hi all,

I have a program which is calling another program via the SUBMIT statment. The problem is that the called program has a warning message. This warning message pops up during the execution of the calling program. I need to suppress this message so that it does not stop execution of the calling program. Any help will be appreciated.

regards,

Hamza

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
504

During list processing all messages type "W" behave as "E". You should read this SAP documentation: [http://help.sap.com/abapdocu_70/en/ABENABAP_MESSAGE_LIST_PROCESSING.htm]

Is the report you are submitting custom or standard ?

Read only

Former Member
0 Likes
504

Hi ,

For the messages , whether they are warning , status or error , they will be displayed in any case , so if you want to suppress these messages then simply remove them.

Regards,

Uma Dave

Edited by: UmaDave on Jun 21, 2010 6:36 AM