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 is field string ? & where we are using field strings?

1781


Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1300


What are conversion & interface programs in sap?

852


What are the data types of the abap/4 layer? : abap data dictionary

889


Where do you create indexes in abap?

867


What is a view in sap? : abap data dictionary

819


Which function module would you use to check the user’s authorization to access files before opening a file?

854


What is static attribute

1310


What are the basic objects of the data dictionary? : abap data dictionary

830


What is the difference between sum and collect?

1157


What is SAP Data conversion ?

830


What is difference between inner join and outer join?

863


What is the client concept in sap?

789


Did you create help views?

771


What takes most time in SAP script programming?

917