Hi
Now here is a requirment that write message in report log if there isn't confirm_date for the order and at the same time let concurrent program
complete with warning.
In order to meet the requirement, I tried to do the following.
1. write cursor in after report trigger to let concurrent program complete warning. it worked.

2. create a formula in G_order group as below in order to show message as per order_number.
it's not working.

Could anyone help me how to write the message as per order_number in concurrent program log?
Is there any way to meet the requirement except srw.message.
Best Regards