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
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
In which particular scenario we use sorted table and which particular scenario we use standard table?
Events that can be used in both the classical and interactive reports
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
while implementing badi what are the tables u find??
What are conversion & interface programs in sap?
Did you create any joins?
Rp_provide_from_last contains how many parameters ? : abap hr
What is the difference between the function module and a normal abap/4 subroutine?
What are the different modes of processing batch input sessions? : abap bdc
How do you use tab sets in layout sets?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is the company code? : sap abap hr
Explain the different types of screen keywords?
What is your approach for writing a bdc program? : abap bdc