Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
20 views1 page

Abap

Uploaded by

ambya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

Abap

Uploaded by

ambya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

 Domain

A domain describes the technical attributes of a field, such as the data type or the number of
positions in a field. The domain defines primarily a value range describing the valid data values for
the fields referring to this domain.

Different technical fields of the same type can be combined in a domain. Fields referring to the same
domain are changed at the same time when a domain is changed. This ensures the consistency of
these fields.

 Primary Key foreign key

A primary key is a field or combination of fields that uniquely identify a record in a table, so
that an individual record can be located without confusion. A foreign key (sometimes called a
referencing key) is a key used to link two tables together.

 Data element:

Data elements describe the individual fields in the ABAP Data Dictionary. they are used to
define the type of table field, structure component or row type of a table.

 Check Table:

The ABAP Dictionary allows you to define relationships between tables using foreign keys .


A dependent table is called a foreign key table, and the referenced table is called
the check table. Each key field of the check table corresponds to a field in the foreign
key table.

 Database utility

The database utility is the interface between the ABAP Dictionary and the


relational database underlying the SAP System. The database utility allows you to edit
(create, delete and adjust to changes to their definition in
the ABAP Dictionary) database objects derived from objects of the ABAP Dictionary.

You might also like