Dear experts,
in a BSP page I have to mix traditional BSP coding (HTML and ABAP) together with HTML-statements, which are generated outside the BSP and are passed on to the BSP as a string from a function module call.
To make it simpler: within a BSP page, I call an ABAP function module. This func.mod. returns a string which contains "<htmlb:treeNode.... " text. (I have to do this outside the BSP because the tree is built up recursively...). The string is included into the BSP page by <%= theString %>.
The question: how can I make the BSP interpret this string?? The string contains elements of the BSP-extension htmlb. (In my current situation, the string seems to be simply ignored by the BSP page.)
Or is there another possibility, e.g. to let the function module write the HTML code to the BSP's output HTML stream(?) directly?
Or any further possibility? Recursive BSP pages?
thank you in advance
Andreas