Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

When a variable change?

former_member384574
Active Participant
0 Likes
482

Hi to everybody!

I think this is a simple question, I want to compare when a variable change the value, because depending on this, I have to do one thing or other thing, I want to compare when the variable PERNR change the value, can anybody tellme how?

Thanks a lot

Regards,

Rebeca

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

you can use ON CHANGE , but it is Obsolete statement.

instead you can use AT NEW or AT END .

3 REPLIES 3
Read only

Former Member
0 Likes
462

you can use ON CHANGE , but it is Obsolete statement.

instead you can use AT NEW or AT END .

Read only

0 Likes
461

Thanks a lot!!

Regards!

Read only

0 Likes
461

AT NEW and AT END are Control break statements, and you have to use them inside loop.

and also you need to sort the table with the field pernr. if you want apply control break statement on that.