Answer Posted / rv karthikeyan
Hi this is karthikeyan
control break statement: It is used to control the data flow inside the loop,for example if we need to add some functionality at run time for example subtotal for every new value triggered or sub heading,we use control break statement,now we see the types of control break statement.
at first: when the loop start first this at first will trigger,that when the loop starts the control goes to the at first statement and executed all the function inside it.
at new: when the first occurrence of the new value found this at new will trigger,used for the sub heading or page break purpose.
at end: when the last occurrence of the new value found this at end will trigger,used mainly for sub total purpose.
at last: when the last record in the loop over this at last will trigger used for grand total purpose.
Hope u got idea...
Regards
RV Karthikeyan.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a badi?
What are the different kinds of lock modes?
Explain what are the different functions used in sap script? What are the parameters used in each function?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What is the use of dequeue function module? : sap abap data dictionary
Explain the session method? : abap bdc
What are the different types of parameters? : abap modularization
How do you get the number of lines in an internal table?
What type of user exits have you written ?
What is pretty printer?
What are the three components of a work process?
Explain different types of attributes of function module?
In sap scripts, how will you link form with the event driven?
What are the uses of table pool or table cluster.