do 4 times.
sy-tabix,sy-index.
end do.
what is the output ?

Answer Posted / raghuveer

do 4 times will give the following values:
sy-index = 4.
sy-tabix = 1(default value).

sy-index will work only in do and while, where as sy-tabix
will works only in loop...endloop.

Is This Answer Correct ?    5 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different function modules used in sapscript?

684


What is an abap dictionary? : abap data dictionary

661


What is help view?

625


What does an exec sql statement do in abap? What is the disadvantage of using it?

758


What are the classifications of the sap abap data classes?

685






Can you create an internal table dynamically?(at run time)

1493


What is database utility? : abap data dictionary

664


What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?

977


What is the function module to popup contents in the internal table?

630


How is conversion of data types done between abap/4 & db layer?

706


How do you save data in bdc tables? : abap bdc

664


What is the collect statement? How is it different from append?

598


What are the payroll related Infotypes

1874


Did you create any joins?

616


When, how and how would you control changes to standard SAP objects.

1491