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

Answer Posted / purnachander nagula

REPORT yputest1 .


START-OF-SELECTION.

DO 5 TIMES.
WRITE:/ 'sy-index', sy-index.
WRITE:/ 'sy-tabix', sy-tabix.
ENDDO.

Result
test

sy-index 1
sy-tabix 1
sy-index 2
sy-tabix 1
sy-index 3
sy-tabix 1
sy-index 4
sy-tabix 1
sy-index 5
sy-tabix 1

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Sal abap on hana interview

799


How to load data from ms excel sheet to sap by using bdc method ? : abap bdc

805


What are the different abap editors? What is the used of different editors in abap?

644


What is an update type with reference to a match code id? : abap data dictionary

653


Why bapi need then bdc ? : abap bdc

642






In SAP Script,How to display a single field(like matnr)at the right end of the form.

2051


What is interactive reporting?

694


What is the difference between synchronous and asynchronous updates?

666


how to see the tables of 200 in client 100?

1469


Which objects are independent transport objects?

912


what is sap scriptview ?

1779


Value table VS check Table.

1030


What is the difference between leave transaction and call transaction?

685


What are the events used in interactive reports?

691


What are the parameters in bdc_open_group? : abap bdc

678