cancel
Showing results for 
Search instead for 
Did you mean: 

WD Logoff page.

Former Member
0 Kudos

Hi,

I modified the logoff page to finish the session, now I need to access otr translation text inside it.

Is there any way to get it done? I've been searching but couldn't find any anser.

Thx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Joel,

i think you have to translate the complete piece of html code via transaction se63.

  • Create and save the logoff page in your default language in sicf (It is created as otr-text) (and save the service)
  • Then clipboard the guid  shown in field “concept”, ie. “000C2991E7281ED391EF28A631B4198C”
  • call se63 -> Translation -> ABAP-Objects -> Other Long texts
  • choose “OT OTR” -> “LOTR Long Texts”
  • As Object Name enter “*”, as collection also enter “*”, go for search
  • In the result popup find your guid (crtl+F) and choose it
  • Translate the whole page into the language(s) required

Hope it helps,

regards Andreas

Former Member
0 Kudos

Thx a lot Andreas.

It worked

Answers (1)

Answers (1)

Lukas_Weigelt
Active Contributor
0 Kudos

Hi Joel,

I personally like to use cl_wd_utilities=>get_otr_text_by_alias for this. Especially since it says "DON'T USE" in the description *chuckle* 😆

I'm sure there probably is a 'cleaner' way too, but this gets the job done ;>

Cheers, Lukas

Former Member
0 Kudos

Thx  Lukas,

but I'm trying to access the otr from the logoff page modified in SICF tansaction
inside the html page.

Any idea?

ramakrishnappa
Active Contributor
0 Kudos

Hi Joel,

In logoff page of SICF configuration, we can create/change text by alias name.

Please refer the below pic.

Hope this helps you.

Regards,

Rama