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: 

Post Payment not Clarify but on Account for payment batch

Clemenss
Active Contributor
0 Kudos

Hi,

this is FI-CA account current.

My customer processes distribution batches. The Clearing control finds the account but not an open item with same due date. Now the payment is posted for clarification.

In clarification we can set a flag to post it on account.

We would like to do this automatically during payment batch processing.

Thanks for any idea - hope I'm right here.

Regards,

Clemens

Edited by: Clemens Li on Oct 18, 2011 5:43 PM

2 REPLIES 2

eduardo_hinojosa
Active Contributor
0 Kudos

Hi Clemens,

What tcode are you using?

Regards

Eduardo

Clemenss
Active Contributor
0 Kudos

Well,

it is more complex than expected, but now solved:

A functional guy told me that for the payment batches the posting on account was generally switched off - no way to accomplish it.

Only payments with all selection values exactly matching an open item resulted in clearing this item. Whenever a settlement run for the account had cleared open items due and a payment came later, the processing could not find the open item.

So what dis we do: We allowed posting on account generally. Now, in FI-CA exit 111, the standard IS-U creates a payment-on-account. We extended the exit, search for a cleared item with exact selection criteria. If it exists, OK, post on account. If not, we destroy the on-account information and the payment goes to clearance.

But this is very special situation for special requirements in German deregulated energy market, so probably not of much interest.

Regards,

Clemens