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

Validate the MAterial Internal reference number

Former Member
0 Likes
587

Hi,

In selection screen we are having the selection screen parameters as

Material internal reference number MEAN-EAN11.

What is the master table for this field MEAN-EAN11.

How to validate this field.

Any body help me in this issue.

3 REPLIES 3
Read only

Former Member
0 Likes
513

Hi,

I don't think it has a master table.

Regards,

Teddy

Read only

0 Likes
513

Hi Teddy,

Then how to validate on that field

Read only

Former Member
0 Likes
513

Hi,

You have to check w.r.t entries in MARA as External Identification Number can vary and can not be predefiend.

>Eg: SELECT SINGLE ean11 INTO p_ean11 FROM mara WHERE ean11 = p_ean11.

or alternatively you can create a view and extract from the same.

Regards

Eswar