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

SM30 text table

NunoSilva
Explorer
0 Likes
4,762

Hello,

Is it possible to include the text for a determined field in SM30.

In my example I have the MATNR and it would be nice for the user to see the material description while updating the table in SM30.

Is this possible to do without changing the screen manually?

Thank you

Nuno Silva

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
2,491

You should include table MAKT in the maintenance view and include field MAKTX in the field list with flag "R" (read only).

Thomas

P.S. please mark your previous questions as answered.

You should include table MAKT in the maintenance view and include field MAKTX in the field list with flag "R" (read only).

Thomas

P.S. please mark your previous questions as answered.

4 REPLIES 4
Read only

Former Member
0 Likes
2,491

I dont think its possible, can you let me know what is the need of changing / creating master data through SM30?

Thanks

Satyasuresh

Read only

ThomasZloch
Active Contributor
2,492

You should include table MAKT in the maintenance view and include field MAKTX in the field list with flag "R" (read only).

Thomas

P.S. please mark your previous questions as answered.

Read only

0 Likes
2,491

Hello,

This is a Z table that as the MATNR as one of the key fields.

I know I can change the screen directly, but I was wondering if there is a way for it to do automatically otherwise if I change the table I will have to do this again.

Nuno Silva

Read only

0 Likes
2,491

Create a maintenance view which links your Z-table and table MAKT via MATNR and put MAKT-SPRAS = SY-LANGU in the select options of the view. Add field MAKTX from MAKT as type "R" field.

Then create your maintenance dialog for the view, not the table.

Thomas