cancel
Showing results for 
Search instead for 
Did you mean: 

Foreign Key and Check Table for Webdynpro ABAP Input field

Former Member
0 Kudos

Hello,

I have a ABAP WD where every input field is attached to a data dictionary field that has a Foreign Key (Check Table) associatte to it.

The problem is that my WD is allowing any value on the input fields and not checking against the values on the Check Table as any other regular dynpro will do it if the check box under the Special attributes tab is checked.

Does anyone know if there any way to have this kind of check without having to code it for every field?

Thanks in advance,

Diego.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Diego,

In WD-ABAP for displaying any messages you have to expilicitly code for that. In WD-ABAP all the DDIC objects are availaible, but for the validations and all you have to code for every field( Atleast i did ) and it worked.

As per my knowledge this is the only way

Regards,

Ashish