Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

data element and domain.

Former Member
0 Kudos

can we create a dataelement with out domain..?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi..,

<b>Yes we can create data element without domain!!

but u need to select the Predefined type radiobutton in the LINE TYPE of the data element !! then onli u can give ur own type </b>

Here are the differences between data element and domain !!

1) according to the definition...

domain gives the techincal attributes of the data object.

( techincal attributes - data type , length , decimal places, uppercase or lowercase etc...)

data element gives the descriptional attributes of the data object.

( descriptional attributes - The business functionality of the object )

2)

One data element can have onli one domain...

One domain can be attached to no .of data elements..

The best example is..

suppose say in your Organization .. employee id's will be there..

for this suppose say u have created a domain of TYPE CHARACTER and LENGTH 5. ( the value ranges are Z0000 to Z9999 )

and u have attached this to a data element .. at this data element level u will give the business functionality of the object.. say the description is Employee ID.

and you will have Departments in your organization ..

for this suppose say u are using the same domain that u have used for User ID's... but using different series of numbers.. ( A0000 to A9999 )

now u will assign this domain to another data element .. for this data element the desctiption is Department ID.

so u have used the same domain for different data elements, which different business functionalities....

**********************************************

The main advantage of these data elements and domains is the Maintainability ( using the same multiple times )

Hope u have understood...

regards,

sai ramesh

14 REPLIES 14

Former Member
0 Kudos

Yes,

You Can

in SE11

enter the field name

Press predefined Type

Enter Type as CHAR length some 10

you can create by entering different data types.

reward if useful

regards,

Anji

Former Member
0 Kudos

Hi tangirlala,

1. Yes we can create.

2. In se11, while creating data element,

we can choose the radio buton

PREDEFINED TYPE.

3. There we can simply enter the data type. (instead of domain)

regards,

amit m.

Former Member
0 Kudos

take built-in data types , like DATS , CHAR .

in se11.

Regards

Prabhu

Former Member
0 Kudos

hi

yes we can write with out data element

we can use same elemant and domain in differant fields

Former Member
0 Kudos

Yes you can create

you can give a reference to Pre defined type , check in Se11 , you can find one radio button <b>reference to Pre defined type</b>

Former Member
0 Kudos

in se11 while creating table enter the dataelement name.

double click it.. It ask to create new one click yes.

in tht screen instead of giving domain name click predefined data type radio button.

Now specify the data type & length

Former Member
0 Kudos

Enter a 'predefined type' while creating a Data Element.

Former Member
0 Kudos

Yeah

you can use Built-in type in which you can specify the type & length of field

and by referring existing data element

Thanks

Sandeep

Former Member
0 Kudos

hi,

yes we can create

pls reward if it is helpful

regards,

sangeetha.a

0 Kudos

hi

yes we can create a data element without a domain.if we create data element with out a domain then that data element can't be reused for other tables.

if helpful reward some points,

suresh babu.

Former Member
0 Kudos

<>

Message was edited by:

Chandrasekhar Jagarlamudi

Former Member
0 Kudos

Hi,

Yes, u can create a data element with out a domain.

While creating data element u will have option to enter name of domain or predefined type or reference type.

This means u should give data type.

Regards

Giridhar Karnam

Former Member
0 Kudos

Yes, we can create dataelement without domain,

select the radiobutton predefined type while creating and give any predefined data type.

Example: Data type:CHAR

Length :10

Former Member
0 Kudos

Hi..,

<b>Yes we can create data element without domain!!

but u need to select the Predefined type radiobutton in the LINE TYPE of the data element !! then onli u can give ur own type </b>

Here are the differences between data element and domain !!

1) according to the definition...

domain gives the techincal attributes of the data object.

( techincal attributes - data type , length , decimal places, uppercase or lowercase etc...)

data element gives the descriptional attributes of the data object.

( descriptional attributes - The business functionality of the object )

2)

One data element can have onli one domain...

One domain can be attached to no .of data elements..

The best example is..

suppose say in your Organization .. employee id's will be there..

for this suppose say u have created a domain of TYPE CHARACTER and LENGTH 5. ( the value ranges are Z0000 to Z9999 )

and u have attached this to a data element .. at this data element level u will give the business functionality of the object.. say the description is Employee ID.

and you will have Departments in your organization ..

for this suppose say u are using the same domain that u have used for User ID's... but using different series of numbers.. ( A0000 to A9999 )

now u will assign this domain to another data element .. for this data element the desctiption is Department ID.

so u have used the same domain for different data elements, which different business functionalities....

**********************************************

The main advantage of these data elements and domains is the Maintainability ( using the same multiple times )

Hope u have understood...

regards,

sai ramesh