loop 5 times.
sy-tabix,sy-index.
endloop.
what is the output?
Answer Posted / pavan
1 2 3 4 5, 0
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What are differences between at selection-screen and at selection-screen output?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What is the abap program name to process the batch input session automatically? : abap bdc
Where are you used type casting?
Which type of tables used this buffer?
Explain the advantages of different types of bdc's?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is a predefined type in abap?
What is lock object ? : abap data dictionary
What are the parameters used in each function?
What are the difference between tables and structures?
What are the events in screen programming?
Differentiate between transparent tables, cluster tables and pooled tables
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?