Hi All,
I have a requirement where we have an internal table it_data with two fields, Emp id and message and it looks like this:
Emp ID Message
01010 Employee locked
01020 Employee not found
01040 Inactive employee
so now I need to display an error message something like this : Employee 01010 is locked, employee 01020 is not found, employee 01040 is inactive, this table can have one entry or multiple, so the error message needs to be drafted based on that. so can you please tell me how can I display this error message in the web dynpro component. I know we can have a pop up where I can display this as an error message but the requirement is we just want to show this without popup.
Thanks,