SlideShare a Scribd company logo
4
Most read
8
Most read
13
Most read
Lockbox Configuration
created by Gagan Pareek on Sep 23, 2013 8:22 AM, last modified by Gagan Pareek on Apr 13, 2014 8:31 PM
Version 3i nShar e2
Lockbox process
The predominant way payments are made in US is by checks. Lockboxs help in speedy deposit of funds and clearance
of customer accounts. Lockboxs are special depository accounts set up at a bank to which customer remit their invoice payments.
Banks daily than submit company’s an electronic file listing all deposits and invoices that are paid against. Company’s
than upload these files in SAP and updatetheir balance and clear customers i.e. A/R accounts.
Some company’s setup single lockbox whereas others set up lockboxs at different locations thought the country in
order to decrease the time it takes to receive the customer payments.
Figure 1: Lockbox Process Flow
Lockbox File Formats
SAP supports both USlockbox file formats – BAI & BAI2.Each bank has its own standard BAI and BAI2, hence
configuration and testing needs to be done depending on bank file configuration.
Hence if you are not comfortable with bank file format either you can approach them to modify it depending on your requirement
else ABAP can help in writing a preprocessing program and make file fit with SAP standard format.
Difference between BAI and BAI2
BAI2 is advised as because it has greater probability of producing automatic matches in theprocessing and because it allows one
to record deduction information and create proper residual postings.
Relationship betweenEBS and Lockbox
Assume on Day 1 company receives Lockbox file from bank and on Day 2 receives EBS file.
Day 1 When the bank receives a check from customer with remittance information its sends it in Lockbox file. Lockbox file
when processed will generate below accounting posting
Dr Bank Clearing account - incoming
Cr Lockbox Clearing Account
Dr Lock box clearing account
Cr Customer account (customer sub ledger)
Day 2 when thecheck is cleared in bank, it appears in EBS. EBS when processed produces below accounting entry
Dr Bank Main GL
Cr Bank Clearing Account - incoming
Lockbox Configuration
House Bank Configuration
Create House banks
A. Menu Path: Financial Accounting à General Ledger Accounting à Bank – RelatedAccounting à Bank Accounts à Define
House Banks
Transaction Code: FI12
Under the house bank create Bank account from FBZP transaction code.
After creation of House bank and Bank account under company code, it should look like this in FBZP transaction code.
Lock Box Configuration
A. Path: IMG àFinancial Accountingà Bank Accounting à Business Transactions à Payment Transactions à Lock box àDefine
postingparameters
T Code: OBAX
Select highlighted row and click on change item button.
Document NumberLength: Field is only applicable for BAI record
A. Num. of doc numbers in type 6: Field is only applicable for BAI record
B. Num. of doc numbers in type 4: Field is only applicable for BAI record
G/L account Postings: Activatethis indicator to make postings to your cash account in theG/L for deposits. Activating this field
is recommended
Incoming Customerpayments: Activatethis indicator to make postings to A/R sub ledger in order to clear customer accounts
and create residual postings. Activating this field is recommended
Insert Bank Details: Applicablefor batch input session name that updates bank details of master records for customers who
have either changed bank information or did not have bank information maintained for them
G/L account posting type
1 - Creates postingto G/L account for every check in the file
2 - Creates one posting to the G/L account for entire lockbox file
3 - Creates one posting to the G/L account for entire batch
Automatic Posting from lockbox
I. IMG à Financial Accountingà Bank Accounting àBusiness Transactions àPayment TransactionsàLock boxà Define postingdata
OBAY
Destination: This field should contain the destination code the bank submits to you in your lockbox file
Origin: This field should contain theyour lockbox number (bank account) number at thebank
IMG à Financial Accountingà Bank Accounting àBank Accounts à Define Lockboxes for Housebank
Click on first option
Customer Master Data
Transaction Code: XD03
Maintain Bank details in customer master data which bank will send in lockbox file
.
Customer Invoice Posting
Post one 600 amount customer invoice. Invoice will display in open state.
T code FB70
Open the invoice
Transaction code: FB03
T code: FBL5N (Customer Report)
Below report shows customer item and it’s not cleared.
Lockbox file processing
SAP gives option of using one of the two standard algorithms for lockbox processing. A common misrepresentation is
that one can create own algorithm which is not correct. We can only use the pen delivered by SAP. Program RFEBLB00 is the
processing program. Documentation can be viewed for this program from SE38 transaction code. This program contains lot many
user exits whether one can add any additional business logic.
Two algorithms that are used are 001 and 003. If file contains checks that cannot be applied against specific invoice but
for which customer account is known, SAP posts them on the customer account without reference to any specific invoice. Using
algorithm 003, SAP distributes the check across open invoices, beginning at the oldest invoice and working its way forward until
the check amount is fully distributed.
File Import:
A. Menu Path: SAP Easy Access à Accounting àFinancial Accounting àBanks à Lockbox à FLB2 Import.
Transaction Code: FLB2
Save the lockbox file attached with this document and modify the document number in file with open customer invoice.
Click on green execute button.
Click on back button.
Transaction Code: FLB1
Enter Lockbox details and click on execute button
Select the one which contains data in file. For example if file contains 1123456 is second session name will be 1123456. Right
click on 1123456 and select Process Checks options.
Right click on Session name and click on Process option.
Vendor Document Clearing Report
Again view customer invoice it will be displayed as cleared from thepayment received and posted via lockbox
Notes
1) If you get below message, modify the following in file. Unique key for each lockbox file is its header record i.e. Destination,
Origin name, Date and time. Modify theseconds’ part and rerun thefile.
1) Sap file generation
Use Test Lockbox Generation Programs RFEBLBT2 to generate BA12 format and RFEBLBT3 for IDOC format. These
programs will generate customer open items and a lockbox file for processing. Utilizeprogram RFEBKA96 to delete loaded test
data
2) Sample File Understanding
100MANGDESTINMANGORIGIN130903123557
20000000000000000000000
56660011123557130903MANGDESTINMANGORIGIN
666600200000600000110003900345205865100000002
466600360191800000023 00000000600000000000
766600411235571309030010000060000
8666005112355713090300010000060000
9000000
File content explanation with help of differnet Color Codes
100000002 =Check Number
666 = Batch ID
1800000023 = FI customer Invoice
123557130903 = Date& time in Header (i.e. first record) and Time & Datein below records.
600000 = Check/Invoice Amount depending on Row
110003900345205865 = Customer Master Record Bank details.
3) Sample file of BAI2 program can also be generated from SAP directly on execution of programs
Same can be downloaded and uploaded with just modification of document number else copy from below location
100MANGDESTINMANGORIGIN130903123557
20000000000000000000000
56660011123557130903MANGDESTINMANGORIGIN
666600200000600000110003900345205865100000002
466600360191800000023 00000000600000000000
766600411235571309030010000060000
8666005112355713090300010000060000
9000000

More Related Content

PDF
SAP Lock Box Process
PDF
172308585 sap-lock-box
DOCX
Lockbox process
PPT
SAP FI-BANK
DOC
F 37 customer down payment request
PDF
Co product costing config ecc6
DOC
Bank reconciliation ff67
PDF
Sap manual bank statement process flow
SAP Lock Box Process
172308585 sap-lock-box
Lockbox process
SAP FI-BANK
F 37 customer down payment request
Co product costing config ecc6
Bank reconciliation ff67
Sap manual bank statement process flow

What's hot (20)

PDF
22249747 sap-fi-bank-configuration
PDF
SAP FICO Course Content .pdf
PDF
Quick sap co configuration Internal Order
PPTX
SAP - Asset Accounting.pptx
DOC
New gl-configuration-step-by-step (2)
PDF
SAP FICO-interview-questions
PDF
Sap fi automatic payment program (configuration and run)
PPTX
Withholding tax in sap
PDF
Quick sap co configuration accrual
DOCX
Configuration of TCS
PDF
Sap co profit center accounting
PPT
SAP Accounts Payable Payment | http://sapdocs.info
PDF
SAP Bank Accounting - EBS Compilation by Techlorean.pdf
PDF
Electronic bank statement mt940 format
PDF
SAP FI AP: Configuration & End User Guide
DOC
Fi payment advice functional spec.
PDF
Sap fi configuration
PDF
GST_Configuration Document_GANESH_SAPSD
PDF
SAP Asset Accounting
DOCX
FS for FICO
22249747 sap-fi-bank-configuration
SAP FICO Course Content .pdf
Quick sap co configuration Internal Order
SAP - Asset Accounting.pptx
New gl-configuration-step-by-step (2)
SAP FICO-interview-questions
Sap fi automatic payment program (configuration and run)
Withholding tax in sap
Quick sap co configuration accrual
Configuration of TCS
Sap co profit center accounting
SAP Accounts Payable Payment | http://sapdocs.info
SAP Bank Accounting - EBS Compilation by Techlorean.pdf
Electronic bank statement mt940 format
SAP FI AP: Configuration & End User Guide
Fi payment advice functional spec.
Sap fi configuration
GST_Configuration Document_GANESH_SAPSD
SAP Asset Accounting
FS for FICO
Ad

Similar to Lockbox configuration (20)

PPTX
Cash Receipts in SAP ERP
PDF
Auto lock box
PDF
Implementing lockbox
PDF
Ar implementing lockbox
PDF
Implementing lockbox
PDF
How to-use-the-payment-wizard-in-sap-business-one
PDF
Lockbox process-configuration
PDF
List of Coversions in Oracle Apps
PPT
SAP Accounts Reveivable Financial Transaction | http://sapdocs.info
DOCX
Bank Master Data, House bank, APP and DMEE.docx
DOCX
Accenture fico interview-questions
PPTX
Lockbox --Think inside Box.
DOCX
Sap index
PDF
Ban k config
PDF
100505811 lockbox-user-guide
PDF
SAP Business One Payment Wizard
DOC
NEBA_ABONGNWI_CVA
PDF
Fico troubleshooting
DOCX
Ap ar questions
DOCX
Ap ar questions
Cash Receipts in SAP ERP
Auto lock box
Implementing lockbox
Ar implementing lockbox
Implementing lockbox
How to-use-the-payment-wizard-in-sap-business-one
Lockbox process-configuration
List of Coversions in Oracle Apps
SAP Accounts Reveivable Financial Transaction | http://sapdocs.info
Bank Master Data, House bank, APP and DMEE.docx
Accenture fico interview-questions
Lockbox --Think inside Box.
Sap index
Ban k config
100505811 lockbox-user-guide
SAP Business One Payment Wizard
NEBA_ABONGNWI_CVA
Fico troubleshooting
Ap ar questions
Ap ar questions
Ad

Recently uploaded (20)

PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PPTX
Essential Infomation Tech presentation.pptx
PDF
System and Network Administraation Chapter 3
PPTX
Introduction to Artificial Intelligence
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
ai tools demonstartion for schools and inter college
How to Choose the Right IT Partner for Your Business in Malaysia
Design an Analysis of Algorithms I-SECS-1021-03
Reimagine Home Health with the Power of Agentic AI​
2025 Textile ERP Trends: SAP, Odoo & Oracle
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Navsoft: AI-Powered Business Solutions & Custom Software Development
Understanding Forklifts - TECH EHS Solution
Odoo POS Development Services by CandidRoot Solutions
Which alternative to Crystal Reports is best for small or large businesses.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
VVF-Customer-Presentation2025-Ver1.9.pptx
Essential Infomation Tech presentation.pptx
System and Network Administraation Chapter 3
Introduction to Artificial Intelligence
Wondershare Filmora 15 Crack With Activation Key [2025
ai tools demonstartion for schools and inter college

Lockbox configuration

  • 1. Lockbox Configuration created by Gagan Pareek on Sep 23, 2013 8:22 AM, last modified by Gagan Pareek on Apr 13, 2014 8:31 PM Version 3i nShar e2 Lockbox process The predominant way payments are made in US is by checks. Lockboxs help in speedy deposit of funds and clearance of customer accounts. Lockboxs are special depository accounts set up at a bank to which customer remit their invoice payments. Banks daily than submit company’s an electronic file listing all deposits and invoices that are paid against. Company’s than upload these files in SAP and updatetheir balance and clear customers i.e. A/R accounts. Some company’s setup single lockbox whereas others set up lockboxs at different locations thought the country in order to decrease the time it takes to receive the customer payments. Figure 1: Lockbox Process Flow Lockbox File Formats SAP supports both USlockbox file formats – BAI & BAI2.Each bank has its own standard BAI and BAI2, hence configuration and testing needs to be done depending on bank file configuration. Hence if you are not comfortable with bank file format either you can approach them to modify it depending on your requirement else ABAP can help in writing a preprocessing program and make file fit with SAP standard format. Difference between BAI and BAI2
  • 2. BAI2 is advised as because it has greater probability of producing automatic matches in theprocessing and because it allows one to record deduction information and create proper residual postings. Relationship betweenEBS and Lockbox Assume on Day 1 company receives Lockbox file from bank and on Day 2 receives EBS file. Day 1 When the bank receives a check from customer with remittance information its sends it in Lockbox file. Lockbox file when processed will generate below accounting posting Dr Bank Clearing account - incoming Cr Lockbox Clearing Account Dr Lock box clearing account Cr Customer account (customer sub ledger) Day 2 when thecheck is cleared in bank, it appears in EBS. EBS when processed produces below accounting entry Dr Bank Main GL Cr Bank Clearing Account - incoming Lockbox Configuration House Bank Configuration Create House banks A. Menu Path: Financial Accounting à General Ledger Accounting à Bank – RelatedAccounting à Bank Accounts à Define House Banks
  • 3. Transaction Code: FI12 Under the house bank create Bank account from FBZP transaction code.
  • 4. After creation of House bank and Bank account under company code, it should look like this in FBZP transaction code. Lock Box Configuration A. Path: IMG àFinancial Accountingà Bank Accounting à Business Transactions à Payment Transactions à Lock box àDefine postingparameters T Code: OBAX
  • 5. Select highlighted row and click on change item button. Document NumberLength: Field is only applicable for BAI record A. Num. of doc numbers in type 6: Field is only applicable for BAI record B. Num. of doc numbers in type 4: Field is only applicable for BAI record G/L account Postings: Activatethis indicator to make postings to your cash account in theG/L for deposits. Activating this field is recommended Incoming Customerpayments: Activatethis indicator to make postings to A/R sub ledger in order to clear customer accounts and create residual postings. Activating this field is recommended Insert Bank Details: Applicablefor batch input session name that updates bank details of master records for customers who have either changed bank information or did not have bank information maintained for them G/L account posting type 1 - Creates postingto G/L account for every check in the file 2 - Creates one posting to the G/L account for entire lockbox file 3 - Creates one posting to the G/L account for entire batch Automatic Posting from lockbox I. IMG à Financial Accountingà Bank Accounting àBusiness Transactions àPayment TransactionsàLock boxà Define postingdata OBAY
  • 6. Destination: This field should contain the destination code the bank submits to you in your lockbox file Origin: This field should contain theyour lockbox number (bank account) number at thebank IMG à Financial Accountingà Bank Accounting àBank Accounts à Define Lockboxes for Housebank Click on first option
  • 7. Customer Master Data Transaction Code: XD03 Maintain Bank details in customer master data which bank will send in lockbox file
  • 8. . Customer Invoice Posting Post one 600 amount customer invoice. Invoice will display in open state. T code FB70 Open the invoice Transaction code: FB03
  • 9. T code: FBL5N (Customer Report) Below report shows customer item and it’s not cleared.
  • 10. Lockbox file processing SAP gives option of using one of the two standard algorithms for lockbox processing. A common misrepresentation is that one can create own algorithm which is not correct. We can only use the pen delivered by SAP. Program RFEBLB00 is the processing program. Documentation can be viewed for this program from SE38 transaction code. This program contains lot many user exits whether one can add any additional business logic. Two algorithms that are used are 001 and 003. If file contains checks that cannot be applied against specific invoice but for which customer account is known, SAP posts them on the customer account without reference to any specific invoice. Using algorithm 003, SAP distributes the check across open invoices, beginning at the oldest invoice and working its way forward until the check amount is fully distributed. File Import: A. Menu Path: SAP Easy Access à Accounting àFinancial Accounting àBanks à Lockbox à FLB2 Import. Transaction Code: FLB2 Save the lockbox file attached with this document and modify the document number in file with open customer invoice.
  • 11. Click on green execute button. Click on back button.
  • 12. Transaction Code: FLB1 Enter Lockbox details and click on execute button Select the one which contains data in file. For example if file contains 1123456 is second session name will be 1123456. Right click on 1123456 and select Process Checks options.
  • 13. Right click on Session name and click on Process option. Vendor Document Clearing Report Again view customer invoice it will be displayed as cleared from thepayment received and posted via lockbox
  • 14. Notes 1) If you get below message, modify the following in file. Unique key for each lockbox file is its header record i.e. Destination, Origin name, Date and time. Modify theseconds’ part and rerun thefile. 1) Sap file generation Use Test Lockbox Generation Programs RFEBLBT2 to generate BA12 format and RFEBLBT3 for IDOC format. These programs will generate customer open items and a lockbox file for processing. Utilizeprogram RFEBKA96 to delete loaded test data 2) Sample File Understanding 100MANGDESTINMANGORIGIN130903123557 20000000000000000000000 56660011123557130903MANGDESTINMANGORIGIN 666600200000600000110003900345205865100000002 466600360191800000023 00000000600000000000 766600411235571309030010000060000 8666005112355713090300010000060000 9000000 File content explanation with help of differnet Color Codes
  • 15. 100000002 =Check Number 666 = Batch ID 1800000023 = FI customer Invoice 123557130903 = Date& time in Header (i.e. first record) and Time & Datein below records. 600000 = Check/Invoice Amount depending on Row 110003900345205865 = Customer Master Record Bank details. 3) Sample file of BAI2 program can also be generated from SAP directly on execution of programs Same can be downloaded and uploaded with just modification of document number else copy from below location 100MANGDESTINMANGORIGIN130903123557 20000000000000000000000 56660011123557130903MANGDESTINMANGORIGIN 666600200000600000110003900345205865100000002 466600360191800000023 00000000600000000000 766600411235571309030010000060000 8666005112355713090300010000060000 9000000