SAP ABAP Question: Download SAP ABAP PDF

What is the difference between tables and structures?

Tweet Share WhatsApp

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 PDF Read All 161 SAP ABAP Questions
Previous QuestionNext Question
What are the check tables and value tables?Explain What are lock objects?