cancel
Showing results for 
Search instead for 
Did you mean: 

Partial Amount Write-off using BAPI's

navneet
Discoverer
0 Kudos
112

Hi All

We are trying to a partial amount write-off in a custom application (to enable mass write-off's) by calling the BAPI - BAPI_CTRACDOCUMENT_WRITEOFF, but it is not supported

The configuration is there to support partial-writeoffs and we can do the partial write-off via the standard t-code FP04 succesfully.

Is there a way to do partial write-off using the standard BAPI's or FM's? We don't want to create a new document id.

Best Regards

Navneet

Accepted Solutions (0)

Answers (1)

Answers (1)

SaschaWenzel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Navneet.

The most simple way to split open items, especially when you source is another system, is FM FKK_CRM_ACCOUNT_ITEM_SPLIT. Or you directly use FKK_OPEN_ITEM_SPLIT.

You said you want to have a custom application for mass write-offs, why do you don't use tx. FP04M then? In FI-CA event 5015 you can also add your own coding for the selection, partial write-offs should be supported, as far as I remember.

Regards,

Sascha