‎2007 May 08 10:03 AM
Hi All,
While creating a Domain with data type 'CHAR', No. characters 13, in Value Range > Fixed Value i had given 'TEST_MATERIAL' but it only takes first 10 Characters (TEST_MATER). I wan to display all characters.
how can I solve it.
Points Assured.
Regards,
Suresh
‎2007 May 08 10:15 AM
Hi
Fixed value can b assigned upto 10 characters only.
go for short description(within 10 char) OR
Prepare value table and assgin.
‎2007 May 08 10:06 AM
single value field length is 10 char , so u cannt maintain 13 chat value.
<b>DOMVALUE VAL_SINGLE CHAR 10 0 Single value</b>
Regards
prabhu
‎2007 May 08 10:07 AM
Hi,
In the definition tab, pass value as 13 to Output length.
Best regards,
Prashant
‎2007 May 08 10:08 AM
Yes. You can not specify more than 10 as the domain length is 10 (DOMVALUE).
You have to go for the value table. Tht's the only option.
‎2007 May 08 10:18 AM
Hi Prabu / Dragon,
Is there any other way to acheive this?
I had already assigned the output length as '13' . Still I'm not get the required.
Regards,
Suresh
‎2007 May 08 10:22 AM
‎2007 May 08 10:24 AM
Hi here the problem is not your length.
The standarad SAP length for the value field is 10. So even if your domain has length more than 10 the value field cannot accomodate that length.
So no option ... you must go for Value Table.
Also the fixed ranges are mostly for numbers... tht's why they have fixed the max length as 10 which is large in case of numbers...
Better to go for Value Table. I have tried that and is working fine.
‎2007 May 08 10:30 AM
Hi Dragon,
How can I do it invalue table. can u give me steps to proceed.
Regards,
Suresh
‎2007 May 08 10:46 AM
create a table -->ztext and maintain values in that .
assign this value name in the value table field of that DOmain. Just below the fixed value screen.
Regards
Prabhu
‎2007 May 08 10:53 AM
Hi Prabhu / Dragon,
Below steps i have followed.
SE11 > DB table name (ZSITE_VT) > Description > Delivery class (A) > Display / Maintenance allowed with restrictions > Save > in fields tab what i have to fill and guide me in further steps.
Regards,
Suresh
‎2007 May 08 10:09 AM
Hello Suresh
You cannot do that because the domain DOMVAL is a CHAR10 type. Either you shorten the fixed value and give a reasonable description or you use a value table.
Regards
Uwe
‎2007 May 08 10:15 AM
Hi
Fixed value can b assigned upto 10 characters only.
go for short description(within 10 char) OR
Prepare value table and assgin.
‎2007 May 08 10:16 AM
hi,
though u might have given datatype char and no. of chracters as 13 in domain definition,
u might have forgot to change the 'output length' to 13.
check <b>output length</b> field in domain definition.
‎2007 May 09 10:21 AM