cancel
Showing results for 
Search instead for 
Did you mean: 

bypass the warning message

Former Member
0 Kudos

hi all,

Currently we are facing issue while replaying the CBTA script.As when we are creating the Sales order we might encounter many warning messages(not error messages).Sometimes no warning message will generate while recording but when reply if we encounter any warning the CBTA script fails.is there any way to avaiod this kind of warning message and pass the script.

For example:while recording the Sales order I give the date as 'today's date' and recording will be successful but when I replay next day there will be an warning message 'Delivery date is past' since this message dint not appear while recording the CBTA scripts fails.But I need it to pass the script as it is just an warning message but not an error.

It would be helpful if somebody know the solution to bypass the messages.

Regards,

Eswari

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Eswari,

I think what you can do is use "Do...While" loop.

Inside this logic you need to implement is-->

Do

Enter

While (msgtype="W")

Check do while loop for proper syntax.

This should resolve your issue.