Interview Questions

What is the differrences between structure and table in data dictionary in ABAP?

SAP ABAP questions and answers


(Continued from previous question...)

What is the differrences between structure and table in data dictionary in ABAP?

Structure and table both are 2/2 matrices but there are many differences between table and structure.

1. Table can store the data physically but a structure dose not store.
2. Table can have primary key but a structure dose not have.
3. Table can have the technical attribute but a structure dose not have.

structure does't contain technical attributes.
structure does't contain primary key.
structure does't stores underline database level.

(Continued on next question...)

Other Interview Questions