‎2010 Jun 20 11:07 AM
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
‎2010 Jun 20 4:26 PM
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 ?
‎2010 Jun 21 5:34 AM
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