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: 

SM30 - Show FieldName

Former Member
0 Kudos

Hi,

I've created a table and a run the table maintance generator.

When I now display the data in the SM30 I see the Field Label short description.

I would like to display the technical name (database table fileld name ) instead

Ex. MYSTREETADDRESS is of type STRAS and shows "Street" in SM30. I would like to show MYSTREETADDRESS instead.

(I have the expert mode actiivated)

Any pointers ?

//Martin

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

On the table maintenance generator screen double click on the screen number and open it in change mode. Change the visible length of the 2 fields to what is required. Change the description of the field to what is needed.

Activate the screen and all the related objects.

2 REPLIES 2

ThomasZloch
Active Contributor
0 Kudos

At first thought I don't see a way other than using your own data element ZSTREET (copy of STRAS) and maintaining column description as "MYSTREETADDRESS".

Well, you could modify the generated maintenance dialog, but you'll probably lose your changes after each re-generation.

Thomas

former_member156446
Active Contributor
0 Kudos

On the table maintenance generator screen double click on the screen number and open it in change mode. Change the visible length of the 2 fields to what is required. Change the description of the field to what is needed.

Activate the screen and all the related objects.