what are the loop events and what is the difference between
them
Answer Posted / smart varghese
AT FIRST - trigered when the loop exectutes for the 1st time
AT NEW <field> - trigered when the a new value is to the
field.
AT END OF <field> -trigered when the last occurance of the
value for the <field>.
AT LAST - trigered at last of the loop.
ON CHANGE OF - some what similiar to AT NEW.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why bapi need then bdc ? : abap bdc
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
Why cant we use Normal function module for data transfer?
How many lists can a program can produce?
What is the use of the raising exception?
How many types of size categories and data classes are there? : abap data dictionary
I need some information regarding Vcentric Test pattern ? with questions.
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What are the basic functions of database utility?
Explain the data types of internal tables?
When is the top-of-page event triggered? : abap data dictionary
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
How to find the return code of a statement in abap programs?
What are the types of subroutines? : abap modularization
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?