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

warning

Former Member
0 Likes
731

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
705

message i001(zz) with 'Warning'.

create a message class zz in se91 and a message 001 with a place holder (&).

Regards,

Ravi

4 REPLIES 4
Read only

Former Member
0 Likes
706

message i001(zz) with 'Warning'.

create a message class zz in se91 and a message 001 with a place holder (&).

Regards,

Ravi

Read only

0 Likes
705

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.

Read only

Former Member
0 Likes
705

call transaction <tcode>

using bdcdata

mode 'E'

...

it will stop only on error message

Message was edited by: Tomasz Kozerski

Read only

0 Likes
705

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