cancel
Showing results for 
Search instead for 
Did you mean: 

otr text

Former Member
0 Kudos

how to create otr text?

Accepted Solutions (0)

Answers (2)

Answers (2)

uday_gubbala2
Active Contributor
0 Kudos

Hi Pradeep,

1) Call transaction SOTR_EDIT.

2) Enter the language you want to create the text in and the alias name.

3) Choose Create.

4) On the next screen enter the package name, the alias name, the object type and the alias text and then choose Save.

Regards,

Uday

Former Member
0 Kudos

Hi,

From ur webdynpro screen itself,

choose Goto->Online Text Repository Browser.

It will take you to another window where you can see create button.

There you can create ur OTR text and save.

Thanks,

Divya.S

Former Member
0 Kudos

Hi,

when i tried to create an OTR text the following message popup's.

"The creation of an alias in the non-original system

DB may cause inconsistencies Please read

1037771 and the references 1,031,500th - Should the

Alias will be applied here anyway? "

then i have tried to create the OTR in GERMAN lang. even then the same mesg pop up's ....

will this create any issue while transporting OTR text?

suggest out....you answer will higly appreciated !

Regards:

Kishore

former_member230839
Participant
0 Kudos

Hi Pradeep,

You can create OTR alias texts in the following ways:

By double-clicking on the OTR alias in the page editor

By choosing the menu option Goto ® OTR from the BSP application

Using transaction SOTR_EDIT

You can use the transaction SOTR_EDIT to create OTR texts to use it in ABAP webdynpro

use the link for reference otr text creation

After creating you can access the OTR text by the following code.

CALL METHOD CL_WD_UTILITIES=>GET_OTR_TEXT_BY_ALIAS
          EXPORTING
            ALIAS      = otr_txt
*           LANGUAGE   =
          RECEIVING
            ALIAS_TEXT = txt.

Regards,

Anil kumar G

Edited by: Anil Kumar on Jun 26, 2009 11:43 AM