‎2006 Oct 30 11:11 AM
hi experts,
when i execute the batch input program some where it is giving the warning,if its any warning the process mustn't stop, it must continue the process, for this how can i write the code, can anybody please help me for this.
Thanks in advance,
praveen.
‎2006 Oct 30 11:14 AM
message i001(zz) with 'Warning'.
create a message class zz in se91 and a message 001 with a place holder (&).
Regards,
Ravi
‎2006 Oct 30 11:14 AM
message i001(zz) with 'Warning'.
create a message class zz in se91 and a message 001 with a place holder (&).
Regards,
Ravi
‎2006 Oct 30 11:22 AM
hi ravi,
it is automated program no user will execute this program, but its stoping the program when warning comes, if its any warning messages it must not show any warnings, the program must not stop, it must finish all line items automatically.
‎2006 Oct 30 11:19 AM
call transaction <tcode>
using bdcdata
mode 'E'
...
it will stop only on error message
Message was edited by: Tomasz Kozerski
‎2006 Oct 30 11:23 AM
after u identify where the warning message is form tomasz code u can give a ok_code /00 at that point to supress the warning code
santhosh