pradeep


{ City } pune
< Country > india
* Profession * abap programmer
User No # 80342
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 17
Users Marked my Answers as Wrong # 4
Questions / { pradeep }
Questions Answers Category Views Company eMail




Answers / { pradeep }

Question { 36584 }

What are the types of tables in SAP?


Answer

SAP ABAP table types:-->

1)Transparent Table: Exists with the same structure both in
the dictionary and database exactly with same data and
fields. it's to store transaction data. It's one to one
relation table

2)Pool tables: These are logical tables must be assigned to a
table pool when they are defined. its use to store control
data. its many to one relation table

3)Clustered tables: these also logical tables and must be
assigned to table cluster when they are defined. Its also
used to store control data. used to store temporary data or
text ex., documentation. It's also many to one relation
table.

4)Internal Table such as..
1)standard Table..2)Sorted Table..3)Hashed Table..

Is This Answer Correct ?    17 Yes 4 No