do 4 times.
sy-tabix,sy-index.
end do.
what is the output ?
Answer Posted / purnachander nagula
REPORT yputest1 .
START-OF-SELECTION.
DO 5 TIMES.
WRITE:/ 'sy-index', sy-index.
WRITE:/ 'sy-tabix', sy-tabix.
ENDDO.
Result
test
sy-index 1
sy-tabix 1
sy-index 2
sy-tabix 1
sy-index 3
sy-tabix 1
sy-index 4
sy-tabix 1
sy-index 5
sy-tabix 1
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How is time management and payroll is integrated? : sap abap hr
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What are the drill-down features provided by abap/4 in interactive lists?
How is conversion of data types done between abap/4 & db layer?
What are the other modules integrated with om? : sap abap hr
How to find the return code of a statement in abap programs?
Explain what are the different functions used in sap script? What are the parameters used in each function?
What is the transaction for recording bdc ? : abap bdc
What is the modification assistant?
What is a data dictionary? : sap abap data dictionary
What is the t-code for transaction recorder? : abap bdc
What are the events used in interactive reports?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
SAP query how to use end users?
What is projection view?