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
What are the differences between macro and subroutine?
Explain the difference between tables and structures?
What is database view ? : sap abap data dictionary
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
How do you read files from the presentation server ? : abap bdc
Can i Have Some Realtime Examples On Modulepool programming.
Explain what are the events used in interactive reports?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
How can we achieve MVC ?
Why are insert and append statement used in sap abap?
Explain what is a logical database?
What are the differences between the table and the structure in the data dictionary in the sap abap?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What is the difference between native sql & open sql? : abap data dictionary
How to find the return code of a statement in abap programs?