I need the BSP version of what you call in JSPs, anyone know the proper syntax?
Code:
<% data: textID TYPE STRING. %>
<htmlb:textView id = "H1"
text = "Hello World!"
design = "EMPHASIZED">
<% textID = document.getParamIdForCompnent(H1). %>
</htmlb:textView>
Error:
Field "DOCUMENT" is unknown. It is neither in one of the specified
I need the ABAP call to tell me what the BSP is about to call the HTML object. SAP was kind enough to not allow the name of the HTMLB id be represented in the HTML for DHTML calls so you have to use ABAP to find out what they are about to call it. Normally in HTML you'll see the object called htmlb_2349_01_124 versus taking on the name you gave it "H1". I know several ways of taking care of this feature of SAP's version of JSPs, I am looking for how this can be taken care of in BSPs.
Thanks,
Stephen