Hi
I am using the source code for check filelds mandatory.
call method cl_wd_dynamic_tool=>check_mandatory_attr_on_view
exporting
view_controller = lo_view_controller
display_messages = ABAP_TRUE
importing
messages = lt_messages .
The system return the message following:
However I need show the name of field obligatory
How can get this using this class?
Regards