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

Diff MATNR KDMAT

Former Member
0 Likes
2,335

Hi!

whats the diff b'tween Material MATNR and Customer Material KDMAT

I am using this two fields in selection screen in order to fetch details sales order details for customer.

What does matnr do

&

What KDMAT fetch data.

6 REPLIES 6
Read only

Former Member
0 Likes
1,746

Hi

MATNR field holds the SAP side Values for the product/material

where as Before SAP implementation customer might be using some other name for that Material, so it is his name that is entered in KDMAT field

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
1,746

Hi,

the field KDMAT indicates the material number maintained at the customer place..

the field MATNR indicates the material number maintained in the company..

Lets say the material is benz car..

in the customer place the material number is BENZCAR01

In our company the same benz number will be maintained in a different number..123-456.

So looking from our system the value BENZCAR01 is the customer material number

Thanks

Naren

Read only

0 Likes
1,746

Hi!

Narendra!

I ve a doubt for which u said suppose user enters the BENZCAR01 that was his Customer material no it was not in his sap system his system has onley 123..456 then how he gets the corresponding data of BENZCAR01.

Thanks

Read only

Former Member
0 Likes
1,746

Hi,

MATNR - Material Number Given by the Company.

KDMAT - Material Number Used by the Customer.

Regards,

Padmam.

Read only

Former Member
0 Likes
1,746

Hi,

In our company..there is configuration to map customer material number with our material number..

you can use material determination technique..

If you enter the customer material number...Then using the material determination technique the our company material will be pulled..

check the transaction VD51 to enter customer material info..

Also you use VB11 to map the details

http://help.sap.com/saphelp_470/helpdata/en/dd/55f71f545a11d1a7020000e829fd11/content.htm

Please make sure to reward points for helpful answers.

Thanks

Naren

Read only

0 Likes
1,746

Hi!

Thats fine naran mapping is done we ve material no in our system do we also have customer materials in our system or mapping through RFC or what that when user enters customer material .