‎2006 Oct 20 3:19 PM
I created an ABAP that used syntax "MESSAGE e007". Naturally the message is in a message class. When I scheduled the job in batch, each time it hits this the status is cancelled(red).
However, when I change the message syntax to "MESSAGE w007" or "MESSAGE s007". It is still a red status.I need it to go to green in this condition. Why is it still red result when I changed to s007 or w007 in place of e007?
Thank-You.
‎2006 Oct 20 3:22 PM
‎2006 Oct 20 3:25 PM
hi,
message w007 is for warining.check 007 what it is?and tell me where yu ar using this meaasge in yu program
‎2006 Oct 20 3:28 PM
Are you sure that the program is only displaying your success or warning message? Is there another (error message) coming after this?
You can see all of this in the job log.
Rob
‎2006 Oct 20 3:29 PM
Hi,
you can ignore this messages when u run in batch if it sounds good with u .
if sy-batch <> ' '. " Just for on-line
give message
endif.
Cheers