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
what is field string ? & where we are using field strings?
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?
What are conversion & interface programs in sap?
What are the data types of the abap/4 layer? : abap data dictionary
Where do you create indexes in abap?
What is a view in sap? : abap data dictionary
Which function module would you use to check the user’s authorization to access files before opening a file?
What is static attribute
What are the basic objects of the data dictionary? : abap data dictionary
What is the difference between sum and collect?
What is SAP Data conversion ?
What is difference between inner join and outer join?
What is the client concept in sap?
Did you create help views?
What takes most time in SAP script programming?