In ABAP what are the differences between table and structure in data dictionary?
Answer Posted / chaitanya
The difference between structure and table is
a) Data can be stored physically in Table, but a structure cannot
b) Structure does not have primary key but table can have
c) Table can have the technical attribute but the structure does not have
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Master data and Transaction data?
What is the difference between Enhancement point and Enhancement Section?
How do you find Function Exit?
What is the difference between Implicit Enhancements and Explicit Enhancements?
In realtime do we configure ALE systems or Administator will take care of that?
What are the types of Function Modules? What is an UPDATE function module?
What is the difference between INSTANCE methods and STATIC methods?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?
What is the difference between inner joins and outer joins?
What is the difference between BDC and BAPI?
How can we identify User exits in our screen?
What is the difference between User Exit and Function Exit?
What is the difference between RFC and BAPI?
What do you mean by table control???Where will we use this?
Explain what is a foreign key relationship?