cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error while activating BSP with OTR in htmlb element

Former Member
0 Kudos

Hallo,

I get a syntax error if I try to activate the BSP below with the lines commented out: "Statement concluding with "...%_O2_UTL_000" ended unexpectedly".

I don't know what's going wrong. Have I to to any basis settings or to activate any more services etc? Or is it a bug? WAS620 SP53.

Can anybody help?

-


<%@page language="abap"%>

<%@extension name="htmlb" prefix="htmlb"%>

<htmlb:content>

<htmlb:document>

<%-- does not work

<htmlb:documentHead title="<%=otr(SOTR_VOCABULARY_BASIC/ALL_ITEMS)%>" />

--%>

<htmlb:documentHead title="OK" />

<htmlb:documentBody>

<%=otr(SOTR_VOCABULARY_BASIC/ALL_ITEMS)%> <-- OK

<%-- does not work

<htmlb:textView id="t1" text = "<%=otr(SOTR_VOCABULARY_BASIC/ALL_ITEMS)%>" />

--%>

<htmlb:textView id="t1" text = "OK" />

</htmlb:documentBody>

</htmlb:document>

</htmlb:content>

-


Thank you

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

rainer_liebisch
Contributor
0 Kudos

Hi,

please apply note 851647, this will solve the problem.

Regards,

Rainer

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you for this note.

I haven't found any one. The keywords 'OTR' or 'HTMLB' are not mentioned in the note...

I have triggered the installation of SP54 and give feedback if the problem is solved.

Andreas