Answer Posted / jayati saha
IN SAP there are mainly two types of tables.
DATAbase tables - Which contains permanent data and which
are in data dictionary.
Internal tables - Which are temporary, does not contain
persistent data and does not exist in dictionary also.
Database tables are of three types.
Transparent tables
Pooled tables
Clustered tables
Internal tables are of three types.
Index tables
Sorted tables
Hash tables
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Some Realtime Examples on Exits .
What is the different between abap and ooabap? Why do we use ooabap?
Can we write the code both call transaction and session method in single program?
What are the dynamic actions and how to configure it? : sap abap hr
Can you create an internal table dynamically?(at run time)
what is abstract classes
Example of table cluster and cluster tables.
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
Have you processed BDCs ?
What is client in the sap system? : sap abap hr
if while coding power goes off , how to retrieve the codes?
What is a multiple line field?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
Can you print decimals in type n? What is difference between float and packed data type?
when do you need to create an internal table with header line ? and with out a header line?