2-What is the difference between At New and On change Of
inside a loop??I want inside a loop difference not basic
difference??
Answer Posted / sagi.nagamani
1.at new is always followed by single field.
eg: AT NEW MATNR.
if any changes in matnr occurs at new event triggers.
at this case right side fields of matnr appears like
this.right side character fields appears like **** &
numeric field become null in work area.
2.on change of follows by single or more fields.
eg: ON CHANGE OF MATNR OR LABST OR WERKS.
here any change in any field on change of event
triggers.here we can see all fields in work area.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between function group and function module?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What are the different types of abap/4 programs?
What is the use of table maintenance allowed?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What are the pooled and cluster tables?
How do you get the number of lines in an internal table?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What is sap abap data classes?
Explain what are the events in screen programming?
Does every abap/4 have a modular structure? : abap modularization
What is transparent table?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
Which FM do you use to find out who is reporting to whom
What are the disadvantages of logical databases?