what is the use of STOP,EXIT,CHECK,CONTINUE in internal
table?
Answer Posted / husssain
stop gets the cotrol to the event end-of-selection
exit lets the control ut of the loop if the condition is
not satisfied. continue serves the same purpose as in C/C++
language.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Define infotype ? : abap hr
How can a lock object be called in the transaction?
what is field string ? & where we are using field strings?
2)In production what is the user exit?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is exception class and test class. How to use it?
What is payroll driver ? : abap hr
Concepts of OO ABAP and why we are using it?
How to transfer data into line items using batch input session method? : abap bdc
How to define selection screen?
What is view? Different types of view. Explain?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
What are the basic functions of database utility?
How do you write manual bdc session method? : abap bdc
Is it possible to pass data to and from include programs explicitly? : abap modularization