Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Validating records in a custom table during saving

Former Member
0 Kudos

Hi All,

I had a custom table in that the key fields are Plant,material number and one more field order material number which is not a key field

I need to validate the order material number against the plant during saving..

I did by raising the error message in the event 21 in the table level.

But problem is it is coming error message with only key fields are enabled but other fields are disabled.

I need the other fields also in enable mode i.e. which are not key fields  so user can enter right material and save.

How to acheive this..

Regards

Ram

3 REPLIES 3

Former Member
0 Kudos

any clues guys...

0 Kudos

Hi,

Assign foreign key relation ship to that field..

Aneesh

0 Kudos

Hi Ram,

I just want to know the reason why you are using table event 21 - Fill hidden fileds?.

Regards,

LP