loop 5 times.
sy-tabix,sy-index.
endloop.
what is the output?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What are the 2 other types of views, which are not allowed in release 3.0?
what are diffrences between user-exits and customer-exits?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is meant by authorization? : sap abap hr
Search help exit details.
What is a help view? : abap data dictionary
How many types of views are there ?
What are the relational operations that can be performed on view in sap? : abap data dictionary
hi, what is basic diff b/w RFCs and BAPI? What is basic diff b/w BADI and BAPLI?please dont give the general diff?please any one can tell me?
What are Pull and Push Methods?
What are different ABAP editors? What are the differences?
hi this is ramu.my question is :set-screen,call-screen and leave screen differences and when we use those statement while implimenting code.please help me .iam in trails now..