loop 5 times.
sy-tabix,sy-index.
endloop.
what is the output?
Answer Posted / raghuveer
By looping 5 times(if the internal table has 5 records),
sy-tabix will be 5 and sy-index = 0.
sy-index will work only in do and while loops, where as
sy-tabix will work only in loop..endloop and also sy-tabix
will be changed if we append the records into the internal
table using append statement.
If I m wrong, plz let me know
| Is This Answer Correct ? | 54 Yes | 4 No |
Post New Answer View All Answers
What is maintenance view?
What is a database view? : abap data dictionary
what are the various types of parameters and how are they distinguished from one another?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
what are the two methods of modifying sap standard tables? : abap data dictionary
Explain what is the significance of hide?
How many types of data classes are there in sap?
Explain the Importance of pa20? : abap hr
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What is the use of message command in a report? What are the different message types?
Explain the concept of clusters in payroll
Explain the differences between sap memory and abap memory?
What is the syntax for call transaction? : abap bdc
What is the lock object?
In which particular scenario we use sorted table and which particular scenario we use standard table?