cancel
Showing results for 
Search instead for 
Did you mean: 

hilighting the input field.

Former Member
0 Kudos

hi all,

I have created a webdynpro application in that i have five input fields.when i entered a wrong details in

that it should get hilighted in different color.

View Entire Topic
Former Member
0 Kudos

Use report_attribute_error_message

* error message
        CALL METHOD lo_message_manager->report_attribute_error_message
          EXPORTING
            message_text   = 'Your Message'
            element        =      lr_element
            attribute_name =  'ATTRIBUTE NAME'.

Regards,

Radhika.