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

What is the difference between internal tables and extract datasets? : abap modularization

667


Define dispatcher?

820


What is repository info. Systems?

609


How do you document abap/4 programs? Do you use program documentation menu option?

698


Explain badi in abap.

582






i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1723


How to combine multiple billing into one RV document ( Step by Step)?

1541


What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary

1294


Why do we use FOR ALL ENTRIES and what is the pre-requisite

920


Explain pai and pbo.

713


Write the bdc table structure? : abap bdc

598


What are the types of parameters in the function modules?

662


Can i Have Some Realtime Examples On Modulepool programming.

5550


How can you display frames (horizontal and vertical lines) in lists?

614


How to determine the attributes of an internal table?

591