Application Development and Automation 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: 
Read only

without creating domain, can i create data element ?

Former Member
0 Likes
4,600

without creating domain, can i create data element, any procedure are there ?

10 REPLIES 10
Read only

Former Member
0 Likes
2,305

hi,

ya you can create a data element using a predefined type like c,n,d,t,i

regards,

Navneeth.K

Message was edited by:

Navneeth Bothra

Read only

Former Member
0 Likes
2,305

Hi....

Yes you can create..

while creating a data element instead of giving domain there is a radio button<b> (predefined type)</b>

select this radio button and give your datatype here......

regards,

Suresh......

Read only

Former Member
0 Likes
2,305

hi,

yes u can do that using predefined data types as char etc....

regards,

kiran kumar k

Message was edited by:

kiran kumar

Read only

Former Member
0 Likes
2,305

Hi,

No you cannot create a data element without a domain. Domain is the technical attributes of a particular field. Field should be defined with particular length and type.

Regards,

Kannaiah

Read only

Bema
Active Participant
Read only

Former Member
0 Likes
2,305

Hi,

Yes u can create a dataelement without a domain.

But you have to use <b>predefined Type</b>.

<b>Either domain or Predefined Type you have to use.</b>

Regards,

Read only

Former Member
0 Likes
2,305

No you cannot!

Domain is a technical attribute and data element is description part. And dataelement should always be attched to domain.

Regards

Read only

Former Member
0 Likes
2,305

Hi Nagaraju,

Yes you can create a data element without a domain.

But you have to use predefined Type.

In SE11 when you are creating a data element you have two radiobuttons for elementary data type - 1. Domain 2. Built in type.

You can use either of them for defining your data element.

Hope this helps!

Regards,

Saurabh

Read only

Former Member
0 Likes
2,305

hi

adding to above

yes, u can create a data element with out refering to a domain by using

BUILT-IN tab which is availble on screen .

At the same time u can create a FIELD without refering to DATA ELEMENT by using BUILT_IN type.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,305

Yes you can, when creating data element use either "Elementary type" and "Built in type" then Datatype, length and decimal or use "Reference Type" and give the name of a class interface.

Regards