‎2006 Dec 05 4:50 AM
what is customer master vendor master and material master........
‎2006 Dec 05 5:00 AM
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.
‎2006 Dec 05 5:12 AM
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
‎2006 Dec 05 6:26 AM
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
‎2006 Dec 05 6:33 AM
‎2006 Dec 06 1:52 PM
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.