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

Processing Log status change

Former Member
0 Likes
338

Hi All,

I am using an O/p type ZXXX for a document with type EDI.I have a requirement like based on some conditions i need to update the Status as green .

Currently Inside FM I have cheked some conditions , if conditions doesnt satisfy I am raising an Exception(so that furher piece of code doesnt execute).

Then my output type is shown as RED,I want this to be change as GREEN.

Is there any way to do this..Shouldnt execute the rest piece of code once condition fails but Status of O/p type shud be green.

Please let me knoe your comments.

Thanks,

Madan

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
283

What exception are you raising? Not ERROR_MESSAGE_RECEIVED right? You should raise DATA_NOT_RELEVANT_FOR_SENDING to set the status to green...