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
Synchronous and asynchronous methods in BDC ?
There are 1000’s of IDOCs in your system and say you no longer need some of them? How will you get rid of those IDOCs?
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 are the standard IDOC's used?
How can we identify User exits in our screen?
How to release an object?
Can you describe the events in ABAP?
What is the difference between VIEW and a TABLE?
What is the difference between SAP memory and ABAP memory?
What is the difference between .Include Structure and .Append structure?
How do you find BAPI?
What is the difference between Implicit Enhancements and Explicit Enhancements?
What is the difference between INSTANCE methods and STATIC methods?
What do you mean by Inbound and Outbound interface?
What is the difference between RFC and BAPI?