cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Bpay Biller code and CRN capture in SAP for Accounts Payable

0 Kudos
1,224

We have a requirement to create a payment method for AP for Bpay so as to create a payment file in F110 to upload to the bank server and make payments. Two mandatory fields called Biller Code (Vendor's ID with Bpay) and CRN (Our ID with Vendor for BPay) are required in the payment file transferred to the bank server.

These are the identifiers for the payee and payer since no bank accounts are transferred in the payment file. This is a widely used payment method in Australia. So I would like to know if any of you have addressed this requirement.

How is the Biler Code and CRN captured for the Vendor Master or the transaction line items?

Accepted Solutions (0)

Answers (1)

Answers (1)

divyeshSAP
Contributor
0 Kudos

Hi @priyalizthomas @Alister07 ,

Pl. explore below options.

 

StepAreaTransaction / ObjectAction / SettingNotes
1Payment Method SetupFBZP → Payment Method in CountryCreate new payment method “BP” (BPay)Suppress IBAN/Bank Account checks since BPay does not use them
2Payment Method per Company CodeFBZP → Payment Method in Company CodeAssign method “BP” to company codeAllow “Outgoing payments” only
3Vendor Master DataBP / XK02Add fields for Biller Code and CRNOption A: Custom fields (preferred) Option B: Reuse Bank Key = Biller Code & Bank Account Number = CRN
4Invoice ReferenceFB60 / F-43Enter CRN in Reference field (XBLNR)Use if CRN changes per invoice
5Payment Medium FormatDMEE (Payment Medium Workbench)Create / copy format tree for BPayReplace bank details nodes with Biller Code + CRN
6Field Mapping in DMEEDMEE Tree MaintenanceMap fields: – Biller Code → Vendor Master (custom or Bank Key) – CRN → Invoice Reference (XBLNR) or Vendor MasterEnsures correct output to payment file
7House Bank SetupFI12Optional: Define House Bank for BPayOnly if required by bank file structure
8Payment RunF110Run payment program with method “BP”File will generate with Biller Code + CRN instead of bank details
9File TransferBank Connectivity (MBC/BCM)Upload payment file to bankFormat must match BPay standard

Summary:-
-Biller Code = Vendor ID in BPay → usually fixed per vendor.
-CRN = Your reference with vendor → may be fixed or vary per invoice.
-If same vendor uses both EFT & BPay, use custom fields instead of reusing Bank Key/Account.
-DMEE is critical → it decides whether bank details are replaced with BPay fields.

If you find my response helpful, kindly accept the answer and award a Kudos. This motivates me to serve you better.
Appreciate your feedback. Used GenAI
Thanks,
Divyesh