WHAT ARE THE STEP LOOPS . HOW DO U PERFORM PAGE DOWN
AND PAGE UP IN STEP LOOPS

Answer Posted / bandivenkateswarlu

Perform page down by using the = p+
perform page up by using the = p-

by using these two operations we can perform the page up and
page down in the step loops or otherwise the loop at empty
loop is possible.

Loop at Itab.
write: itab.
Endloop.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different abap/4 editors?

610


Explain the use of insert and append statement in sap abap?

592


What are the different types of abap reports in sap?

768


What is the difference between Check and Continue?

657


What are the events in classical reports?

626






Explain how many types of tables exist and what are they in data dictionary?

611


What is page window?

580


How do you get the number of lines in an internal table?

620


Can we use flow logic control key words in abap/4 and vice-verse?

566


What are logical databases?

633


What are the types of subroutines? : abap modularization

593


What are base tables of an aggregate object?

623


Can i have some Realtime Scenarios on Reports.

1815


Why do we use types statement in abap programming?

671


Final class

1019