cancel
Showing results for 
Search instead for 
Did you mean: 

domain

Former Member
0 Kudos

what is domain for what i need it

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

A table is composed of fields. To create a field you need a data element.A data element's definition requires a <u><b>domain</b></u>.

The domain contains the technical characteristics of a field, such as the field length and data type.

When you create a new field, you must decide whether to create a new domain or reuse an existing one. To make this decision, determine whether the data type or length of your field should be dependent on an existing SAP field. If your field should be independent, create a new domain. If your field should be dependent, reuse an existing SAP domain. Similarly, you should reuse data elements if your field labels and documentation should change when SAP changes theirs.

please go through the link for further documentation

<a href="http://cma.zdnet.com/book/abap/ch03/ch03.htm">The Data Dictionary</a>

if this finds useful please reward points

Regards

Anoop

Answers (6)

Answers (6)

Former Member
0 Kudos

Simply..

Domain gives the <b>technical attributes</b> for a particular field like length, and data type etc.

when u create a field in the table we need to create it and u can reuse this any where in table creation.

Assign the points.

Thanks

eswar

Former Member
0 Kudos

hi Liat,

The domain contains the technical characteristics of a field, such as the field length and data type.

use..

A data element's definition requires a domain ..

To create a field you need a data element..

To create a field, you usually start by creating a domain for it... In this case, you might create a generic telephone number domain, name it zphone and give it a data type of CHAR and a length of 12.

regards

satesh

former_member635028
Active Participant
0 Kudos

hi,

A domain defines a value range. A domain is assigned to a data element. All table fields or structure components that use this data element then have the value range defined by the domain. The relationship between the field or component and the domain is thus defined by the data element of the field or component.

i think this will help u out.

thanks,

sreevani

former_member188685
Active Contributor
0 Kudos
Former Member
0 Kudos
Former Member
0 Kudos

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.

Hope it helps,

Regards,

Bikash