cancel
Showing results for 
Search instead for 
Did you mean: 

Online Text Repository

Former Member
0 Kudos

Hello All,

How to use the OTR? I have been trying it through coding using cl_wd_utilities=>get_otr_text_by_alias method.

But I am not able to get the value returned by the method. Could anybody guide me.

When I try using the Properties Value for Text the OTR is opening but no text is displayed. How to use it without coding.

Regards,

SampathKumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

go thru this thread.

..

it might help you.

Regards,

Anand

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanx U All.

Got the solution.

Former Member
0 Kudos

Hi,

The method u are using to get the text of the OTR is correct.

OTR's text is fetched by the following code only.

data lv_otr type string.
lv_otr = cl_wd_utilities=>get_otr_text_by_alias( 'OTR_NAME' ).

In property value of the text u are not geting the text because may be there is no text, just otr name is defined.

U can create ur own OTR and then check.