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: 

Standard FIeld

Former Member
0 Kudos
136

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

6 REPLIES 6

former_member555112
Active Contributor
0 Kudos
96

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

Former Member
0 Kudos
96

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

former_member585865
Contributor
0 Kudos
96

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.

Former Member
0 Kudos
96

Hi,

Please use field exit for your issue.

Aswarth

Former Member
0 Kudos
96

Hi,

You can create a Z field with the required size and use that instead.

Former Member
0 Kudos
96

Closing My theard.

Thanks to all who responded postively