Skip to Content
0
Former Member
Dec 09, 2009 at 10:30 AM

Error message linking to field

46 Views

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.