Hi Nanda,
You are right that there are only 2 events.
In WebDynpro you have:
Events
· onCheck
Describes the action to be executed when the user selects the Check pushbutton.
· onSubmit
Describes the action to be executed when the user selects the Submit pushbutton.
http://help.sap.com/saphelp_nw04/helpdata/en/1a/ff773f12f14a18e10000000a114084/frameset.htm
But in your form you can add an additional field to pass a value to the backend. Let's say this field has a value "CANCEL" (which will clear all fields filled in). In your WebDynpro you can look for the value CANCEL and clear all fields. I hope this makes sense 😊
With other words, if you submit to SAP you don't have to save it directly.
I don't know what you are trying to achieve, maybe you can tell us a bit more.
Cheers,
Noë
Add a comment