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

need solution

Former Member
0 Likes
588

what is customer master vendor master and material master........

5 REPLIES 5
Read only

Former Member
0 Likes
552

hi,

Its evident in the name itself

Master data Regarding Customers is stored in Customer Master and similiarly for others also.

Various Material Master Screens:

MM01 - Create,

MM02 - Change

MM03 - Display

MM06 - Flag for deletion.

MM04 - Display the changes done to the material master.

Read only

Former Member
0 Likes
552

Customer Master:

http://web.mit.edu/cao/www/AR/ar1/ar_FD03.htm

Vendor Master:

http://web.mit.edu/sapr3/windocs/bpmds03m.htm

Material Master:

http://web.mit.edu/sapr3/windocs/bpmds16m.htm

I hope it helps.

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

Former Member
0 Likes
552

All Customer deatils will be stored in customer master.

T-code : XD01 - Create Customer.

XD02 - Change

XD03 - Display

Table : KNA1 , KNB5

All Vendor informations will be in Vendor master.

T-code : XK01 - create , XK02 - Change, XK03 - Display.

Table : LFA1 , LFB5

Material details will be in material master.

T-code : MM01 -create , MM02 -Change ,MM03-Display.

tables : MARA , MARD

Read only

Former Member
0 Likes
552

Check the following link

http://www.erpgenie.com/abap/tables.htm

Regards,

Kinshuk

Read only

Former Member
0 Likes
552

these makes difference at some areas like

If u want to combine two or more tables , In the joins concept you can combine the master data with the child data. But not the vise-versa.

customer master :kna1.

material master :mara.

vendor master :lfa1.

Thanx.