Answer Posted / preeti pawar
Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP. The data is stored line by line in memory, and each line has the same structure, they are dynamic data objects.
SY-DBCNT / SY-TABIX.
DATA : BEGIN OF ITAB OCCURS 19,
A1 TYPE I,
C1 TYPE C,
END OF ITAB.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are secondary indexes. How can we know which index is being used in a select query?
What are screen painter and menu painter? : abap hr
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What is singleton pattern in OOPS?
What is pretty printer?
How many types of views are there? : abap data dictionary
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
Explain the disadvantage of using exec sql statement in abap?
wat is the default file name of BAPI trace?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
What will happen when we use single buffered selected?
How do you process errors in call transaction method? : abap bdc
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What is a batch input session? : abap hr
What are the layers of data description in r/3? : abap data dictionary