Control Break Statement

On change of, in control break statement is used for what purpose?

Questions by nagaraj.abap

Showing Answers 1 - 3 of 3 Answers

Parthaa

  • Apr 24th, 2008
 

On change function will trigger only there is a change in the field value. otherwise it will by pass. So if you want to do any computation based on header data, you can use it.

Similar function of AT-new command. only difference is , at new will triggere based on right hand side any filed changes . But on change will triggere by specific fields. Before using the on change, better to use sorting the internal table.

Also if you using on change in the begining of loop and any computation, last changes need to compute after the loop.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions