Application Development 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: 

message w001

Former Member
0 Kudos

Can someone confirm. Looks like when this job runs in batch this type of warning message "cancels" the batch job. Does that sound correct for a warning message to cancel a job?

Thank-You.

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Hi Tom,

AFAIK, warnings do not cancel processes. It is the abends and the errors which does that.

Warnings and informations are harmless when it comes to processing of jobs.

Regards,

Ravi

amit_khare
Active Contributor
0 Kudos

Hi,

Message type I,W&S soesnt interrupt background mode og batch processing.

Check the data in your BDC table and try to execute it with a record in Foreground mode and check it or you may also check the return message values.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

warning does not cancel job, but if it's just a report program W message is like abend.

- During generation of the basic list, type W and type E

messages result in termination (like type A).

So, please check which program you are running in batch... it's better to issue an info message if no data ofund or just write this info on the report if it's runnign in batch.