difference between at new and on change of

pl its urgent

Answer Posted / sekar

.It can be used in any loop construct, not just loop at.
For example, it can be used within select and endselect, do
and enddo, or while and endwhile, as well as inside get
events.
2. A single on change of can be triggered by a change within
one or more fields named after of and separated by or. These
fields can be elementary fields or field strings. If you are
within a loop, these fields do not have to belong to the
loop.
3.When used within a loop, a change in a field to the left
of the control level does not trigger a control break.
4.When used within a loop, fields to the right still contain
their original values; they are not changed to contain zeros
or asterisks.
5.You can use else between on change of and endon.
6.You can use it with loop at it where . . ..
7. You can use sum with on change of. It sums all numeric
fields except the one(s) named after of.
8.Any values changed within on change of remain changed
after endon. The contents of the header line are not
restored as they are for at and endat

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

766


What are authorization objects and what statement is used to perform an authorization check in an abap program?

690


What is function group?

769


What is the transaction code to display the payroll results ? : abap hr

715


Hat are the different types of mode (run code) in call transaction method?

733






In ALV reporting when u execute your report which event gets triggered.

1871


What are the pooled and cluster tables?

709


What are the different types of mode (run code) in call transaction method?

759


What are the system fields you have worked with? Explain?

805


How to upload more than 2GB file from External Source to SAP?

1005


What are different abap/4 editors?

753


in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.

1907


What is the use of info groups? : sap abap hr

719


What are subroutines? : abap modularization

774


What is the difference between open_form and close_form?

771