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

Table creation

Former Member
0 Likes
373

hi all i have a doubt please clarify this imm points allotted for all help ful answers

here is my requirement.

field dataelement datatype lengt

status yiamstatus(i need to create) char 3

values:

NEU

ANF

GEN

like this is the re quirement how can i get values in dataelement.and i did not have any domain here datatype is char but its length is not 3 how can i do.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
352

Hi Babita,

You have to define a domain and maintainvalues at Fixed value range ( NEU, ANF and GEN). Then assign that domain to your data element.

Lanka

3 REPLIES 3
Read only

Former Member
0 Likes
353

Hi Babita,

You have to define a domain and maintainvalues at Fixed value range ( NEU, ANF and GEN). Then assign that domain to your data element.

Lanka

Read only

Former Member
0 Likes
352

Hi Babita,

In order to restrict ur data element for the specified values u need to ceated a domain.

If you use predefined type for domain say char then u cant restrict the dataelement for these values.

Thanks & Regards,

Ankur

Read only

Former Member
0 Likes
352

Hi Babita,

you cannot assign values to data element, you need to assign values to domain, so you need to create the domain and attach it to your data element.

if you want the values then you can define , under tab value range =>fixed values and corresponding text.

regards

vijay