DDIC (Data)
DDIC (Data)
Table Structure
Tables have primary key’s. Structure’s does not have any primary key.
Table have technical settings (data class, size category, etc), Structure’s does not have any technical
maintenance attributes (Display maintenance restrictions). attributes and maintenance attributes.
5. Lock Objects:-
Lock objects is part of the data dictionary which are primarily used for
synchronisation tasks.
6.search help: - The user starts the input help to display the possible input values for
a field in a screen template.
Two types of search help,
1.Elementary search help.
2.Collective search help.
1.Elementary search help:-
The elementary search help must define where the data of the hit list should be read how
the exchange of values between the screen template and selection method is implemented.
2.Collective search help.
combine several elementary search helps.
7.Views :- view can be used to summarize data which is distributed among several
tables
Types of views.
1. Database View.
2. Help View (se54).
3. Projection View.
4. Maintenance View (se54).
8.Delivery class
The delivery class of a database table controls the transport of table data
Delivery class A
Delivery class C
Delivery class L
Delivery class G
Delivery class E
Delivery class S
Delivery class W
12.Technical Settings:-
When a table is created in the database one of the mandatory step is to assign the Technical
settings to it.
Technical settings are mainly used to define how the table will be handled when it is created in
the database, that is whether the table will be buffered and whether changes to data records of
the table will be logged.
Data class: By choosing data class some space will be allocated to the table in the database when
it is created.
Each data class corresponds to a physical area in which all the tables assigned to this data class
are stored.
a) APPL0- Which is the master data. Data which will be rarely changed.
An example of master data can be like name, employee number and telephone number.
An example of transaction data is the goods in go down which will change as per the purchases.
c) APPL2-Which is organizational data. Customizing data that is defined when the system is
installed and rarely changed.