loop 5 times.
sy-tabix,sy-index.
endloop.
what is the output?
Answer Posted / sudhakar
Sy-tabix: No. of record in the internal table
Sy-index: index number of record which is currently executed.
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is alv programming in abap?
Can you delete data element, which is being used by table fields. : abap data dictionary
Difference between function group and function module?
What are null values? : abap data dictionary
Explain the disadvantages of abap query tool?
What are the control break events in abap? : abap data dictionary
Name the abap/4 modularization techniques?
What is the function of a data element?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
How to do find it?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
how to genernate 21 sencondary index
Explain what are standard layouts sets in the sap script?
How memory management happens for internal tables and work areas in abap?
What is an Unpack command?