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

auto populate material desc in sm30

deepikak1
Explorer
0 Likes
4,202

input given so and material no

automatically get material description when table maintain in sm30?

5 REPLIES 5
Read only

Sandra_Rossi
Active Contributor
3,765

By creating a Maintenance View, you can join your table with the table MAKT (on material number, and filter on current language SY-LANGU) which contains a column for the material description, you select this column and you assign the attribute "R" to this column (read only).

Then you create the maintenance dialog for this Maintenance View.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,765

Perform first some search in online help on dialog maintenance view text table.

Read only

deepikak1
Explorer
0 Likes
3,764

yes its done there are the queries i written to get relevant result

i use TMG event no 21 for this

Read only

0 Likes
3,764

Please post the code as text instead of image, so that one can easily copy your code. Then, select your code and press the button [CODE], which makes the code appear colored/indented, it will be easier for people to look at it. Thank you!

Read only

0 Likes
3,764

so, in your question, you meant "sales order", not the word "so"...

and you want to go this way:

sales order -> any material number via VBAP -> text of this material via MAKT

but you have said in your question that you have also the material number as input

so no need to look into VBAP.

Please ask question clearly next time.