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: 

auto populate material desc in sm30

deepikak1
Explorer
0 Kudos
1,840

input given so and material no

automatically get material description when table maintain in sm30?

5 REPLIES 5

Sandra_Rossi
Active Contributor
1,403

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.

raymond_giuseppi
Active Contributor
0 Kudos
1,403

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

deepikak1
Explorer
0 Kudos
1,403

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

i use TMG event no 21 for this

0 Kudos
1,403

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!

0 Kudos
1,403

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.