SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Standing order in FI-CA

Former Member
0 Kudos

Hi everyone.

I was searching for some more info on the standing order process, but I was unsuccessfull.

The needed business scenario is like this: invoices can get distributed in two ways. First is the ordinary one where invoices get printed and sent to the customers; customers then pay the invoices and the payment is displayed on the electronic bank statement.

The other one is the option where the customer signs a contract with the bank, saying the bank has the authority to pay the invoice for the customer. The process is then as follows:

- bank monthly sends the text file with specific structure to the company, to inform about the customers who have signed the contract for that way of payment (new customers)

- the company sends text file with specific structure to the bank, whenever the invoice process is done

- the bank then returns the file with the errors (for example, the payment didnt pass due to negative balance on customer account; the customer account has been revoked; etc)

The amount of the invoice is not the same every month (the contract with the bank doesnt include the amount). The contract lasts untill one of the parties revokes it (it is not time limited).

I have several questions on this issues:

- is using standing order the correct way to do it, and if so, are there any information on the topic available?

- is there another way of solving this, using some other FI-CA functionality?

Any ideas regarding this scenario would be appreciated.

Thanks in advance!

Marko

1 ACCEPTED SOLUTION

Former Member

I found the solution to this issue, in case anyone else is having the same question.

First, the difference between standing order and the direct debit is the following:

- Standing order - Payment product which enables the client to give an order to the bank to make regular payments for the same amount and execution date.

- Direct debit - A method of collection whereby the debtor gives authorization for his/her bank accounts to be debited directly.

Havin this in mind, what the business need actualy is is direct debit. And it can be done with following steps:

- defining a new payment method which will be used as incomming payment for the direct debit and assigning it to the contract accounts which will be using this payment method

- defining a method (custom development) for the data exchange regarding new customers and the customers who revoked the service with the bank

- creating separate payment run (FPY1) for this kind of payments and creating a payment medium (SE38 / SAPFKPY3) to be sent to the banks

- defining returns processing for the failed payments (FP09)

Marko

View solution in original post

1 REPLY 1

Former Member

I found the solution to this issue, in case anyone else is having the same question.

First, the difference between standing order and the direct debit is the following:

- Standing order - Payment product which enables the client to give an order to the bank to make regular payments for the same amount and execution date.

- Direct debit - A method of collection whereby the debtor gives authorization for his/her bank accounts to be debited directly.

Havin this in mind, what the business need actualy is is direct debit. And it can be done with following steps:

- defining a new payment method which will be used as incomming payment for the direct debit and assigning it to the contract accounts which will be using this payment method

- defining a method (custom development) for the data exchange regarding new customers and the customers who revoked the service with the bank

- creating separate payment run (FPY1) for this kind of payments and creating a payment medium (SE38 / SAPFKPY3) to be sent to the banks

- defining returns processing for the failed payments (FP09)

Marko