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: 

Update Custom fields in DFKKOP table

Former Member
0 Kudos

Hi all,

I have a requirement of updating 2 custom fields Project Id and Location description in DFKKOP table, the data is coming from SD while invoicing to FICA.

I am using FQEVENT 4000 to update the fields using structure FKKRW_ACCIT, but it is not updating the table.

Is there any other Event that needs to be updated for the same?

Quick Response would be appreciated.

Regards,

Ginni

1 ACCEPTED SOLUTION

paul_bakker2
Active Contributor
0 Kudos

Hi,

This rings a bell... if I remember right, you have to check that your FKKOP custom fields have been added to all the relevant structures.

For example, did you add the custom fields to structure FKKRW_FKKOP ?

I have used event 4000 in the past, and it definitely works for standard DFKKOP fields. Try debugging 4000 to see where the custom value is 'lost'.

cheers

Paul

2 REPLIES 2

paul_bakker2
Active Contributor
0 Kudos

Hi,

This rings a bell... if I remember right, you have to check that your FKKOP custom fields have been added to all the relevant structures.

For example, did you add the custom fields to structure FKKRW_FKKOP ?

I have used event 4000 in the past, and it definitely works for standard DFKKOP fields. Try debugging 4000 to see where the custom value is 'lost'.

cheers

Paul

0 Kudos

Thanks Paul for the quick response, yes the fields were missing in some of the structures and this structure was one of them.

Regards,

Ginni