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 base tables of an aggregate object? : abap data dictionary
How many types of data classes are there in sap?
What is smart forms? : abap hr
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What are the disadvantages of using explicit enhancement?
What is the role of ‘refresh’ in internal table?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
Explain the data types of internal tables?
What are the differences between a database index and a match code? : abap data dictionary
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What is the maximum number of match code id's that can be defined for one match code object ?
What are the screen painter and menu painter?
What is the differences between structure and table in the data dictionary in abap?
Is a logical database a requirement/must to write an abap/4 query?
How can you manipulate the presentation and attributes of interactive lists?