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: 

Increasing width of "Document Header text" BKTXT field of BKPF table

Former Member
0 Kudos
1,739

Hello All

The FI Module end users want that the Document header text field of BKPF table (bktxt) which is by standard fixed at

25 chars be increased to 100 characters as it is too less for document description.Can you guide me if this is feasible.

I personally dont feel it is a good idea as finance tables affect others tables too.

Many Thanks

1 ACCEPTED SOLUTION

former_member186741
Active Contributor
0 Kudos
471

If the users need a new field you could add one via a customer include as an append at the end of BKPF. BUt if you do that you will also need to code changes to include the new field on a custom screen exit. If they really just want somewhere to store more text they could use extras->texts from FB01/2 which gives them unlimited space to put comments in.

2 REPLIES 2

Former Member
0 Kudos
471

hi,

as you rightly said, you should nt modify the length of standard SAP fields. It might other applications. please look at other workarounds for a solution

Regards

arun

former_member186741
Active Contributor
0 Kudos
472

If the users need a new field you could add one via a customer include as an append at the end of BKPF. BUt if you do that you will also need to code changes to include the new field on a custom screen exit. If they really just want somewhere to store more text they could use extras->texts from FB01/2 which gives them unlimited space to put comments in.