2009 Jun 11 1:06 PM
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..
2009 Jun 11 1:20 PM
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.
2009 Jun 11 1:10 PM
10 is the maximum, see field length of DD07L-DOMVALUE_L.
Thomas
2009 Jun 11 1:10 PM
2009 Jun 11 1:13 PM
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
2009 Jun 11 1:16 PM
2009 Jun 11 1:19 PM
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
2009 Jun 11 1:20 PM
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.
2009 Jun 11 1:23 PM
Hi,
At max you can take just 10 characters... But You can also use value table for the same
2009 Jun 11 1:26 PM