Application Development 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: 

MATNR and MAKTX

Former Member
0 Kudos
571

HI all,

how do i write if i want the material description to be pulled automatically when the material number is given?

thanks!!

3 REPLIES 3

Former Member
0 Kudos
181

Hi,

You can use the table MAKT..to get the material description..MAKT-MAKTX.

Thanks,

Naren

Former Member
0 Kudos
181

select single maktx from makt into makt-maktx

where matnr = matnr(selection)

and spras = sy-langu.

ferry_lianto
Active Contributor
0 Kudos
181

Hi,

You can read the data directly from table MAKTX.

Regards,

Ferry Lianto