Hi guys,
I'm trying to generate an error message that links to the field when clicked on.
My problem is this. This error message is for a dropdown list. When user choose a blank selection, it will generate the error message to "fill in the mandatory field", with the link to the dropdown box.
I tried lo_message_manager->report_attribute_error_message but it gives an error dump for null values (due to blank selection).
I have also tried cl_wd_dynamic_tool=>check_mandatory_attr_on_view. This works fine for the other inputfields, but it doesn't work for the dropdown list.
Please advise. Thank you very much.