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

Standard FIeld

Former Member
0 Likes
908

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

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
Read only

Former Member
0 Likes
868

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

Read only

Former Member
0 Likes
868

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

Read only

Former Member
0 Likes
868

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.

Read only

Former Member
0 Likes
868

Hi,

Please use field exit for your issue.

Aswarth

Read only

Former Member
0 Likes
868

Hi,

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

Read only

Former Member
0 Likes
868

Closing My theard.

Thanks to all who responded postively