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