Control Break St........i have written At new for customer and
in the loop customer came in the 3rd record....weather it'll
trigger in the 1st record of the loop or 3rd record ?
Answer Posted / parthasarathi
as per my understanding of this question,
the first and second records are empty and the third records
onwards the customer there, if so means initially it'll trigger for the null value.. so we have to consider there is no null record, and we have to sort the internal table before the loop. its an manditory things while we using the break statement we have to sort them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What statement will be found in an sap application program that implements a function module exit?
What is a collect statement?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is tcode se16. For what is it used. Explain briefly?
Can we make use of flow logic control key words in abap/4 and vice-versa?
Differentiate between report and dialog program
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Abstract class and interface, multiple inheritance, live example
What’s value table?
Explain how to Handle the internal tables in ABAP?
How do you use tab sets in layout sets?
What are the different types of sapscript symbols?
What is singleton pattern in OOPS?
What is smart forms? : abap hr