cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to Update DFKKOP

Former Member
0 Kudos

Hi,

I need to update database table (DFKKOP) . Is there is any function module to update that? I need to update the dunning procedure.

Accepted Solutions (1)

Accepted Solutions (1)

william_eastman
Advisor
Advisor
0 Kudos

Sriram:

As with any update process, please always investigate the availability of standard BAPI or method. With that in mind, you should have been able to find BAPI_CTRACDOCUMENT_CHANGE which can be used to perform the update.

regards,

bill.

Former Member
0 Kudos

Thanks William My problem solved.

Edited by: Sriram5999 on Dec 4, 2009 1:31 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You need Function group FKB0 "FI-CA posting interface" which hace the below FMs

FKK_CREATE_DOC Post Individual Document in Contract Accounts Receivable and Payable

FKK_CREATE_DOC_ADDITIONAL Post Additional Document

FKK_CREATE_DOC_AND_CLEAR Post Individual Document in FI-CA with Clearing of Other Documents

FKK_CREATE_DOC_MASS Post Document in Contract Accounts Receivable and Payable (Mass Data)

FKK_CREATE_DOC_MASS_AND_CLEAR Post Doc. and Clear in Contract Accts Receivable and Payable (Mass Dat

and other mass activity ones

Regards,

David

Former Member
0 Kudos

Hi,

If I am having the standard DUnning procedure. For that I need to replace with Contract account dunning procedure. For that I need any funtion module to update that.

Former Member
0 Kudos

To create an entry in DFKKOP table we can use FKK_CREATE_DOC function module.

Regards,

Siva