SAP ABAP Question:
Download Questions PDF

What is the difference between tables and structures?

Answer:

Tables:
1) Data is permanently stored in tables in the database.

2) Database tables are generated from them.

Structure:
1) It contains data temporarily during program run-time.

2) No Database tables are generated from it.

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
What are the check tables and value tables?Explain What are lock objects?