do 4 times.
sy-tabix,sy-index.
end do.
what is the output ?
Answer Posted / sudhakar
SY_INDEX Increments to 1 inside the DO.ENDDO Iteration and in WHILE.ENDWHILE.
While SY_TABIX is set to 0.
Note: It is used to determine the lines inside the LOOP.ENDLOOP statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we send data to external programs?
What is the structure of bdcmsgcoll? : abap bdc
What is the different between template and a table?
dynamic programming in sap abap
What are the dynapro keywords?
stock transfer from one plant to another plant ? i want the total description.
SM35 transaction, How to automate BDC ?
How can we set the tablespaces and extent sizes ?
How do you read files from the application server ? : abap bdc
What is tmg?
What is an abap/4 query? : abap hr
Explain the differences between se01, se09 and se10?
What is a match code? : abap data dictionary
How to display or know if the value entered contains records or not?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.