cancel
Showing results for 
Search instead for 
Did you mean: 

Internationalization in ABAP Webdynpro

former_member192283
Participant
0 Kudos

Hi All,

What is the methodology for implementing ABAP webdynpro. Can any body let me know what are the various possiblities for Internationlization.

Regards

Vijay

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

refer to this standard example SALV_WD_TEST_TRANSLATION in the component controller wddoiniti() for sample coding of internationalisation.

Former Member
0 Kudos

hi,

/people/gopi.nidjelli/blog/2008/10/20/internationalization-and-translation-for-wd4a

check out the above mentioned blog.

This clearly explains Internationalization and translation of text.

Internationalization of text is done using OTR.

The blog explains how to do translation of texts and even how to translate Component descriptions.

For more theortical details Refer this.

http://help.sap.com/saphelp_nw04s/helpdata/en/66/b5cd3a69ba784be10000000a11402f/frameset.htm

I hope if you see the above mentioned links , you would be able to understand the concepts.

Thanx

Former Member
0 Kudos

Hello,

To implement Web Dynpro ABAP you must use the MVC (model, view, controller) model, and about internationalization you can use the [OTR (online text repository)|http://help.sap.com/saphelp_nw04/helpdata/en/36/00f13a62d1ad6de10000000a11405a/frameset.htm].

You can get more information at the following sites:

[An Extended Web Dynpro For ABAP Application|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2eb11b59-0a01-0010-dfa3-8292abdf9c4f]

[SAP Network Blog: Internationalization and Translation for WD4A|/people/gopi.nidjelli/blog/2008/10/20/internationalization-and-translation-for-wd4a]

Regards.