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 are field symbols and field groups? Have you used component idx of structure clause with field groups?
Why lsmw does not support call transaction method? : abap bdc
Define subtype ? : abap hr
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
How to eliminate duplicate entries in internal tables? : abap data dictionary
What are the merits of its?-
What is sap luw or update transaction?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
How do you activate a function exit?
In which table the material master data is stored?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What kind of BDC programs are written ?
What is delivery class? : abap data dictionary
When is the top-of-page event triggered? : abap data dictionary
I need some information regarding Vcentric Test pattern ? with questions.