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 / nagaraju
1.At new statement is used inside the loop and end loop.
2.At new f3 : at new will trigger if any F1,F2,F3 field
value changes
1.on change of is used with in loop end loop, select end
select,do,do while.
2 on change of F3, on change of will trigger when only F3
value changes,
it won't bother about F1 and F2 changes.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is an rfc?
Explain the data types of internal tables?
What are the screen elements.
What is get cursor field?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What are the types of table fields in the sap abap?
What are the different types of views in sap? : abap data dictionary
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What kind of financial periods exist in sap? What is the relavent table for that?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What will you code in start-of-selection & end-of-selection ?
In the `select' statement what is group by ?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Does the external program run in the same sap luw as the caller, or in a separate one?
What is the bitwise operator in the sap abap?