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 is an internal table?
What is the use of the raising exception?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is append structure?
Define abap/4 layer? : abap data dictionary
How many tables are there in sap?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Explain Singleton class
What is a development class? : abap data dictionary
What is “call mode”?
What does the extract statement do in extract datasets? : abap modularization
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
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