1.

What Is The Importance Of Technical Settings While Creating A Table In Abap Dictionary?

Answer»

Technical settings allow you to OPTIMIZE the storage requirements and table access behavior of database tables.

Technical Setting comprises of the following COMPONENTS:

  • Data Class: Designates the table to an area in the physical database where similar tables are grouped.
  • Size Category: Identifies the amount of disk space that will be REQUIRED to hold the data records for a table in the database.
  • Buffering: Determines whether table records will be ACCESSED directly from the database server or from global memory.
  • Logging: Creates before and after images of changes to the table of contents. Logging must be activated by the profile when the SYSTEM is started.

Technical settings allow you to optimize the storage requirements and table access behavior of database tables.

Technical Setting comprises of the following components:



Discussion

No Comment Found