Hi
I have an internal table which has 4 fields and I want to perform some calculations whenever only the third field of that internal table changes.
I cant use AT NEW command as it will trigger whenever the first or second field changes.
So, is there any way I can capture just the change of that third field only?
Thank You