2009 Jun 01 12:27 PM
I have on field that one is 35 char size,
actually we are retriving data from standard table for this field.
but now user requirement is they want to maintain data upto 40chars.
How it is possible,this one is a standard field is there any way to change the standard field size...
please help me regarding this
2009 Jun 01 12:29 PM
Hi,
Incase it is a standad field; then its length cannot be changed directly.
You will need to have an access key to change its length but it is not recommended as SAP might use the domain associated with it fo several other data elements.
Regards,
Ankur Parab
2009 Jun 01 12:35 PM
Hi,
Create one custom field is having the size 40 (Zfield) that should be attached with the table. You can use that to retrive and modify the field in the Table.
Regards
Thiru
2009 Jun 01 12:39 PM
Hi Sekhar,
Just Create a Field in the standard field using append structure then you can give your length of the field according to your needs.
2009 Jun 01 12:46 PM
2009 Jun 01 12:58 PM
Hi,
You can create a Z field with the required size and use that instead.
2009 Jun 25 1:57 PM