2006 Nov 29 3:52 PM
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
2006 Nov 29 3:58 PM
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
2006 Nov 29 3:58 PM
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
2006 Nov 29 4:09 PM
Thank you very much!!!
I was thinking about it, but I don't know how to do it!
2006 Nov 29 4:39 PM
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
2006 Nov 30 7:41 AM
OH!
Thank you very much... that's an option quite interesting. I don't know it!
King regards,
Oscar
2006 Nov 29 3:59 PM
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