SAP ABAP Question:
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.
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.
Previous Question | Next Question |
What are the check tables and value tables? | Explain What are lock objects? |