2007 May 09 5:21 PM
HI all,
how do i write if i want the material description to be pulled automatically when the material number is given?
thanks!!
2007 May 09 5:23 PM
Hi,
You can use the table MAKT..to get the material description..MAKT-MAKTX.
Thanks,
Naren
2007 May 09 5:23 PM
select single maktx from makt into makt-maktx
where matnr = matnr(selection)
and spras = sy-langu.
2007 May 09 5:25 PM
Hi,
You can read the data directly from table MAKTX.
Regards,
Ferry Lianto