cancel
Showing results for 
Search instead for 
Did you mean: 

A Temporary validation error comes while Validating the field in Webdynpro ALV.How to remove it.?

vimal
Active Participant
0 Kudos

Hi All,

I have created an ALV in Web dynpro and while validating a field ,following error message comes with the valid error message :

    Internal message:I'm temporary validation message on ALV view representing validation error on application node.

Why is this error message coming and how to remove it as conversion routine is validating the field.I am working on EHP5 version.

Thanks,

Vimal

Accepted Solutions (1)

Accepted Solutions (1)

vimal
Active Participant
0 Kudos

Following is the solution i did :

1) Get messages in an internal table.

2) Loop at the internal table and delete the message based on key.

Don't know this is correct or not but it resolved my problem.

/Thanks,

Vimal

Former Member
0 Kudos

This is not a correct way to solve as there might be other issues which are not related and they will also be cleared when you are clearing the message table.

Phani

vimal
Active Participant
0 Kudos

Hi Phani,

Yes, this might not be the best solution but i don't have any other solution.Also it will not delete any other messages because i have deleted a particular message based on a key which is unique to every message and fixed for every message.

Thanks,

Vimal

Answers (0)