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

translation

Former Member
0 Likes
405

Hi,

we have modified the label of a standard field of vbap in the dictionary.

But in the VA01 appears the old name.

I have seen that in the dympro the name is not taken from dictionary.

I know the possibility to change the name by the goto -> translation...

but there is a way to modify this name in all the screen in wich it appears?

regards,

enzo

Hi,

we have modified the label of a standard field of vbap in the dictionary.

But in the VA01 appears the old name.

I have seen that in the dympro the name is not taken from dictionary.

I know the possibility to change the name by the goto -> translation...

but there is a way to modify this name in all the screen in wich it appears?

regards,

enzo

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
369

I don't think so. This is the reason for allowing the screen fields to take their name from a dictionary object. You will have to do them one at a time. Unless, I'm missing something.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
369

You have to remembr that not all screen fields refer to the database table fields. Some may be pointing to structure fields. You have find out which field it refers to and change the corresponding data element lable, if you want the change reflected everywhere. But if different screens use different underlying fields, then you may have to change each of those labels as well.

Srinivas