0 votes
in SAP ABAP by
How many types of internal tables are there?

a) 1

b) 2

c) 3

d) 4

1 Answer

0 votes
by

c) 3

There are three types of Internal Tables in SAP

  • Standard Tables. Access by linear table index or key. Response time proportional to table size.
  • Sorted Tables. Filled in sorted order. Access by linear index or sort key. Response time logarithmically proportional to table size.
  • Hashed Tables.

Related questions

0 votes
asked Apr 13, 2022 in SAP ABAP by john ganales
0 votes
asked Apr 24, 2022 in SAP ABAP by sharadyadav1986
...