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 collective search help? : sap abap data dictionary
What is a data dictionary? : abap data dictionary
How many primary keys can be created for a table?
What are client dependent objects in abap/sap?
What is a type-pool?
How can we set the table spaces and extent sizes? : abap data dictionary
What is a size category?
What is a 'z' report?
What are the parameter types for a method?
What are the different types of locks? : abap data dictionary
What are client dependant objects in abap/sap?
Normally how many and what files get created when a transaction program is written?
what is abstract classes
Explain how data is stored in cluster table?
What are the organizational related Infotypes