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
How many types of tables exist and what are they in data dictionary?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Explain how to create any functions? How to go about it?
What is a subroutine?
What is the process to enhance the Infotype
What are the disadvantages of using explicit enhancement?
What are the components of sapscript?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the different types of operators in the sap abap?
How is conversion of data types done between abap/4 & external level?
How do you read files from the presentation server ? : abap bdc
Explain how to write a bdc - how do you go about it?
What are the differences between domain and data element?
What do you do when the system crashes in the middle of a BDC batch session?