Hi,
I have an editable alv.
I have requirement like i need to validate the data which is edited on pressing "ENTER" or "SAVE"
for this iam using the event DATA_CHANGED
and define a local class lcl_event handler and also set handler for it.
But iam able to validate using this event only if the data is changed inspite of SAVE or ENTER its getting triggered.
But if the data is not changed its not triggering please suggest me an event which triggers on clicking SAVE in menu bar.
Thanks,
Phani.