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

Extending BKPF

former_member185932
Participant
0 Likes
554

My client wishes to add an additional field to the BKPF table using a database Append. I have stated that they would be better to use a 'Z' table to store the additional information but it seems that we will be extending BKPF.

Does anyone have any experience of adding fields to BKPF and are there any obvious issues with doing this? (Besides all the code re-generation that will take place).

Thanks,

JB

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
452

Hi Jonathan,

extending BKPF for only 1 additional field ?

Can't you use the fields XREF1_HD or XREF2_HD

of table bkpf ?

regards Andreas

Read only

Former Member
0 Likes
452

hi JB,

First of all look at some extra fields of table bkpf which are not populated. If ur prob ll not be solved with these fields, u can add <b>append structure</b> to ur table bcoz <b>Append structures allow you to attach fields to a table without actually having to modify the table

itself.</b>

Regards,

Sal