Application Development 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: 

controlbreak events

Former Member
0 Kudos
87

1)what is pre requisition for control break events?

2)i have open form through open_form but if i forgot given CLOSE_FORM what happend?

2 REPLIES 2

Former Member
0 Kudos
61

You have to SORT the internal table before looping the internal table to use control break statements.

YOu have to use Control break statemts in LOOP ..ENDLOOP only.

Pls reward if it helps.

Thanks

Eswar

Former Member
0 Kudos
61

Hi

For the first question,

You need to sort the internal table. Do not use WHERE condition with Loop.

Answer to second question:

Nothing would happen, but you need to close form if you are opening another form.

Regards

Navneet Saraogi