All,
I have two webdynpro activex buttons check and submit embedded on the form. These buttons have this script on their respective click events -
app.eval("event.target.SAPSubmit();");
app.eval("event.target.SAPCheckFields();");
This inturn is supposed to trigger the code within the onCheck and onSubmit event handlers of SAP Interactive Form.
But, when I click these buttons nothing seem to happen.
Can someone help me resolve this issue as it is very criticial for me.
Any help is highly appreciated.
Many thanks,
Divya