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

Text in Dynpro's

Former Member
0 Likes
783

Hi,

I'm designing my first dynpro, and I've to do for some different languages. How should I do with texts for an easy maintenance?

Thanks in advice,

Oscar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
747

Hi,

Refer the text field a data dictionary field..So that for whichever languauge you logon the texts will automatically come from the data dictionary..

Ex..

MARA-MATNR.

Thanks,

Naren

Hi,

I'm designing my first dynpro, and I've to do for some different languages. How should I do with texts for an easy maintenance?

Thanks in advice,

Oscar

5 REPLIES 5
Read only

Former Member
0 Likes
748

Hi,

Refer the text field a data dictionary field..So that for whichever languauge you logon the texts will automatically come from the data dictionary..

Ex..

MARA-MATNR.

Thanks,

Naren

Read only

0 Likes
747

Thank you very much!!!

I was thinking about it, but I don't know how to do it!

Read only

0 Likes
747

Hi Oscar,

Is there any reason why you can't just enter the texts in the screen painter in your logon language, and then use Goto>Translation to enter translations?

If the texts have to be more dynamic, you could define them as output data and populate from program texts at runtime.

Hope that helps

Robin

Read only

0 Likes
747

OH!

Thank you very much... that's an option quite interesting. I don't know it!

King regards,

Oscar

Read only

Former Member
0 Likes
747

Hi,

Create the Text elements for the texts,

In the Dynpro, you have some text field, in the Flow logic move this text element to that Text field, so the output will come depending on the log on language

Regards

Sudheer