‎2008 Feb 19 6:11 AM
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.
‎2008 Feb 19 7:31 AM
‎2008 Feb 19 7:33 AM
‎2008 Feb 19 8:38 AM
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