SlideShare une entreprise Scribd logo
1  sur  25
Télécharger pour lire hors ligne
LockBox Process in
SAP
This document depicts a Implementation,
Automation of Incoming Account Receivable
process in SAP, called as “LockBox Process”
Surya Padhi
[Friday, 24/May/2013]
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 2 of 25
Lock Box functionality in SAP ECC 6.0
OVERVIEW:
Banks offer lockbox service to help companies process incoming check payments. A company
with a lockbox account asks its customers to send check payments directly to the bank. The bank
processes the payment and transits the payment data electronically to the company either in the
BAI or the BAI2 format. The information in the Lockbox file is matched to the accounts
receivable information in the R/3 system to clear the payments against the open items.
BAI and BAI2 formates defined by the Bank Administration Institute. In practice, the standards
published by this organization are not followed strictly. Banks usually offer several variations of
each format, including the BAI and BAI2 formats that R/3 reads.
The BAI2 format is newer and contains more information than the BAI format. The main
difference between the two formats is the invoice information associated with each check.
• BAI Check, amount, invoice, invoice,...
• BAI2 Check, amount, invoice_and_amount, invoice_and_amount, ...
The extra information on the BAI2 format allows better automatic matching of payments to
customer open items when the data is imported. If automatic matching fails, your accounts
receivable (A/R) clerk must manually clear the payments against open items.
When importing a BAI format file, unless the check amount matches exactly the total open
invoice amount in R/3 (or within configured payment difference tolerances), none of the invoices
clear and the entire check enters R/3 either as an:
• “On account” posting (if the payment and invoice totals do not match)
• “Unprocessed” posting (if no customer account and no documents could be identified)
With BAI2 format files there is also a “partially applied” status. A check is partially applied
when the import program can match and clear some, but not all, of the invoices within the
check total. As a result, the hit rate—the percentage of matched invoices in each transmission—
is higher with BAI2 than with BAI.
Advantages
• Quicker check collection, thus reduces customer check flot time.
• Improves cash liquidity of payee.
• Payees need spend less time on processing payments. Thus maximize man power
utilization and reduces cost related to cash collection application.
Let us take a business case to explore the lock box functionality of SAP ECC 6.0.
Case : XYZ Inc. in manufacturere of desisel engines, sales its products in the retail market. For
better cash management and speed of cash realisation, XYZ Inc. opened a lock box account with
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 3 of 25
its banker say Bank. All sales invoices of XYZ Inc has an endrosement for customer remit all
payment to Post Box. No. 12345, Lasalle Ave, Chicago, 60001.
So every day, bank collects remittences from the lock box and process these remittences by
credit to XYZ Inc.
At the end of the day bank generates a BAI2 file and transmit to a designated place normally a
web server. XYZ Inc. Daily collects this BAI2 file from the web server and posts customer
collection.
As a business pratice, XYZ Inc has set up a tolerence 1% for overpayment and underpayment.
If XYZ receives customer payment within 1% of tolerance, these difference will be posted to
under payment or over payment account by clearing customer open items.
If the customer remittence is outside of the tolerence then the said collection will be posted to
customer as a on account payment. Subsequently on account payment will be cleared by account
receivable clark based on futher information.
If system didn’t find customer information or didn’t match customer information, then the
remittence will be credited to unapplied cash account and that can be cleared subsequently based
on available information.
In the following page, I will explain various steps involved in the lock box prcess. These steps
may vary depends on bank you are dealing with, the file format used by bank, file handling
process, middleware used for conversion of bank transmitted file and configuration done.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 4 of 25
PROCESS:
StepsStepsStepsSteps ProcessesProcessesProcessesProcesses
StepStepStepStep----1111 Customer: When XYZ Inc. bills customer ABC Inc. XYZ Inc. directs customer to mail check(s) along
with remittance advice to a post box owned by bank.
StepStepStepStep----2222 Bank: Everyday bank collects the checks mailed by customer from the designated post box and process
the check by giving credit to XYZ Inc.
StepStepStepStep----3333 Bank: Once checks are processed by bank, bank creates a flat file generally either BAI or BAI2 file and
send over to XYZ Inc. How the BAI / BAI2 file reaches to customer depends on service agreement
between bank and XYZ Inc.
StepStepStepStep----4444 XYZ Inc.: Once file received by XYZ Inc., XYZ Inc. imports BAI / BAI2 file through T.Code : FBL2. In
this step, SAP imports data and map the imported data
StepStepStepStep----5555 System generates (1) GL posting and (2) payment advices AR.
StepStepStepStep----6666 Payment Advices are used to clear AR open Items, if system matches customer and customer open items.
StepStepStepStep----7777 a. If system finds customer but amount doesn't match AR open items then, it post to customer as onononon
account paymentaccount paymentaccount paymentaccount payment.
b. If system does not find customer then amount remains un-applied. Then in subsequent step user
processed unapplied cash manually ( T.Code: FLB1)
StepStepStepStep----8888 System updates customer master data for new bank information.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 5 of 25
RFEBLB00: Transaction code FLB2 calls import program RFEBLB00. This is a umbrella
program, carries following activities in the lock box process.
• Imports the file into bank date storage or from the specified location,
• Generates the payment advices for clearing of subsidiary ledgers and does GL postings,
and
• Generates a log of the checks and postings.
This program internally calls RFEBLB20 & RFEBBU00
RFEBLB20: This program map the imported data to standard SAP data structure such as
FLB01, FLB02 etc according to BAI or BAI2 format. It then reads the data and uses data to
create payment advices as per check submitted via lock box.
Each payment advice contains important data about incoming check such as amount, invoice
number etc. Payment advices are stored in table AVIP
This program internally calls program RFEBLB30.
RFEBLB30: RFEBLB20 triggers this program through a batch job. This job generates a batch
input session that can change customer master receords to insert new MICR numbers, whenever
the customer is identified and MICR number is new. This functionality can be activated or
deactivated based on the configuration.
RFEBBU00: program RFEBLB00 triggers program RFEBBU00. It carries out what SAP calls
area specific postings depending on the configuration. Based on configuration this program post
GL posting and utilizes payment advices created through program RFEBLB20 to clear
customer open items. This configuration is available in the following path IMG ► Financial
Accounting ►Bank Accounting ► Business Transactions ► Payment Transactions ► Lockbox
►Define Control Parameters
While performing posting, this program generates following account transctions based on
configuration.
• General Ledger Posting:
Bank Incoming Clearing Account Dr.
Unapplied Cash Cr.
• Subsidiary Ledger Posting:
Unapplied Cash Dr.
Customer Cr.
While processing pament advice, system uses payment advice information and search cusromer
open item in the following sequence.
• Document number
• Reference number
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 6 of 25
If the system don’t find customer based on MICR number or based on Document Number or
Reference number system updates AVIK. Based on customer open item search and maching
found system updates the payment advice status as follows.
- Applied: System comes up with applied status when system able to find customer and able to
find customer open items and open item matches with incomming payment.
- Partially Applied: Checks that are partially applied may require further processing. For
example Customer has paid a check for 5 invoices, but system able to match 4 invoice and one
invoice did not match. In this case system clears 4 invoices. The payment amount for the 5th
invoice would be put on-account and would have to be post processed to clear.
- On account: In this case system is able to find customer but not the the open items( None). If
the bank keyed in the correct invoice number, the Lockbox Import Program posts the payment on
account. In the post processing step, you access the payment advice and correct the document
number and upon saving the changes, the post process function clears the open item, deletes the
payment advice and sets the check status to applied.
- Unprocessed: Any payment that could not be identified either by customer MICR number
(check) or the document number would remain Unprocessed. Once the payment is researched
and the customer and invoice is identified, it would be applied during post processing.
Now let us see, how to configure lock box functionality in SAP.
CONFIGURATION:
1. Define House Bank:
a. Transcation Code:FI12
b. Menu Path: IMG ► Financial Accounting ►Bank Accounting ► Bank
Accounts ► Define House Banks
In SAP a bank account is represented through with the combination of bank ID and account ID.
House bank represented by bank ID while bank account is represented by a account ID. Bank
ID and account ID are used for various banking transactions for example automatic payment
program etc. In this step (1) you will create a bank master record (2) under that bank master
master record you will create a bank account and (3) assign bank cash concetration GL account
to bank account.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 7 of 25
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 8 of 25
2. Define Lockboxes for House Banks:
a. Transcation Code:OB10
b. Menu Path: IMG ► Financial Accounting ►Bank Accounting ► Bank
Accounts ► Define Lockboxes for House Banks
In this step, you define your lockbox accounts at the house banks. Thus, on the outgoing invoice
you can inform your customer of the lockbox to which payment is to be made. By specifying
this, you can optimize the payment transactions.
3. Define Control Parameters:
a. Transcation Code:OBAY
b. Menu Path: IMG ► Financial Accounting ►Bank Accounting ► Business
Transactions ► Payment Transactions ► Lockbox ►Define Control
Parameters
In this activity you maintain control parameters for the lockbox procedure. Currently, only
LOCKBOX procedure is supported by SAP and at the same time SAP understands only BAI
and BAI2 format. Figure XX given below depicts what are control parameters you are going to
maintain in this configuration step
As shown in figure above, SAP comes with pre delivered lockbox procedure LOCKBOX and
input format BAI and BAI2. As per business requirement you can choose either BAI or BAI2.
In this paper, I have considered BAI2 format.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 9 of 25
Figure 1 Lock box control parameter -2
• Record format section is not applicable to BAI2 format. However if you are using BAI
format, you need to maintain this section. Incase of BAI specify the length of the
document numbers (10 in the standard SAP System) and the number of document
numbers in record types 6 and 4 of the BAI file. Your bank must agree on this format
information.
• In the posting section,
o Check the check box for G/L account posting,
o Check the check box Incoming customer payments for AR posting for cash
application.
NOTE: It is recommended that both choices are selected if you are using the
general ledger and accounts receivable modules.
o Check the check box insert bank details to change customer master record to
update MICR and account no.
o Gl account posting type: you can choose any one of the three options listed
below based on business process.
1 One posting per check to the bank account
2 One posting per lockbox to the bank account (check total)
3 One posting per batch number to the bank account
o Partial Payment: In case of active check box, if the customer payment is
insufficient system will post partial payment.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 10 of 25
o If you checked Insert bank details, then you need to give batch sessions name,
with which system will create a batch session to update the customer master
with new or missing bank information.
NOTE: while the BAI and BAI2 formats are supposedly standard, experience has shown that
they can vary by bank and many SAP clients have contracted for a customized format. The
format received will need to be mapped to reconcile with the SAP delivered data dictionary
layout (Tables FLB01, FLB05, FLB06, etc.) to ensure proper processing. If the format does not
reconcile and the user does not want to have the bank change the format, SAP recommends that
a user-written ABAP be used to reformat the file or alternatively the SAP data dictionary can be
modified (this is a repair that will need to be re-applied in future releases).
Important Note: The lockbox program first attempts to identify the customer with unique bank
information in the customer master record matching to MICR information on the check, so
maintenance of unique customer MICR information is important to ensure success. If there is
more that one customer with the same MICR bank and account, then the program cannot apply
the check to an account. This situation usually means that either the same customer has been set
up twice, or maybe what should have been only Ship-to or Sold-to customers for the same Payer
have actually been set up as separate Payers. Alternatively, it may be necessary to set up a
relationship where one customer is identified as the main Payer and has MICR info, and the
related customers do not have MICR info but instead have the main Payers customer number in
the Alternate Payer field of the customer master record.
The payment information provided in the bank data file will create a payment advice per
check. This payment advice will be used by the lockbox procedure to clear subledger open
items. For more information on payment advices, please read accounts receivable/accounts
payable Payment Advice Notes in the IMG or On-Line Help.
4. Define Posting Data
a. Transcation Code:OBAX
b. Menu Path: IMG ► Financial Accounting ►Bank Accounting ► Business
Transactions ► Payment Transactions ► Lockbox ► Define Posting Data
In this activity you store information needed to process particular lockbox data and generate
postings. The Destination and Origin are routing information and defined by your bank. For
every unique destination/origin, posting information is needed to create the following postings:
• G/L posting - Debit bank account (incoming checks) and credit payment clearing account
• A/R posting - Debit payment clearing account and credit customer account
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 11 of 25
In addition to above configuration, you may need few additional configuration based on business
requirement, few are listed below
5. Define Tolerance Groups for Employees:
a. Transcation Code:OBA4
b. Path: IMG ► Financial Accounting ► Accounts Receivable and Accounts
Payable ► Business Transactions ► Manual Payment Receipt ► Define
Tolerance Groups for Employees
This transaction is used to create tolerance groups for users. The tolerances are defined by
company code and at a minimum there must be one assigned to each company code otherwise no
postings can occur in the company code.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 12 of 25
Employees tolerenace group determines who is authorized for what and permitted payment
difference.
6. Define Tolerances (Customers/Vendors):
a. Transcation Code:OBA3
b. Path: IMG ► Financial Accounting ► Accounts Receivable and Accounts
Payable ► Business Transactions ► Open Item Clearing► Clearing Differences
► Define Tolerances for Customers/Vendors
In this activity you define the tolerances for customers/vendors. The tolerances are used for
dealing with payment differences and residual items that may arise when payment clearing is
carried out. You specify the tolerances in one or more tolerance groups and assign a tolerance
group to each customer/vendor using the master record.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 13 of 25
7. Define Accounts for Overpayments/Underpayments:
a. Transcation Code:OBXL
b. Path: IMG ► Financial Accounting ► Accounts Receivable and Accounts
Payable ► Business Transactions ► Outgoing Payments ► Outgoing Payments
Global Settings ► Define Accounts for Overpayments/Underpayments
In this activity you define the numbers of revenue and expense accounts to which the system
posts if the following requirements are fulfilled:
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 14 of 25
• There is a difference in payment. The difference can result from an underpayment or an
overpayment.
• The difference is within the tolerance limits for an automatic adjustment posting.
• The difference cannot be posted via cash discount adjustments.
After completion of configuration, you need to maintain customer master data. In order to
lockbox program to identify the custoer you must populate MICR and customer bank account
number in the General Data: Payment Transaction screen of costomer master data
After completion above configuration and master data set up, you are ready to upload BAI2 file
into system. To upload BAI2 file following following steps.
USE:
1. Maintain Customer Master:
a. Transcation Code:FD02
b. Path: SAP ► Accounting ► Accounts Receivable ► Master Records ► FD02 –
Change.
Inorder to identify customer, we need to maintain bank details in the customer master.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 15 of 25
The above screen shows that customer master has all necessary bank details. We can have
multiple bank account reference in the cistomer master record.
2. AP Open Items:
a. Transcation Code:FB70
b. Path: SAP ► Accounting ► Accounts Receivable ► Document Entry ►
Invoice.
Since though lockbox you are getting incoming payment against customer open items. It is
expected that before lockbox posting atleast one open items.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 16 of 25
In this step created a AR open item with document number as 1800000398. In our subsequest
step we’ll clear the open item through lockbox process.
3. Import the Lockbox File
c. Transcation Code:FLB2
d. Path: SAP ► Accounting ► Financial Accounting ► Banks ► Input ►
Lockbox ► Import
In BAI2 format the file uses “Record 6” as an identifier of the check dollar amount, the MICR
number and the check number. No Invoices are contained in this record.
Following the “6 Record” are a series of “ 4 Records” which contains one Invoice each. These
provide the Invoice number, Invoice open item amounts ( gross), deduction amount and External
reason code.
Once you process lockbox BAI2 file system generated either of following 4 statuses for each of 6
record types.
1. Applied
2. Partially Applied
3. On Account
4. Unprocessed.
Refer previous section reason of havong various status.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 17 of 25
Above screen shows that we are importing a lockbox file from our desk top. Once the file is
sucessfully imported system will come up with screen appedned below.
Below screen shows the result of lock box import. It gives all information about lockbox file,
customer indification and application of lock box remittences.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 18 of 25
The above screen shows system has created 2 financial accounting document i.e 100013806 and
1400000239. Financial Document 100013806 is for GL posting while financial document
1400000239 is for sub ledger posting. On the above scree we can see the status is applied that
mean
• system found the customer;
• Systm was able to locate AR open items;
• Incoming payment matches with Open AR after taking into account employee and
customer tolerances.
We can see additional information on lockbox processing by choosing F3 two times. Below
lockbox log display main lockbox program log.
In below screen figure we can see system has selected the right customer by matching MICR
number.
Based on document number information system has identified the relevant AR open item.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 19 of 25
After sucessful lock box processing , we can see that customer open has been cleared as shown
below by document number 1400000239.
Accounting document 1400000239 was posted to 113109 by crediting customer 300299.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 20 of 25
Now further look into the lockbox information. To see more information execute tramsction code
FLB1 with origin and destination selection. On Lockbox : Proess check screen we can see all al
processed lockbox files arranged in date and time.
All sucessful processed file will appear as green indicator while unprocessd or partially
processed files will appear to be processed icon.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 21 of 25
Look into the sucessfully processed steps and expend it. Now we can see financial document
and payment advice what we have discussed earlier.
Here is the Sample Lock Box File I loaded;
100LOCKBOX0011343290421305141210
2LOCKBOX001999123450
50010011234567130514LOCKBOX001134329042
6001002000012000002100008955566677 77990019
400100360171800000398
700100412345671305140010000120000
8001005123456713051400010000120000900001200000000120000
9000008
Now move to the previous one which is not processed and partially processed, expend it. In this
case we can see that system has created two account document. In this case the subledger
document is appearing in PmtOnAcct field. Do you know what is the reason? To know the
reason docuble click on payment advice number.
In this case system found the customer and not the relevant opein item, hence posted on account,
which is shown below.
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 22 of 25
I hope you enjoyed it. Now it is very imporant to understand how BAI2 file is orgnized and its
layout.
Lockbox File Format: As I said earlier ECC 6.0 supports both BAI and BAI2 lockbox format.
Now it is very important to understand BAI and BAI2 format before before implememation or
support of lockbox functionalities. In this section I will try cover both lock box formats.
BAI format:
BAI is defined in the repository with the following record structures:
• FLB01: Header record
• FLB02: Service record
• FLB04: Overflow record
• FLB05: Detail header record
• FLB06: Detail record
• FLB07: Batch total record
• FLB08: Lockbox total record
• FLB09: Trailer Record.
You can set the number length and number of invoice numbers (or purchase numbers) in
customizing. These settings can deviate from structures FLB06 and FLB04. As long as you use
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 23 of 25
FI document numbers in transmitting numbers, leading zeros are automatically added by the
program. The invoice numbers should be transferred in left-justified form.
BAI2: The BAI2 format is a US national standard for bank reporting. Most of the US Bank
supports the BAI2 format. Detailed information on the BAI2 report format can be downloaded
by visiting the Bank Administration Institutes website at http://www.bai.org/operations/faq.asp.
BAI2
The only difference between BAI2 and BAI is that BAI2 has a check record and an overflow
record. The SAP system contains the following table structures for these record types.
• FLB24: Overflow record
• FLB26: Detail record
BAI2 can transmit data about the invoice, such as the payment amount, deduction amount and
the reason code. Note that either the payment amount or the deduction amount can be transmitted
for an invoice. If both are transmitted, the deduction amount is ignored. Invoice numbers (or
purchase order numbers) should be transmitted in left-justified form. As long as FI document
numbers are used, the program will automatically add leading zeros.
Using BAI2, the system will usually be able to produce a greater number of clearing entries and
thus reduce the amount of time you will need to spend in the manual postprocessing transaction.
You can have your lockbox provider create the BAI2 format by poviding them with the record
description, or you can convert your lockbox provider's format to BAI2 by using a preprocessor.
Typical BAI2 lock file comes with below record layout.
BAI2 Lock Box Record Definitions:
• Type 1 - File Header Record
• Type 2 - Service Header Record
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 24 of 25
• Type 4 - Overflow Record: Provides a means of handling variable quantities of detailed
information. When the remitter furnishes more remittance information than can be
recorded in the type 6 Detail record, the type 4 Overflow record is used for this data.
• Type 5 - Lock Box Detail Header: Used to reduce the size of detail records by carrying
the required information that is common in all the detail records that it precedes.
• Type 6 - Detail Record: Contains data belonging to 1 remittance (MICR account, check
amount, check number). In addition, some companies that use a Type 4 record often
utilize the blank portion of the Type 6 record for invoice information as continued in their
Type 4 records.
• Type 7 - Batch Total Record
• Type 8 - Service Total Record
• Type 9 - File Trailer Record
OSS Notes:
OSS note 105231: The lockbox program can search by either invoice number or reference
document number. It has performance issues, however, if it searches by reference document
number and the reference document happens to have a null value document number or is a
reversal document, which may inherit the same reference document number from the original
invoice.
OSS note 561171: This note should be applied when customers submit partial payments. If not
applied, whenever a check contains some invoices that are partially paid and all other invoices
are invalid document numbers, the lockbox program will terminate with the message Error in
Routine INPUT_PRUEFEN.
OSS note 451121,437490, 391311, 358959: These notes should be applied if customers make
multiple partial payments for one invoice at different lockbox runs. Without the note applied, the
second partial payment won’t be able to be applied to the original invoice. Instead, it will clear
off the first partial payment item and post the total amount of two partial payments to account.
OSS notes 458841, 407799, and 160257: These notes fix a clearing issue that is triggered when a
customer is referencing a credit memo, but only takes the credit amount partially. Error message
Exchange rate diff.accts are not defined for account & currency & appears in the lockbox posting
log. The error message makes no sense since there are no foreign currencies involved during the
whole billing and clearing process.
References:
• Lockbox functionality in Oracle Application, by Anil R Patel.
• Historical Development of BAI format, Wikipedia.
• Concept of Lockbox, wiki.sap.sdn
www.SuryaPadhi.Com | Surya@SuryaPadhi.Com
Page 25 of 25
Lockbox Table References:
FEBEP - Electronic Bank Statement Line Items
FEBKO - Electronic Bank Statement Header Records
AVIP - Payment Advice Line Item
AVIK - Payment Advice Header
Lockbox Transaction Codes:
FBE1 - Create Payment Advice
FBE2 - Change Payment Advice
FBE6 - Delete Payment Advice
FBE3 - Display Payment Advice
FBE7 - Add to Payment Advice
FLB2 - Import Lockbox File
FLB1. FEBA_LOCKBOX - Postprocessing Lockbox Data
FLBP - Post Lockbox Data.
If you are looking for sample BAI2 file and a tool to create your own BAI file visit
www.suryapadhi.com.

Contenu connexe

Tendances

Cash management configue doc v1
Cash management   configue doc v1Cash management   configue doc v1
Cash management configue doc v1Hari Krishna
 
SAP Accounts Payable Payment | http://sapdocs.info
SAP Accounts Payable Payment | http://sapdocs.infoSAP Accounts Payable Payment | http://sapdocs.info
SAP Accounts Payable Payment | http://sapdocs.infosapdocs. info
 
SAP FICO Interview Questions By Garudatrainings
SAP FICO Interview Questions By GarudatrainingsSAP FICO Interview Questions By Garudatrainings
SAP FICO Interview Questions By Garudatrainingspiyushchawala
 
Validation and substitution -sap fi advance functions 2019
Validation and substitution -sap fi advance functions 2019Validation and substitution -sap fi advance functions 2019
Validation and substitution -sap fi advance functions 2019GuangfuDavidLi
 
SAP FI - Accounts Receivable
SAP FI - Accounts ReceivableSAP FI - Accounts Receivable
SAP FI - Accounts Receivablesaiprasadbagrecha
 
inter-company-reconciliation in SAP
inter-company-reconciliation in SAPinter-company-reconciliation in SAP
inter-company-reconciliation in SAPRajeev Kumar
 
SAP Bank Accounting - EBS Compilation by Techlorean.pdf
SAP Bank Accounting - EBS Compilation by Techlorean.pdfSAP Bank Accounting - EBS Compilation by Techlorean.pdf
SAP Bank Accounting - EBS Compilation by Techlorean.pdferikotsuji
 
Data medium exchange
Data medium exchangeData medium exchange
Data medium exchangeRajeev Kumar
 
Bankreconciliationconfiguration[1]
Bankreconciliationconfiguration[1]Bankreconciliationconfiguration[1]
Bankreconciliationconfiguration[1]Nishant Malhotra
 
Bankreconciliation ff67-130519130827-phpapp02
Bankreconciliation ff67-130519130827-phpapp02Bankreconciliation ff67-130519130827-phpapp02
Bankreconciliation ff67-130519130827-phpapp02Shailendra Surana
 
Payment management in SAP
Payment management in SAPPayment management in SAP
Payment management in SAPAlice Mary Bag
 
Withholding tax in sap
Withholding tax in sapWithholding tax in sap
Withholding tax in sapShaily Dubey
 
SAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelleySAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelleyIntelligroup, Inc.
 
SAP FI - Account Payable (AP)
SAP FI - Account Payable (AP)SAP FI - Account Payable (AP)
SAP FI - Account Payable (AP)saiprasadbagrecha
 
SAP Draft Solution for GST India
SAP Draft Solution for GST IndiaSAP Draft Solution for GST India
SAP Draft Solution for GST IndiaSandeep Mahindra
 
New Asset Accounting in S4 HANA
New Asset Accounting in S4 HANANew Asset Accounting in S4 HANA
New Asset Accounting in S4 HANAraman2664
 
Funds management configuration sap ag
Funds management configuration sap agFunds management configuration sap ag
Funds management configuration sap agLluckyy
 

Tendances (20)

Cash management configue doc v1
Cash management   configue doc v1Cash management   configue doc v1
Cash management configue doc v1
 
SAP Accounts Payable Payment | http://sapdocs.info
SAP Accounts Payable Payment | http://sapdocs.infoSAP Accounts Payable Payment | http://sapdocs.info
SAP Accounts Payable Payment | http://sapdocs.info
 
SAP FICO Interview Questions By Garudatrainings
SAP FICO Interview Questions By GarudatrainingsSAP FICO Interview Questions By Garudatrainings
SAP FICO Interview Questions By Garudatrainings
 
Validation and substitution -sap fi advance functions 2019
Validation and substitution -sap fi advance functions 2019Validation and substitution -sap fi advance functions 2019
Validation and substitution -sap fi advance functions 2019
 
SAP FI - Accounts Receivable
SAP FI - Accounts ReceivableSAP FI - Accounts Receivable
SAP FI - Accounts Receivable
 
inter-company-reconciliation in SAP
inter-company-reconciliation in SAPinter-company-reconciliation in SAP
inter-company-reconciliation in SAP
 
SAP Bank Accounting - EBS Compilation by Techlorean.pdf
SAP Bank Accounting - EBS Compilation by Techlorean.pdfSAP Bank Accounting - EBS Compilation by Techlorean.pdf
SAP Bank Accounting - EBS Compilation by Techlorean.pdf
 
Data medium exchange
Data medium exchangeData medium exchange
Data medium exchange
 
Bankreconciliationconfiguration[1]
Bankreconciliationconfiguration[1]Bankreconciliationconfiguration[1]
Bankreconciliationconfiguration[1]
 
Bankreconciliation ff67-130519130827-phpapp02
Bankreconciliation ff67-130519130827-phpapp02Bankreconciliation ff67-130519130827-phpapp02
Bankreconciliation ff67-130519130827-phpapp02
 
Asset accounting
Asset accountingAsset accounting
Asset accounting
 
Payment management in SAP
Payment management in SAPPayment management in SAP
Payment management in SAP
 
Withholding tax in sap
Withholding tax in sapWithholding tax in sap
Withholding tax in sap
 
Ach payment configuration
Ach payment configurationAch payment configuration
Ach payment configuration
 
SAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelleySAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelley
 
SAP FI - Account Payable (AP)
SAP FI - Account Payable (AP)SAP FI - Account Payable (AP)
SAP FI - Account Payable (AP)
 
SAP Draft Solution for GST India
SAP Draft Solution for GST IndiaSAP Draft Solution for GST India
SAP Draft Solution for GST India
 
New Asset Accounting in S4 HANA
New Asset Accounting in S4 HANANew Asset Accounting in S4 HANA
New Asset Accounting in S4 HANA
 
Intercompany assets transfer
Intercompany assets transferIntercompany assets transfer
Intercompany assets transfer
 
Funds management configuration sap ag
Funds management configuration sap agFunds management configuration sap ag
Funds management configuration sap ag
 

En vedette

Lockbox process-configuration
Lockbox process-configurationLockbox process-configuration
Lockbox process-configurationManab Mohapatra
 
100505811 lockbox-user-guide
100505811 lockbox-user-guide100505811 lockbox-user-guide
100505811 lockbox-user-guidezanyone
 
Account receivable ar incoming payment process in sap
Account receivable ar incoming payment process in sapAccount receivable ar incoming payment process in sap
Account receivable ar incoming payment process in sapKrishnam Raju
 
SAP Accounts Reveivable Financial Transaction | http://sapdocs.info
SAP Accounts Reveivable Financial Transaction | http://sapdocs.infoSAP Accounts Reveivable Financial Transaction | http://sapdocs.info
SAP Accounts Reveivable Financial Transaction | http://sapdocs.infosapdocs. info
 
SAP Order To Cash Cycle
SAP Order To Cash CycleSAP Order To Cash Cycle
SAP Order To Cash CycleMohamed Talaat
 
Lockbox --Think inside Box.
Lockbox --Think inside Box.Lockbox --Think inside Box.
Lockbox --Think inside Box.Vasista Sandeep
 
Subsription and Recurring Payments
Subsription and Recurring PaymentsSubsription and Recurring Payments
Subsription and Recurring PaymentsAli Memon
 
Po vendor down pay process SAP
Po vendor down pay process SAP Po vendor down pay process SAP
Po vendor down pay process SAP Jay Pal
 
Basics of Gateway By Naveen Karn
 Basics of Gateway By Naveen Karn Basics of Gateway By Naveen Karn
Basics of Gateway By Naveen KarnNaveen Karn
 
Account Recievable and Account Payable
Account Recievable and Account PayableAccount Recievable and Account Payable
Account Recievable and Account PayableHabeeb Rahman
 
Accounts Payable Training 3
Accounts Payable Training 3Accounts Payable Training 3
Accounts Payable Training 3Alok Samantaray
 
Dmee sap online_help
Dmee sap online_helpDmee sap online_help
Dmee sap online_helpgabrielsyst
 
Sap Customer Service In Manufacturing Industry1
Sap Customer Service In Manufacturing Industry1Sap Customer Service In Manufacturing Industry1
Sap Customer Service In Manufacturing Industry1evil66_in
 

En vedette (18)

Lockbox process-configuration
Lockbox process-configurationLockbox process-configuration
Lockbox process-configuration
 
100505811 lockbox-user-guide
100505811 lockbox-user-guide100505811 lockbox-user-guide
100505811 lockbox-user-guide
 
Lockbox process
Lockbox processLockbox process
Lockbox process
 
Account receivable ar incoming payment process in sap
Account receivable ar incoming payment process in sapAccount receivable ar incoming payment process in sap
Account receivable ar incoming payment process in sap
 
SAP Accounts Reveivable Financial Transaction | http://sapdocs.info
SAP Accounts Reveivable Financial Transaction | http://sapdocs.infoSAP Accounts Reveivable Financial Transaction | http://sapdocs.info
SAP Accounts Reveivable Financial Transaction | http://sapdocs.info
 
SAP Order To Cash Cycle
SAP Order To Cash CycleSAP Order To Cash Cycle
SAP Order To Cash Cycle
 
Chargeback
ChargebackChargeback
Chargeback
 
Lockbox --Think inside Box.
Lockbox --Think inside Box.Lockbox --Think inside Box.
Lockbox --Think inside Box.
 
Subsription and Recurring Payments
Subsription and Recurring PaymentsSubsription and Recurring Payments
Subsription and Recurring Payments
 
Vistex Project -
Vistex Project -Vistex Project -
Vistex Project -
 
Po vendor down pay process SAP
Po vendor down pay process SAP Po vendor down pay process SAP
Po vendor down pay process SAP
 
Basics of Gateway By Naveen Karn
 Basics of Gateway By Naveen Karn Basics of Gateway By Naveen Karn
Basics of Gateway By Naveen Karn
 
Account Recievable and Account Payable
Account Recievable and Account PayableAccount Recievable and Account Payable
Account Recievable and Account Payable
 
Accounts Payable Training 3
Accounts Payable Training 3Accounts Payable Training 3
Accounts Payable Training 3
 
Dmee sap online_help
Dmee sap online_helpDmee sap online_help
Dmee sap online_help
 
Understand sap
Understand sapUnderstand sap
Understand sap
 
Sap Customer Service In Manufacturing Industry1
Sap Customer Service In Manufacturing Industry1Sap Customer Service In Manufacturing Industry1
Sap Customer Service In Manufacturing Industry1
 
Electronic bank statement in SAP FI
Electronic bank statement in SAP FIElectronic bank statement in SAP FI
Electronic bank statement in SAP FI
 

Similaire à SAP Lock Box Process

Cash Receipts in SAP ERP
Cash Receipts in SAP ERPCash Receipts in SAP ERP
Cash Receipts in SAP ERPBill Hanna, CPA
 
SAP FICO Interview questions
SAP FICO Interview questionsSAP FICO Interview questions
SAP FICO Interview questionsIT LearnMore
 
Bank Account Management - Creation of new bank account request
Bank Account Management - Creation of new bank account requestBank Account Management - Creation of new bank account request
Bank Account Management - Creation of new bank account requestDinesh Kumar
 
Accounts receivable process
Accounts receivable processAccounts receivable process
Accounts receivable processSachinh08
 
Efficiently handling Applications of Customer Receipts in Oracle Receivables
Efficiently handling Applications of Customer Receipts in Oracle Receivables Efficiently handling Applications of Customer Receipts in Oracle Receivables
Efficiently handling Applications of Customer Receipts in Oracle Receivables KPIT
 
Accenture fico interview-questions
Accenture fico interview-questionsAccenture fico interview-questions
Accenture fico interview-questionsprabhakar vanam
 
SAP - Vendor Entries
SAP - Vendor EntriesSAP - Vendor Entries
SAP - Vendor EntriesKumar M.
 
Bank Master Data, House bank, APP and DMEE.docx
Bank Master Data, House bank, APP and DMEE.docxBank Master Data, House bank, APP and DMEE.docx
Bank Master Data, House bank, APP and DMEE.docxsilviakatsarska
 
Mas 500 Enhancement Digest
Mas 500 Enhancement DigestMas 500 Enhancement Digest
Mas 500 Enhancement DigestJulieS770
 
E financing and settlement with my sap.com
E financing and settlement with my sap.comE financing and settlement with my sap.com
E financing and settlement with my sap.comRichard Page
 
RRB with web services
RRB with web servicesRRB with web services
RRB with web serviceskarl_rockwell
 
Ap ar questions
Ap ar questionsAp ar questions
Ap ar questionsRaj p
 
Ap ar questions
Ap ar questionsAp ar questions
Ap ar questionsRaj p
 
E financing and settlement with my sap
E financing and settlement with my sapE financing and settlement with my sap
E financing and settlement with my sapRichard Page
 

Similaire à SAP Lock Box Process (20)

Cash Receipts in SAP ERP
Cash Receipts in SAP ERPCash Receipts in SAP ERP
Cash Receipts in SAP ERP
 
SAP FICO Interview questions
SAP FICO Interview questionsSAP FICO Interview questions
SAP FICO Interview questions
 
Bank Account Management - Creation of new bank account request
Bank Account Management - Creation of new bank account requestBank Account Management - Creation of new bank account request
Bank Account Management - Creation of new bank account request
 
Accounts receivable process
Accounts receivable processAccounts receivable process
Accounts receivable process
 
Efficiently handling Applications of Customer Receipts in Oracle Receivables
Efficiently handling Applications of Customer Receipts in Oracle Receivables Efficiently handling Applications of Customer Receipts in Oracle Receivables
Efficiently handling Applications of Customer Receipts in Oracle Receivables
 
AR Process in Detail
AR Process in DetailAR Process in Detail
AR Process in Detail
 
Accenture fico interview-questions
Accenture fico interview-questionsAccenture fico interview-questions
Accenture fico interview-questions
 
My Portfolio
My PortfolioMy Portfolio
My Portfolio
 
Ban k config
Ban k configBan k config
Ban k config
 
Tugas 10 sap sd
Tugas 10 sap sdTugas 10 sap sd
Tugas 10 sap sd
 
SAP - Vendor Entries
SAP - Vendor EntriesSAP - Vendor Entries
SAP - Vendor Entries
 
SAP QA.pptx
SAP QA.pptxSAP QA.pptx
SAP QA.pptx
 
Auto lock box
Auto lock boxAuto lock box
Auto lock box
 
Bank Master Data, House bank, APP and DMEE.docx
Bank Master Data, House bank, APP and DMEE.docxBank Master Data, House bank, APP and DMEE.docx
Bank Master Data, House bank, APP and DMEE.docx
 
Mas 500 Enhancement Digest
Mas 500 Enhancement DigestMas 500 Enhancement Digest
Mas 500 Enhancement Digest
 
E financing and settlement with my sap.com
E financing and settlement with my sap.comE financing and settlement with my sap.com
E financing and settlement with my sap.com
 
RRB with web services
RRB with web servicesRRB with web services
RRB with web services
 
Ap ar questions
Ap ar questionsAp ar questions
Ap ar questions
 
Ap ar questions
Ap ar questionsAp ar questions
Ap ar questions
 
E financing and settlement with my sap
E financing and settlement with my sapE financing and settlement with my sap
E financing and settlement with my sap
 

Dernier

Kempen ' UK DB Endgame Paper Apr 24 final3.pdf
Kempen ' UK DB Endgame Paper Apr 24 final3.pdfKempen ' UK DB Endgame Paper Apr 24 final3.pdf
Kempen ' UK DB Endgame Paper Apr 24 final3.pdfHenry Tapper
 
Financial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxFinancial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxsimon978302
 
10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdfglobusfinanza
 
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...beulahfernandes8
 
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...Amil baba
 
Liquidity Decisions in Financial management
Liquidity Decisions in Financial managementLiquidity Decisions in Financial management
Liquidity Decisions in Financial managementshrutisingh143670
 
Overview of Inkel Unlisted Shares Price.
Overview of Inkel Unlisted Shares Price.Overview of Inkel Unlisted Shares Price.
Overview of Inkel Unlisted Shares Price.Precize Formely Leadoff
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfMichael Silva
 
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptAnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptPriyankaSharma89719
 
Hello this ppt is about seminar final project
Hello this ppt is about seminar final projectHello this ppt is about seminar final project
Hello this ppt is about seminar final projectninnasirsi
 
Global Economic Outlook, 2024 - Scholaride Consulting
Global Economic Outlook, 2024 - Scholaride ConsultingGlobal Economic Outlook, 2024 - Scholaride Consulting
Global Economic Outlook, 2024 - Scholaride Consultingswastiknandyofficial
 
Gender and caste discrimination in india
Gender and caste discrimination in indiaGender and caste discrimination in india
Gender and caste discrimination in indiavandanasingh01072003
 
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书rnrncn29
 
Banking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxBanking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxANTHONYAKINYOSOYE1
 
Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Devarsh Vakil
 
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Amil baba
 
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderThe Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderArianna Varetto
 
Financial analysis on Risk and Return.ppt
Financial analysis on Risk and Return.pptFinancial analysis on Risk and Return.ppt
Financial analysis on Risk and Return.ppttadegebreyesus
 
2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptxHenry Tapper
 

Dernier (20)

Kempen ' UK DB Endgame Paper Apr 24 final3.pdf
Kempen ' UK DB Endgame Paper Apr 24 final3.pdfKempen ' UK DB Endgame Paper Apr 24 final3.pdf
Kempen ' UK DB Endgame Paper Apr 24 final3.pdf
 
Financial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxFinancial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptx
 
10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf10 QuickBooks Tips 2024 - Globus Finanza.pdf
10 QuickBooks Tips 2024 - Globus Finanza.pdf
 
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
Unveiling Poonawalla Fincorp’s Phenomenal Performance Under Abhay Bhutada’s L...
 
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
 
Liquidity Decisions in Financial management
Liquidity Decisions in Financial managementLiquidity Decisions in Financial management
Liquidity Decisions in Financial management
 
Overview of Inkel Unlisted Shares Price.
Overview of Inkel Unlisted Shares Price.Overview of Inkel Unlisted Shares Price.
Overview of Inkel Unlisted Shares Price.
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdf
 
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptAnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
 
Hello this ppt is about seminar final project
Hello this ppt is about seminar final projectHello this ppt is about seminar final project
Hello this ppt is about seminar final project
 
Global Economic Outlook, 2024 - Scholaride Consulting
Global Economic Outlook, 2024 - Scholaride ConsultingGlobal Economic Outlook, 2024 - Scholaride Consulting
Global Economic Outlook, 2024 - Scholaride Consulting
 
Gender and caste discrimination in india
Gender and caste discrimination in indiaGender and caste discrimination in india
Gender and caste discrimination in india
 
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
 
Banking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxBanking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptx
 
Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024
 
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
 
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderThe Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
 
Financial analysis on Risk and Return.ppt
Financial analysis on Risk and Return.pptFinancial analysis on Risk and Return.ppt
Financial analysis on Risk and Return.ppt
 
2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx
 

SAP Lock Box Process

  • 1. LockBox Process in SAP This document depicts a Implementation, Automation of Incoming Account Receivable process in SAP, called as “LockBox Process” Surya Padhi [Friday, 24/May/2013]
  • 2. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 2 of 25 Lock Box functionality in SAP ECC 6.0 OVERVIEW: Banks offer lockbox service to help companies process incoming check payments. A company with a lockbox account asks its customers to send check payments directly to the bank. The bank processes the payment and transits the payment data electronically to the company either in the BAI or the BAI2 format. The information in the Lockbox file is matched to the accounts receivable information in the R/3 system to clear the payments against the open items. BAI and BAI2 formates defined by the Bank Administration Institute. In practice, the standards published by this organization are not followed strictly. Banks usually offer several variations of each format, including the BAI and BAI2 formats that R/3 reads. The BAI2 format is newer and contains more information than the BAI format. The main difference between the two formats is the invoice information associated with each check. • BAI Check, amount, invoice, invoice,... • BAI2 Check, amount, invoice_and_amount, invoice_and_amount, ... The extra information on the BAI2 format allows better automatic matching of payments to customer open items when the data is imported. If automatic matching fails, your accounts receivable (A/R) clerk must manually clear the payments against open items. When importing a BAI format file, unless the check amount matches exactly the total open invoice amount in R/3 (or within configured payment difference tolerances), none of the invoices clear and the entire check enters R/3 either as an: • “On account” posting (if the payment and invoice totals do not match) • “Unprocessed” posting (if no customer account and no documents could be identified) With BAI2 format files there is also a “partially applied” status. A check is partially applied when the import program can match and clear some, but not all, of the invoices within the check total. As a result, the hit rate—the percentage of matched invoices in each transmission— is higher with BAI2 than with BAI. Advantages • Quicker check collection, thus reduces customer check flot time. • Improves cash liquidity of payee. • Payees need spend less time on processing payments. Thus maximize man power utilization and reduces cost related to cash collection application. Let us take a business case to explore the lock box functionality of SAP ECC 6.0. Case : XYZ Inc. in manufacturere of desisel engines, sales its products in the retail market. For better cash management and speed of cash realisation, XYZ Inc. opened a lock box account with
  • 3. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 3 of 25 its banker say Bank. All sales invoices of XYZ Inc has an endrosement for customer remit all payment to Post Box. No. 12345, Lasalle Ave, Chicago, 60001. So every day, bank collects remittences from the lock box and process these remittences by credit to XYZ Inc. At the end of the day bank generates a BAI2 file and transmit to a designated place normally a web server. XYZ Inc. Daily collects this BAI2 file from the web server and posts customer collection. As a business pratice, XYZ Inc has set up a tolerence 1% for overpayment and underpayment. If XYZ receives customer payment within 1% of tolerance, these difference will be posted to under payment or over payment account by clearing customer open items. If the customer remittence is outside of the tolerence then the said collection will be posted to customer as a on account payment. Subsequently on account payment will be cleared by account receivable clark based on futher information. If system didn’t find customer information or didn’t match customer information, then the remittence will be credited to unapplied cash account and that can be cleared subsequently based on available information. In the following page, I will explain various steps involved in the lock box prcess. These steps may vary depends on bank you are dealing with, the file format used by bank, file handling process, middleware used for conversion of bank transmitted file and configuration done.
  • 4. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 4 of 25 PROCESS: StepsStepsStepsSteps ProcessesProcessesProcessesProcesses StepStepStepStep----1111 Customer: When XYZ Inc. bills customer ABC Inc. XYZ Inc. directs customer to mail check(s) along with remittance advice to a post box owned by bank. StepStepStepStep----2222 Bank: Everyday bank collects the checks mailed by customer from the designated post box and process the check by giving credit to XYZ Inc. StepStepStepStep----3333 Bank: Once checks are processed by bank, bank creates a flat file generally either BAI or BAI2 file and send over to XYZ Inc. How the BAI / BAI2 file reaches to customer depends on service agreement between bank and XYZ Inc. StepStepStepStep----4444 XYZ Inc.: Once file received by XYZ Inc., XYZ Inc. imports BAI / BAI2 file through T.Code : FBL2. In this step, SAP imports data and map the imported data StepStepStepStep----5555 System generates (1) GL posting and (2) payment advices AR. StepStepStepStep----6666 Payment Advices are used to clear AR open Items, if system matches customer and customer open items. StepStepStepStep----7777 a. If system finds customer but amount doesn't match AR open items then, it post to customer as onononon account paymentaccount paymentaccount paymentaccount payment. b. If system does not find customer then amount remains un-applied. Then in subsequent step user processed unapplied cash manually ( T.Code: FLB1) StepStepStepStep----8888 System updates customer master data for new bank information.
  • 5. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 5 of 25 RFEBLB00: Transaction code FLB2 calls import program RFEBLB00. This is a umbrella program, carries following activities in the lock box process. • Imports the file into bank date storage or from the specified location, • Generates the payment advices for clearing of subsidiary ledgers and does GL postings, and • Generates a log of the checks and postings. This program internally calls RFEBLB20 & RFEBBU00 RFEBLB20: This program map the imported data to standard SAP data structure such as FLB01, FLB02 etc according to BAI or BAI2 format. It then reads the data and uses data to create payment advices as per check submitted via lock box. Each payment advice contains important data about incoming check such as amount, invoice number etc. Payment advices are stored in table AVIP This program internally calls program RFEBLB30. RFEBLB30: RFEBLB20 triggers this program through a batch job. This job generates a batch input session that can change customer master receords to insert new MICR numbers, whenever the customer is identified and MICR number is new. This functionality can be activated or deactivated based on the configuration. RFEBBU00: program RFEBLB00 triggers program RFEBBU00. It carries out what SAP calls area specific postings depending on the configuration. Based on configuration this program post GL posting and utilizes payment advices created through program RFEBLB20 to clear customer open items. This configuration is available in the following path IMG ► Financial Accounting ►Bank Accounting ► Business Transactions ► Payment Transactions ► Lockbox ►Define Control Parameters While performing posting, this program generates following account transctions based on configuration. • General Ledger Posting: Bank Incoming Clearing Account Dr. Unapplied Cash Cr. • Subsidiary Ledger Posting: Unapplied Cash Dr. Customer Cr. While processing pament advice, system uses payment advice information and search cusromer open item in the following sequence. • Document number • Reference number
  • 6. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 6 of 25 If the system don’t find customer based on MICR number or based on Document Number or Reference number system updates AVIK. Based on customer open item search and maching found system updates the payment advice status as follows. - Applied: System comes up with applied status when system able to find customer and able to find customer open items and open item matches with incomming payment. - Partially Applied: Checks that are partially applied may require further processing. For example Customer has paid a check for 5 invoices, but system able to match 4 invoice and one invoice did not match. In this case system clears 4 invoices. The payment amount for the 5th invoice would be put on-account and would have to be post processed to clear. - On account: In this case system is able to find customer but not the the open items( None). If the bank keyed in the correct invoice number, the Lockbox Import Program posts the payment on account. In the post processing step, you access the payment advice and correct the document number and upon saving the changes, the post process function clears the open item, deletes the payment advice and sets the check status to applied. - Unprocessed: Any payment that could not be identified either by customer MICR number (check) or the document number would remain Unprocessed. Once the payment is researched and the customer and invoice is identified, it would be applied during post processing. Now let us see, how to configure lock box functionality in SAP. CONFIGURATION: 1. Define House Bank: a. Transcation Code:FI12 b. Menu Path: IMG ► Financial Accounting ►Bank Accounting ► Bank Accounts ► Define House Banks In SAP a bank account is represented through with the combination of bank ID and account ID. House bank represented by bank ID while bank account is represented by a account ID. Bank ID and account ID are used for various banking transactions for example automatic payment program etc. In this step (1) you will create a bank master record (2) under that bank master master record you will create a bank account and (3) assign bank cash concetration GL account to bank account.
  • 8. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 8 of 25 2. Define Lockboxes for House Banks: a. Transcation Code:OB10 b. Menu Path: IMG ► Financial Accounting ►Bank Accounting ► Bank Accounts ► Define Lockboxes for House Banks In this step, you define your lockbox accounts at the house banks. Thus, on the outgoing invoice you can inform your customer of the lockbox to which payment is to be made. By specifying this, you can optimize the payment transactions. 3. Define Control Parameters: a. Transcation Code:OBAY b. Menu Path: IMG ► Financial Accounting ►Bank Accounting ► Business Transactions ► Payment Transactions ► Lockbox ►Define Control Parameters In this activity you maintain control parameters for the lockbox procedure. Currently, only LOCKBOX procedure is supported by SAP and at the same time SAP understands only BAI and BAI2 format. Figure XX given below depicts what are control parameters you are going to maintain in this configuration step As shown in figure above, SAP comes with pre delivered lockbox procedure LOCKBOX and input format BAI and BAI2. As per business requirement you can choose either BAI or BAI2. In this paper, I have considered BAI2 format.
  • 9. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 9 of 25 Figure 1 Lock box control parameter -2 • Record format section is not applicable to BAI2 format. However if you are using BAI format, you need to maintain this section. Incase of BAI specify the length of the document numbers (10 in the standard SAP System) and the number of document numbers in record types 6 and 4 of the BAI file. Your bank must agree on this format information. • In the posting section, o Check the check box for G/L account posting, o Check the check box Incoming customer payments for AR posting for cash application. NOTE: It is recommended that both choices are selected if you are using the general ledger and accounts receivable modules. o Check the check box insert bank details to change customer master record to update MICR and account no. o Gl account posting type: you can choose any one of the three options listed below based on business process. 1 One posting per check to the bank account 2 One posting per lockbox to the bank account (check total) 3 One posting per batch number to the bank account o Partial Payment: In case of active check box, if the customer payment is insufficient system will post partial payment.
  • 10. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 10 of 25 o If you checked Insert bank details, then you need to give batch sessions name, with which system will create a batch session to update the customer master with new or missing bank information. NOTE: while the BAI and BAI2 formats are supposedly standard, experience has shown that they can vary by bank and many SAP clients have contracted for a customized format. The format received will need to be mapped to reconcile with the SAP delivered data dictionary layout (Tables FLB01, FLB05, FLB06, etc.) to ensure proper processing. If the format does not reconcile and the user does not want to have the bank change the format, SAP recommends that a user-written ABAP be used to reformat the file or alternatively the SAP data dictionary can be modified (this is a repair that will need to be re-applied in future releases). Important Note: The lockbox program first attempts to identify the customer with unique bank information in the customer master record matching to MICR information on the check, so maintenance of unique customer MICR information is important to ensure success. If there is more that one customer with the same MICR bank and account, then the program cannot apply the check to an account. This situation usually means that either the same customer has been set up twice, or maybe what should have been only Ship-to or Sold-to customers for the same Payer have actually been set up as separate Payers. Alternatively, it may be necessary to set up a relationship where one customer is identified as the main Payer and has MICR info, and the related customers do not have MICR info but instead have the main Payers customer number in the Alternate Payer field of the customer master record. The payment information provided in the bank data file will create a payment advice per check. This payment advice will be used by the lockbox procedure to clear subledger open items. For more information on payment advices, please read accounts receivable/accounts payable Payment Advice Notes in the IMG or On-Line Help. 4. Define Posting Data a. Transcation Code:OBAX b. Menu Path: IMG ► Financial Accounting ►Bank Accounting ► Business Transactions ► Payment Transactions ► Lockbox ► Define Posting Data In this activity you store information needed to process particular lockbox data and generate postings. The Destination and Origin are routing information and defined by your bank. For every unique destination/origin, posting information is needed to create the following postings: • G/L posting - Debit bank account (incoming checks) and credit payment clearing account • A/R posting - Debit payment clearing account and credit customer account
  • 11. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 11 of 25 In addition to above configuration, you may need few additional configuration based on business requirement, few are listed below 5. Define Tolerance Groups for Employees: a. Transcation Code:OBA4 b. Path: IMG ► Financial Accounting ► Accounts Receivable and Accounts Payable ► Business Transactions ► Manual Payment Receipt ► Define Tolerance Groups for Employees This transaction is used to create tolerance groups for users. The tolerances are defined by company code and at a minimum there must be one assigned to each company code otherwise no postings can occur in the company code.
  • 12. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 12 of 25 Employees tolerenace group determines who is authorized for what and permitted payment difference. 6. Define Tolerances (Customers/Vendors): a. Transcation Code:OBA3 b. Path: IMG ► Financial Accounting ► Accounts Receivable and Accounts Payable ► Business Transactions ► Open Item Clearing► Clearing Differences ► Define Tolerances for Customers/Vendors In this activity you define the tolerances for customers/vendors. The tolerances are used for dealing with payment differences and residual items that may arise when payment clearing is carried out. You specify the tolerances in one or more tolerance groups and assign a tolerance group to each customer/vendor using the master record.
  • 13. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 13 of 25 7. Define Accounts for Overpayments/Underpayments: a. Transcation Code:OBXL b. Path: IMG ► Financial Accounting ► Accounts Receivable and Accounts Payable ► Business Transactions ► Outgoing Payments ► Outgoing Payments Global Settings ► Define Accounts for Overpayments/Underpayments In this activity you define the numbers of revenue and expense accounts to which the system posts if the following requirements are fulfilled:
  • 14. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 14 of 25 • There is a difference in payment. The difference can result from an underpayment or an overpayment. • The difference is within the tolerance limits for an automatic adjustment posting. • The difference cannot be posted via cash discount adjustments. After completion of configuration, you need to maintain customer master data. In order to lockbox program to identify the custoer you must populate MICR and customer bank account number in the General Data: Payment Transaction screen of costomer master data After completion above configuration and master data set up, you are ready to upload BAI2 file into system. To upload BAI2 file following following steps. USE: 1. Maintain Customer Master: a. Transcation Code:FD02 b. Path: SAP ► Accounting ► Accounts Receivable ► Master Records ► FD02 – Change. Inorder to identify customer, we need to maintain bank details in the customer master.
  • 15. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 15 of 25 The above screen shows that customer master has all necessary bank details. We can have multiple bank account reference in the cistomer master record. 2. AP Open Items: a. Transcation Code:FB70 b. Path: SAP ► Accounting ► Accounts Receivable ► Document Entry ► Invoice. Since though lockbox you are getting incoming payment against customer open items. It is expected that before lockbox posting atleast one open items.
  • 16. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 16 of 25 In this step created a AR open item with document number as 1800000398. In our subsequest step we’ll clear the open item through lockbox process. 3. Import the Lockbox File c. Transcation Code:FLB2 d. Path: SAP ► Accounting ► Financial Accounting ► Banks ► Input ► Lockbox ► Import In BAI2 format the file uses “Record 6” as an identifier of the check dollar amount, the MICR number and the check number. No Invoices are contained in this record. Following the “6 Record” are a series of “ 4 Records” which contains one Invoice each. These provide the Invoice number, Invoice open item amounts ( gross), deduction amount and External reason code. Once you process lockbox BAI2 file system generated either of following 4 statuses for each of 6 record types. 1. Applied 2. Partially Applied 3. On Account 4. Unprocessed. Refer previous section reason of havong various status.
  • 17. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 17 of 25 Above screen shows that we are importing a lockbox file from our desk top. Once the file is sucessfully imported system will come up with screen appedned below. Below screen shows the result of lock box import. It gives all information about lockbox file, customer indification and application of lock box remittences.
  • 18. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 18 of 25 The above screen shows system has created 2 financial accounting document i.e 100013806 and 1400000239. Financial Document 100013806 is for GL posting while financial document 1400000239 is for sub ledger posting. On the above scree we can see the status is applied that mean • system found the customer; • Systm was able to locate AR open items; • Incoming payment matches with Open AR after taking into account employee and customer tolerances. We can see additional information on lockbox processing by choosing F3 two times. Below lockbox log display main lockbox program log. In below screen figure we can see system has selected the right customer by matching MICR number. Based on document number information system has identified the relevant AR open item.
  • 19. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 19 of 25 After sucessful lock box processing , we can see that customer open has been cleared as shown below by document number 1400000239. Accounting document 1400000239 was posted to 113109 by crediting customer 300299.
  • 20. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 20 of 25 Now further look into the lockbox information. To see more information execute tramsction code FLB1 with origin and destination selection. On Lockbox : Proess check screen we can see all al processed lockbox files arranged in date and time. All sucessful processed file will appear as green indicator while unprocessd or partially processed files will appear to be processed icon.
  • 21. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 21 of 25 Look into the sucessfully processed steps and expend it. Now we can see financial document and payment advice what we have discussed earlier. Here is the Sample Lock Box File I loaded; 100LOCKBOX0011343290421305141210 2LOCKBOX001999123450 50010011234567130514LOCKBOX001134329042 6001002000012000002100008955566677 77990019 400100360171800000398 700100412345671305140010000120000 8001005123456713051400010000120000900001200000000120000 9000008 Now move to the previous one which is not processed and partially processed, expend it. In this case we can see that system has created two account document. In this case the subledger document is appearing in PmtOnAcct field. Do you know what is the reason? To know the reason docuble click on payment advice number. In this case system found the customer and not the relevant opein item, hence posted on account, which is shown below.
  • 22. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 22 of 25 I hope you enjoyed it. Now it is very imporant to understand how BAI2 file is orgnized and its layout. Lockbox File Format: As I said earlier ECC 6.0 supports both BAI and BAI2 lockbox format. Now it is very important to understand BAI and BAI2 format before before implememation or support of lockbox functionalities. In this section I will try cover both lock box formats. BAI format: BAI is defined in the repository with the following record structures: • FLB01: Header record • FLB02: Service record • FLB04: Overflow record • FLB05: Detail header record • FLB06: Detail record • FLB07: Batch total record • FLB08: Lockbox total record • FLB09: Trailer Record. You can set the number length and number of invoice numbers (or purchase numbers) in customizing. These settings can deviate from structures FLB06 and FLB04. As long as you use
  • 23. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 23 of 25 FI document numbers in transmitting numbers, leading zeros are automatically added by the program. The invoice numbers should be transferred in left-justified form. BAI2: The BAI2 format is a US national standard for bank reporting. Most of the US Bank supports the BAI2 format. Detailed information on the BAI2 report format can be downloaded by visiting the Bank Administration Institutes website at http://www.bai.org/operations/faq.asp. BAI2 The only difference between BAI2 and BAI is that BAI2 has a check record and an overflow record. The SAP system contains the following table structures for these record types. • FLB24: Overflow record • FLB26: Detail record BAI2 can transmit data about the invoice, such as the payment amount, deduction amount and the reason code. Note that either the payment amount or the deduction amount can be transmitted for an invoice. If both are transmitted, the deduction amount is ignored. Invoice numbers (or purchase order numbers) should be transmitted in left-justified form. As long as FI document numbers are used, the program will automatically add leading zeros. Using BAI2, the system will usually be able to produce a greater number of clearing entries and thus reduce the amount of time you will need to spend in the manual postprocessing transaction. You can have your lockbox provider create the BAI2 format by poviding them with the record description, or you can convert your lockbox provider's format to BAI2 by using a preprocessor. Typical BAI2 lock file comes with below record layout. BAI2 Lock Box Record Definitions: • Type 1 - File Header Record • Type 2 - Service Header Record
  • 24. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 24 of 25 • Type 4 - Overflow Record: Provides a means of handling variable quantities of detailed information. When the remitter furnishes more remittance information than can be recorded in the type 6 Detail record, the type 4 Overflow record is used for this data. • Type 5 - Lock Box Detail Header: Used to reduce the size of detail records by carrying the required information that is common in all the detail records that it precedes. • Type 6 - Detail Record: Contains data belonging to 1 remittance (MICR account, check amount, check number). In addition, some companies that use a Type 4 record often utilize the blank portion of the Type 6 record for invoice information as continued in their Type 4 records. • Type 7 - Batch Total Record • Type 8 - Service Total Record • Type 9 - File Trailer Record OSS Notes: OSS note 105231: The lockbox program can search by either invoice number or reference document number. It has performance issues, however, if it searches by reference document number and the reference document happens to have a null value document number or is a reversal document, which may inherit the same reference document number from the original invoice. OSS note 561171: This note should be applied when customers submit partial payments. If not applied, whenever a check contains some invoices that are partially paid and all other invoices are invalid document numbers, the lockbox program will terminate with the message Error in Routine INPUT_PRUEFEN. OSS note 451121,437490, 391311, 358959: These notes should be applied if customers make multiple partial payments for one invoice at different lockbox runs. Without the note applied, the second partial payment won’t be able to be applied to the original invoice. Instead, it will clear off the first partial payment item and post the total amount of two partial payments to account. OSS notes 458841, 407799, and 160257: These notes fix a clearing issue that is triggered when a customer is referencing a credit memo, but only takes the credit amount partially. Error message Exchange rate diff.accts are not defined for account & currency & appears in the lockbox posting log. The error message makes no sense since there are no foreign currencies involved during the whole billing and clearing process. References: • Lockbox functionality in Oracle Application, by Anil R Patel. • Historical Development of BAI format, Wikipedia. • Concept of Lockbox, wiki.sap.sdn
  • 25. www.SuryaPadhi.Com | Surya@SuryaPadhi.Com Page 25 of 25 Lockbox Table References: FEBEP - Electronic Bank Statement Line Items FEBKO - Electronic Bank Statement Header Records AVIP - Payment Advice Line Item AVIK - Payment Advice Header Lockbox Transaction Codes: FBE1 - Create Payment Advice FBE2 - Change Payment Advice FBE6 - Delete Payment Advice FBE3 - Display Payment Advice FBE7 - Add to Payment Advice FLB2 - Import Lockbox File FLB1. FEBA_LOCKBOX - Postprocessing Lockbox Data FLBP - Post Lockbox Data. If you are looking for sample BAI2 file and a tool to create your own BAI file visit www.suryapadhi.com.