SlideShare une entreprise Scribd logo
1  sur  15
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

Contenu connexe

Tendances

Document splitting in New GL in SAP
Document splitting in New GL in SAPDocument splitting in New GL in SAP
Document splitting in New GL in SAP
Rajesh Shanbhag
 
Vendor downpayment process mapping with EHP4 enhanced functionality
Vendor downpayment process mapping with EHP4 enhanced functionalityVendor downpayment process mapping with EHP4 enhanced functionality
Vendor downpayment process mapping with EHP4 enhanced functionality
Subhrajyoti (Subhra) Bhattacharjee
 

Tendances (20)

Document splitting in New GL in SAP
Document splitting in New GL in SAPDocument splitting in New GL in SAP
Document splitting in New GL in SAP
 
F.19 gr ir regrouping
F.19   gr ir regroupingF.19   gr ir regrouping
F.19 gr ir regrouping
 
172308585 sap-lock-box
172308585 sap-lock-box172308585 sap-lock-box
172308585 sap-lock-box
 
Payment management in SAP
Payment management in SAPPayment management in SAP
Payment management in SAP
 
Lockbox process
Lockbox processLockbox process
Lockbox process
 
SAP FICO General Ledger EndUser Training | www.sapdocs.info
SAP FICO General Ledger EndUser Training | www.sapdocs.infoSAP FICO General Ledger EndUser Training | www.sapdocs.info
SAP FICO General Ledger EndUser Training | www.sapdocs.info
 
Asset accounting
Asset accountingAsset accounting
Asset accounting
 
FS for FICO
FS for FICOFS for FICO
FS for FICO
 
SAP - FIXED ASSETS ACCOUNTING
SAP - FIXED ASSETS ACCOUNTINGSAP - FIXED ASSETS ACCOUNTING
SAP - FIXED ASSETS ACCOUNTING
 
Sap manual bank statement process flow
Sap manual bank statement process flowSap manual bank statement process flow
Sap manual bank statement process flow
 
Sap fi integration with other modules in sap fico
Sap fi integration with other modules in sap ficoSap fi integration with other modules in sap fico
Sap fi integration with other modules in sap fico
 
Electronic bank statement
Electronic bank statementElectronic bank statement
Electronic bank statement
 
80467542 asset-closing-in-sap-fico
80467542 asset-closing-in-sap-fico80467542 asset-closing-in-sap-fico
80467542 asset-closing-in-sap-fico
 
Vendor downpayment process mapping with EHP4 enhanced functionality
Vendor downpayment process mapping with EHP4 enhanced functionalityVendor downpayment process mapping with EHP4 enhanced functionality
Vendor downpayment process mapping with EHP4 enhanced functionality
 
SAP FI-BANK
SAP  FI-BANKSAP  FI-BANK
SAP FI-BANK
 
What is a special gl
What is a special glWhat is a special gl
What is a special gl
 
Po vendor down pay process SAP
Po vendor down pay process SAP Po vendor down pay process SAP
Po vendor down pay process SAP
 
inter-company-reconciliation in SAP
inter-company-reconciliation in SAPinter-company-reconciliation in SAP
inter-company-reconciliation in SAP
 
New GL parallel ledgers in asset accounting
New GL parallel ledgers in asset accounting New GL parallel ledgers in asset accounting
New GL parallel ledgers in asset accounting
 
SAP Accounts Reveivable SAP Documents | http://sapdocs.info
SAP Accounts Reveivable SAP Documents | http://sapdocs.infoSAP Accounts Reveivable SAP Documents | http://sapdocs.info
SAP Accounts Reveivable SAP Documents | http://sapdocs.info
 

Similaire à Lockbox configuration

mohammad abdelmohsen_BF015_ Ar_V2.DOC
mohammad abdelmohsen_BF015_ Ar_V2.DOCmohammad abdelmohsen_BF015_ Ar_V2.DOC
mohammad abdelmohsen_BF015_ Ar_V2.DOC
Mohammad Abd-Elmohsen
 
BIN-ITPD-2100.04c User Reference Manual FI Module Banking
BIN-ITPD-2100.04c User Reference Manual FI Module BankingBIN-ITPD-2100.04c User Reference Manual FI Module Banking
BIN-ITPD-2100.04c User Reference Manual FI Module Banking
Sheila Andaya
 
Electronic bank statement MT 940
Electronic bank statement MT 940Electronic bank statement MT 940
Electronic bank statement MT 940
brcrao
 
Bank accounting-enduser-training-manual
Bank accounting-enduser-training-manualBank accounting-enduser-training-manual
Bank accounting-enduser-training-manual
roy_mithun
 

Similaire à Lockbox configuration (20)

Bank Reconsiliation Configuration
Bank Reconsiliation Configuration Bank Reconsiliation Configuration
Bank Reconsiliation Configuration
 
Cash Receipts in SAP ERP
Cash Receipts in SAP ERPCash Receipts in SAP ERP
Cash Receipts in SAP ERP
 
SAP QA.pptx
SAP QA.pptxSAP QA.pptx
SAP QA.pptx
 
Accounts receivable process
Accounts receivable processAccounts receivable process
Accounts receivable process
 
Electronic bank statement mt940 format
Electronic bank statement mt940 formatElectronic bank statement mt940 format
Electronic bank statement mt940 format
 
Ban k config
Ban k configBan k config
Ban k config
 
22249747 sap-fi-bank-configuration
22249747 sap-fi-bank-configuration22249747 sap-fi-bank-configuration
22249747 sap-fi-bank-configuration
 
SAP FICO Interview questions
SAP FICO Interview questionsSAP FICO Interview questions
SAP FICO Interview questions
 
mohammad abdelmohsen_BF015_ Ar_V2.DOC
mohammad abdelmohsen_BF015_ Ar_V2.DOCmohammad abdelmohsen_BF015_ Ar_V2.DOC
mohammad abdelmohsen_BF015_ Ar_V2.DOC
 
BIN-ITPD-2100.04c User Reference Manual FI Module Banking
BIN-ITPD-2100.04c User Reference Manual FI Module BankingBIN-ITPD-2100.04c User Reference Manual FI Module Banking
BIN-ITPD-2100.04c User Reference Manual FI Module Banking
 
Electronic bank statement MT 940
Electronic bank statement MT 940Electronic bank statement MT 940
Electronic bank statement MT 940
 
AR Process in Detail
AR Process in DetailAR Process in Detail
AR Process in Detail
 
2322829 sap-bankreco
2322829 sap-bankreco2322829 sap-bankreco
2322829 sap-bankreco
 
Bankreco
BankrecoBankreco
Bankreco
 
1 eg s4hana1909_bpd_en_mx
1 eg s4hana1909_bpd_en_mx1 eg s4hana1909_bpd_en_mx
1 eg s4hana1909_bpd_en_mx
 
Bank accounting-enduser-training-manual
Bank accounting-enduser-training-manualBank accounting-enduser-training-manual
Bank accounting-enduser-training-manual
 
Accenture fico interview-questions
Accenture fico interview-questionsAccenture fico interview-questions
Accenture fico interview-questions
 
Tfin50 2
Tfin50 2Tfin50 2
Tfin50 2
 
Fico troubleshooting
Fico troubleshootingFico troubleshooting
Fico troubleshooting
 
Bankreco
BankrecoBankreco
Bankreco
 

Dernier

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Dernier (20)

OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 

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