cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Automatic CO-PA characteristic value derivation in FPE1 (FI-CA)

former_member711421
Discoverer
0 Kudos
1,262

Hi All,

We would like to derive CO-PA characteristic value for customer group(KDGRP) automatically based on Account class field (FKKVKP-KTOKL) automatically in FPE1.

That is, If Account Class is 0001 (Domestic Customers), it should derive 06 (domestic customers) for customer group field. Likewise for other values.

I am in search of appropriate exit or FQEVENT to write this code.

I checked there is one integration node under SAP Utilities->Contract Billing->Integration Reporting->Integration Profitability Analysis->Define Characteristic Derivation for Actual Postings. But, this configuration only helps in deriving CO-PA characteristic values while IS-U billing. It does not help in FPE1.

Another way is manual derivation using profitability analysis tab which appears in FPE1 after an error message KI235 “Account 40050060 requires an assignment to a CO object”. But we would like to derive this automatically and not manually.

Any suggestions how can be derive CO-PA characteristic values automatically in FPE1?

Regards,

Viraj.

Accepted Solutions (0)

Answers (1)

Answers (1)

SaschaWenzel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Viraj.

Can't give you a satisfying answer, I had a solution approach in a project two years ago, but never implemented it. Take a look at FQEVENT 1100, this is the correct place to fill PAOBJNR. But you have to provide the required values to structure COBL somehow, my idea was to have a mapping table like in Convergent Invoicing (table TFK2610), where you can map data from DFKKOP/K to CO-PA fields. Please let me know if it worked.

Regards,

Sascha

former_member711421
Discoverer
0 Kudos

Hi Sascha,

Thanks for the proposed solution. I will implement it and let you know the feedback.

Regards,

Viraj.

former_member711421
Discoverer
0 Kudos

Hi Sascha,

I checked FQEVENT 1100. Customer function module is not allowed for FQEVENT 1100. If you see the tick mark of "No Cus. Mod" is active against ISU_EVENT_1100 in FQEVENT 1100. So, we cannot implement customer specific event for 1100.

Regards,

Viraj.

SaschaWenzel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Viraj.

TFKFBS-NOCUS = X for FBEVE 1100, I forgot. So I do not see another chance to automatically derive the values.

BR,

Sascha