cancel
Showing results for 
Search instead for 
Did you mean: 

BRF+ Not Distinguishing between Log message type.

srinidhi_r1
Discoverer
0 Kudos
343

Hi Experts,

I have created an BRF+ application with rule to validate some condition and throw error message.

I have created a log message of type error.

But when simulating the function with this rule, I am getting only message, without any message type.

Also in the generated code, there is no logic to identify message type

Do you have any suggestion to make BRF+ show the message as error?

View Entire Topic
shwetars
Product and Topic Expert
Product and Topic Expert
0 Kudos

from your snapshot it looks when BAL_LOG_ADD_* FM is called message type is correctly passed as 'E'.

srinidhi_r1
Discoverer
0 Kudos

But while simulating why is it not showing error?