In Java you can call:
String id = pageContext.getParamIdForComponent(H1);
What is the syntax to do the same in ABAP BSPs?
The purpose of the above is to grab the HTMLID for the component to apply a javascript function.
Anyone know of a good Java to ABAP reference for syntax?
Thanks,
Stephen