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

fixed value in domain

Former Member
0 Likes
2,662

Hi

I have created a domian of char 18.. but when i try to put the fixed value in the value range of domain it just excepts 10 char.. can any one help me increase this size..?

Thanks.

Hi

I have created a domian of char 18.. but when i try to put the fixed value in the value range of domain it just excepts 10 char.. can any one help me increase this size..?

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
1,740

Fixed Domain values are stored in Table DD07L, field : DOMVALUE_L and DOMVALUE_H which can hold maximum of 10 characters.

Read only

0 Likes
1,740

no way to change it..?

Read only

Former Member
0 Likes
1,740

this cant be increased, and who needs a char18 domain with fixed values?

that be round about 1e+55 possibilities of fixed values.

Better make a domain of char 1 with fixed values. and make a texttable if you need a telling description for your options.

Read only

Former Member
0 Likes
1,740

yes fixed value size is 10 .. but you have text associated to it where in you can fill the content..

and pick the content based on fixed value ..this is possible for values limited to certain length to be noted.

Read only

Former Member
0 Likes
1,740

Hi neha gupta ,

I have not worked a lot on this but I think you can rather achieve the same using foreign key assignment(Using Check table) Or using Value Table at the domain level. Just check that.

Thanks & Regards,

Rock.