cancel
Showing results for 
Search instead for 
Did you mean: 

Unable view new button in the process of doing Internationalization

Former Member
0 Kudos

Hi All,

I am doing Internationalization for Web Dynpro ABAP application.

In the process of doing the Internationalization i followed the below procedure:

--> Go to Transaction SE80 - Create a WebDynpro Component “ZEXAMPLE”

-->Create a View “MAIN”

-->Create a UI element type Text View – TEXTVIEW1.

    - ID – TEXTVIEW1

-->Create a OTR object for the UI element

Click on GOTO-> Online TEXT Repository Browser

Click on new  a POP up will appear.

Here i am unable to view the "new button" in Online TEXT Repository Browser

Please help/suggest  me regarding this.

Thanks in advance

Vagdevi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use transaction SOTR_EDIT to create texts. Once you create a text you will get an alias for that text. You can use this alias in your WD component using $OTR:<package>/<alias>.

For Eg: If you want to bind the text property of text view with this alias, in the Text Property just go and write $OTR:<package in which you created your text>/<alias that got created>.

Hope this helps.