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
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
Which function module reads the data for particular infotype ? : abap hr
What are the pooled and cluster tables?
What are the dynamic actions and how to configure it? : sap abap hr
How to find the return code of an stmt in abap programs?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What are extracts?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is an on”*-input filed” statement?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What are uses of foreign key?
Tell me a scenario where did you use secondary index?
What are pool tables?
Define subtype ? : abap hr