What are control break statements?

Answer Posted / sunil

Control break statements are
1. At First
2. At Last
3. At New
4. At End of
And all these statements work only between Loop and Endloop.

Example:
F1 F2 F3
1 A B
1 B C
2 C A
3 D E

here F1, F2 and F3 are the three fields

if we apply the At New statement between these three fields
then the output would be
1 b c
2 c a
3 d e

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of a domain?

629


Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?

904


What is delivery class? : abap data dictionary

642


Cds views

7654


Explain what is sap script? What is the purpose of sap script?

618






A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

731


What is an authorization in sap?

594


Explain read dataset in sap abap?

697


What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

887


What is gui status? How to create /edit gui status?

605


while implementing badi what are the tables u find??

3607


What is a currency factoring technique?

686


i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?

1769


what is difference between set screen and call screen ?

545


Which database object is used for storing the system variables? : abap data dictionary

711