You can call another controller(view) or page with flow logic using java script.
You can attach the window.open(.....) to the onValueHelp event of the Input field for which you need the window to open with HelpValues.
*--
<Script>
window.open('http:// : /sap/bc/bsp/sap/ /< main.do>'_new' ,'width=380,height=155,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
</Script>
Add a comment