How do you define an internal using types?
Answer Posted / vijay
We can define internal tables in different ways. One way is
by using types.
ex:
DATA: ITAB TYPE STANDARD TABLE OF KNA1.
Instead of standard table , we can use hashed table, sorted
table also.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Difference between Read and Get cursor?
What is a data dictionary? : abap data dictionary
From Excel to ABAP - Is batch mode possible ?
What are logical data bases used in hr module? : abap hr
What is a match code? : abap data dictionary
What is the difference between refresh and free statements?
What are the advantages and disadvantages of different types of bdc's?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is a predefined type in abap?
What do you do when the system crashes in the middle of a BDC batch session?
What is off cycle payroll run
Differentiate between transparent tables, cluster tables and pooled tables
What has to be done to the packed fields before submitting to a BDC session.
What are the different types of internal table?