cancel
Showing results for 
Search instead for 
Did you mean: 

Display Message Beside related UI Field

Former Member
0 Kudos

Hi,

I have the situation like, If the user didn't fill the mandatory field then i am showing the error message saying"fill --- Mandatory field" in the message area.

But Customer wants to show the message just beside the UI Field or like point to that field for better understanding for the user.

Any suggestions or any alternatives there for this.

Thanks in Advnace,

Best Regards,

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gangisetty Vijaya Bhaskarudu ,

you can use the method check_mandatory_fields of the class cl_wd_dynamic_tools for this.

make the required fields as mandatory-> can do this at the design level.

then at the event you want to check the mandatory fields, just call the method check_mandatory_fields with required attributes. this method will check automatically and display the message with highlighting the empty filed in red.

Regards

Sarath

Answers (1)

Answers (1)

Former Member
0 Kudos

hi vijay....

on idea is that........ you can create some labels nex to the fields with the texts fill this field.... make it invisible in the begining.... if the field is not filled make the label visible.

---regards,

alex b justin