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
Can there be more than 1 main window in sap script?
Final class
What is the function of a data element?
Give few names of pooled tables in sap ?
Do you know any other patterns if yes.. explain
What are function modules?
How do you execute the payroll
What is runtime analysis?
What is database view ? : sap abap data dictionary
What is Transactional based Application & Role based Application?
How do you find if a logical database exists for your program requrements?
What primary key and foreign key relationship
What are the differences between the table and the structure in the data dictionary in the sap abap?
Define structure in abap data dictionary?
Polymorphism real time scenario