Application Development and Automation 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: 
Read only

Validating Long Material Name

Former Member
0 Likes
364

Greetings,

How can I validate a long material name (char 40) with table MARA for input on sm30(table mainteinance view)? [probably there is some conversion involved].Also, can I make this material a foreign key with mara-matnr, given that they have differnt sizes, or all my validations have to be coded in table manteinance events?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
328

I believe that you can't make any automatic validation or Foreign key with MARA as your domains are different.

Better code in maintenance event and check with relevant MARA existence there.

1 REPLY 1
Read only

Former Member
0 Likes
329

I believe that you can't make any automatic validation or Foreign key with MARA as your domains are different.

Better code in maintenance event and check with relevant MARA existence there.