cancel
Showing results for 
Search instead for 
Did you mean: 

Linking messages to fields in Rows in ALV

former_member82844
Participant
0 Kudos

We have messages that are generated against data created in an ALV. I would like to relate a message to the field on the correct row (or row where the error occurred).

Will any of the Message methods do this? I have tried but they only will highlight the field on the first row.

Is there a way to identify the row on the ALV the message has occurred on?

Glenn

Accepted Solutions (0)

Answers (1)

Answers (1)

frank_ruggaber
Explorer
0 Kudos

Hi Glenn!

Have you tried REPORT_ATTRIBUTE_ERROR_MESSAGE - here you can bind it

to the context element (= row) and the context attribut (=column). It should

work the same way as in a normal Web Dynpro table. With this your value will be

highlighted and you can click on the message to jump to the "error field".

Greetings

Frank