2006 Oct 14 1:15 PM
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?
2006 Oct 14 1:28 PM
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
2006 Oct 14 1:34 PM
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