cancel
Showing results for 
Search instead for 
Did you mean: 

FPE2M - Line Item Split

paresh_vanjara
Participant
0 Kudos

Hi,

We have business requirement to split open item based on specific logic after line item is posted similarly like FPE2M (Line item Copy and Split Functionality).

So I'm looking for BAPI or program through which it can be achieved as manual correction of individual entry is not viable.

Kindly share your suggestion / opinions if you have work on such requirement in past.

BR,

Paresh

Accepted Solutions (1)

Accepted Solutions (1)

rahul_chakrabortysap
Participant

Hello Paresh,

You can use the FM 'FKK_OPEN_ITEM_SPLIT' in you custom program for the splitting purpose based on the required business rule, where you need to provide the original document in the I_FKKOP structure and splitting amount in the table T_SPLIT.

But the only constraint is there is no standard FM where you can provide multiple documents in this regard. Therefore You need to call this FM in a loop for all the original documents as per your selection.

Hope it helps.

Regards,

Rahul

paresh_vanjara
Participant
0 Kudos

Rahul,

Thanks for your valuable feedback. Let me check and revert if it is working.

Thanks and Regards,

Paresh

Answers (1)

Answers (1)

Former Member
0 Kudos

Rahul,

Yes. It is working. Thanks.

Regards,

Paresh