What Is The Importance Of Technical Settings While Creating A Table In ABAP Dictionary?
Technical
settings allow you to optimize the storage requirements and table access
behaviorof 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.
No comments:
Post a Comment