PDF Automate Posting With Clearing F 28 fb05 - Compress
PDF Automate Posting With Clearing F 28 fb05 - Compress
Introduction 2
Basics steps to follow 2
Example 2
Steps to follow 3
Have the values ready for posting 3
Call the function module POSTING_INTERFACE_START 3
Call the function module POSTING_INTERFACE_CLEARING 3
Call the function module POSTING_INTERFACE_END 7
Posted Document 8
Introduction
There are business requirements where you need to automate customer clearing process (Posting with
Clearing)
Transactions being used;
•F-28
•FB05
When there are large number of customer payments, it is very difficult to process and post them
manually. By automating this process, users can minimize data entry errors too.
It is important that the payment amounts, invoice amount, bank charges, service charges, etc. match in
order to do successful posting.
The function module that used to accomplish this task actually a BDC recorded using FB05.
Basics steps to follow
•Have amounts ready for posting
•Call FM POSTING_INTERFACE_START to initiate
•Then call FM POSTING_INTERFACE_CLEARING to post
•Finally call FM POSTING_INTERFACE_END to complete
Example
Customer pays 2 payments (multiple payments) for 3 invoices (multiple invoices).
Bank deducts bank charges.
Customer Invoices
Inv 123 $200
Inv 234 $300
Inv 456 $400
Customer Payment
Payment 1
Payment 2
Bank Charges
Charge 1 $50
$450
$450
Accounting Document Entry
Posting Account Amount Entry
15 Customer -450 Customer Credit
15 Customer -450 Customer Credit
40 Bank 850 GL Debit
40 Bank 50 GL Debit
Steps to follow
Have the values ready for posting
•Company Code
•Document Date
•Posting Date
•Document Currency
•Document type
•Reference number for the accounting document
•Customer number
•Customer invoice document numbers to be cleared
•Bank account number and the amount
•Bank service charge account and the amount
Call the function module POSTING_INTERFACE_START
Call the FM with below parameters