difference between at new and on change of
pl its urgent
Answer Posted / balakrishna
When we use At new for a field, it will trigger whenever
there is any change in al lthe fields from the left to that
of the particular field. But when we use On change of it
triggers only when there is any change in the particular
field.
At new can only be used inside loop. On change of can used
outside the loop.
No logical Expressions can be added with at new. Logical
expressions like AND OR can be used with on change of.
When AT NEW occurs, the alpha-numeric fields have * in
their value,where as in case of On Change, the alphanumeric
fields have their Corresponding value, of that particular
record, where the Event gets fired.
On Change of executes for the first value of field too,
this is not the case with At New.
On change of cannot be used in ABAP objects At new can be
used in this
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Did you create help views?
What are pooled tables? : abap data dictionary
foreign key enforcement?
What is a multiple line field? : abap bdc
What is a table pool? : abap data dictionary
How do you get the number of lines in an internal table?
What is sap script? Describe its components.
How can you distinguish between different kinds of parameters?
What are the disadvantages of abap query tool?
What is off cycle payroll run
Different types of luws. What are they?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
Explain the advantages of logical databases?
How is the command suppress-dialog useful?