Skip to content
English
  • There are no suggestions because the search field is empty.

What is the difference between table & structure in ABAP data dictionary?

There are a lot of differences between a table and a structure in the SAP ABAP data dictionary. The first difference is data can be stored permanently in a table and data can be stored temporarily in a structure. The second difference is that a table can have a primary key but a structure does not. The last difference is a table can have technical attributes but structure does not.