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

Regarding Material Numbers

Former Member
0 Likes
499

Hi,

My requirement is that there are country specfic numbers for materials. How to get the materials numbers by country wsie.

I want to retrieve the MATNR and EAN11 values by country wise.

Ex: NA uses VBAP-EAN11 and all other countries use VBAP-MATNR.

Regards

Kittu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

Hi,

T005-Countries list

MARC-HERKL(Country of origin of the material).

We can also find it in MARD.

select * from marc

into table t_marc

where herkl eq p_herkl.

Now we can mateirals by country of origin.

Also chk this table

MEAN-International Article Numbers (EANs) for Material

we have both MATNR and EAN11 fields in this.

We have MATNR and its corresponding EAN11 value aslo.

MLEA-Vendor-Specific EANs

LIFNR,MATNR,EAN11 are seen.

Reward if helpful.

Regards

Chandralekha.

Edited by: Chandralekha on Jul 8, 2008 7:03 PM

2 REPLIES 2
Read only

Former Member
0 Likes
450

Hi,

T005-Countries list

MARC-HERKL(Country of origin of the material).

We can also find it in MARD.

select * from marc

into table t_marc

where herkl eq p_herkl.

Now we can mateirals by country of origin.

Also chk this table

MEAN-International Article Numbers (EANs) for Material

we have both MATNR and EAN11 fields in this.

We have MATNR and its corresponding EAN11 value aslo.

MLEA-Vendor-Specific EANs

LIFNR,MATNR,EAN11 are seen.

Reward if helpful.

Regards

Chandralekha.

Edited by: Chandralekha on Jul 8, 2008 7:03 PM

Read only

Former Member
0 Likes
449

Hello Leka,

Thank you for your response!

Points rewarded!

Regards,

Kittu