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 Values in Domain

former_member212005
Active Contributor
0 Likes
3,226

Hi,

Can anybody tell me what is the maximum permitted length for a fixed value that we define in domain.....

It is not allowing me more than 10 characters....even when I have defined my Domain to be of 20 characters..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,550

Hi vin,

Thomos is correct, maximum fix.Value length 10.

Just press F1 on the field goto technical information there you can see the

dataelement and doubleclick on that dataelement.

regards,

sateesh.

Hi,

Can anybody tell me what is the maximum permitted length for a fixed value that we define in domain.....

It is not allowing me more than 10 characters....even when I have defined my Domain to be of 20 characters..

8 REPLIES 8
Read only

ThomasZloch
Active Contributor
0 Likes
2,550

10 is the maximum, see field length of DD07L-DOMVALUE_L.

Thomas

Read only

Former Member
0 Likes
2,550

Yes,

if you check DD07D-TVALUE, it is of 10 chars

Read only

Former Member
0 Likes
2,550

Hi,

At max a domain name can be upto 30 characters, it should start with Z or Y and Its value can be 10 characters.

Regards,

Thilotham.

Edited by: Kandula Thilotham Reddy on Jun 11, 2009 2:14 PM

Read only

Former Member
0 Likes
2,550

Its only 10 characters...

~Nanda

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,550

The maximal length of [domain|http://help.sap.com/saphelp_nw70/helpdata/EN/5e/f938361329ec5ae10000009b38f889/frameset.htm] values is 10 cause of DOMVALUE_L data element length.

If you need longer values, you have to build a database table to store the values and attach it to the domain. (You may also build a text table associated and a maintenance dialog of course)

- [Value table|http://help.sap.com/saphelp_nw70/helpdata/EN/e2/667092730811d2959500a0c929b3c3/frameset.htm] has usually fields MANDT (optional) and the domain key

- Text table MANDT (optional), SPRAS, the key and a text field, [foreign key of type text|http://help.sap.com/saphelp_nw2004s/helpdata/EN/cf/21ea77446011d189700000e8322d00/frameset.htm] to the previous table

Regards,

Raymond

Read only

Former Member
0 Likes
2,551

Hi vin,

Thomos is correct, maximum fix.Value length 10.

Just press F1 on the field goto technical information there you can see the

dataelement and doubleclick on that dataelement.

regards,

sateesh.

Read only

0 Likes
2,550

Hi,

At max you can take just 10 characters... But You can also use value table for the same

Read only

0 Likes
2,550

Thanks for the reply!