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

F-28 Reference field length restriction

Former Member
0 Likes
655

hi

In F-28 i want to restrict the length of reference field to 13 characters only.

will anybody help me to do this..

Thanx in adv.

Regards

Deepak

1 ACCEPTED SOLUTION
Read only

christine_evans
Active Contributor
0 Likes
575

You can't change the visible length of the field without making a modification to the SAP program (not a good idea). You might, however, be able to add a validation to the transaction to prevent anyone from entering more than 13 characters into this field. Have a look at transaction OB28 and at the help for validation exits.

hi

In F-28 i want to restrict the length of reference field to 13 characters only.

will anybody help me to do this..

Thanx in adv.

Regards

Deepak

3 REPLIES 3
Read only

Former Member
0 Likes
575

Hi Deepak .,

may be in Customization You can Change , But it is not possible from Technical Point of view .

please check with Fi Functional People .

thanks

Sreenivas Reddy

Read only

Former Member
0 Likes
575

you can change the field size but you need access key

Read only

christine_evans
Active Contributor
0 Likes
576

You can't change the visible length of the field without making a modification to the SAP program (not a good idea). You might, however, be able to add a validation to the transaction to prevent anyone from entering more than 13 characters into this field. Have a look at transaction OB28 and at the help for validation exits.