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: 

How to increase fixed value range in domain level

Former Member

Hi Gurus

My values contain above 10 characters length,but fixed values can taken only upto 10 characters.how to increase length.

please provide solutions for this its high recommended.

i am using for this for drop down list in MPP.

7 REPLIES 7

raymond_giuseppi
Active Contributor
0 Kudos

If available values are actually greater than domain length, increase domain length (only customer field, don't change standard SAP fields), else this is an inconsistency. Or give shorter codes and give a text that will appear in dropdown list, or play with a conversion exit (may require a value table)

Regards,
Raymond

Former Member
0 Kudos

Hello Hemanth,

I am not sure why you are using values of type char with length more than 10 chars, Ideally the value which would be manipulated would be different to what would you show to users.

So you use fixed values to distinctly identify different values, it could be short text but in description you have text which clearly depicts the different values in plain text.

Regards

Anurag Chopra

ronaldo_aparecido
Contributor
0 Kudos

Hi

hemanth

What the transaction?Standard?

Show the code.

Show the field.

Thanks.

Former Member
0 Kudos

It's not possible to increase the size of fixed value in domain. Max is 10 chars. But you  can mention it in short text of fixed value it will appear in drop down of module pool prog.

Former Member
0 Kudos

Hi Hemath,

Fixed values are used to uniquely identify different values possible. So please use below 10 characters to identify them. Instead for use in drop down mention description(Short Descript. field)) in the adjoining field to fixed values in value range of domain.

Regards,

Sheetal.

0 Kudos

Hi,

I don't think so you increase the domain value length. If you see it in DD07l (n  R/3 DD: values for the do) table the length would be the CHAR 10.

I would suggest  create the new  check table and validate the filed.

Thanks,

Kiran.

Former Member
0 Kudos

10 characters is the Max limit..

one solution is , try to use value table for the same!!!