the control commands in the report program are
atfirst,atnew,atlast,atend of and what is the difference
between them

Answer Posted / sravani

Control Break Statements:
1. At First
2. At last
3. At New
4. At End of
5. on change.
*at first, at last, at new, at end of are also called as at
events and these will be used in loop.....endloop of an
internal table.
*'on change' can be used in out side of the loop...endloop.

1.At first event will be executed only for the first
iteration of the loop...endloop. This event is used for
writing headings.
2. At last event will be triggered for the last iteration
of the loop...endloop.
3. At new event will be triggered for every new value
enters in to the field.
4. event at end of will be triggered if the current running
value is the last value.
5. on change will be triggered for any change in the
specified field value.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the events in abap/4 language?

588


How do you find out whether a file exits on the presentation server?

570


What are the 3 types of tables in sap? : abap data dictionary

651


What is generic buffering?

861


What is the use of start-of-selection.,if not use in report what will happen,?

1162






what are Hana Basics

899


What is “call mode”?

581


What are the modes in lock objects? : sap abap data dictionary

548


How to write a code for multiple transactions? : abap bdc

542


What is projection view?

540


What are the different modes of processing batch input sessions? : abap bdc

655


what is difference between user exit, customer exit and badi?

4080


Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary

705


Differentiate between transparent tables, cluster tables and pooled tables

567


what is code to upload cost centers through call trans. and procedure

2157