C_TS4FI_2023 · Payment Processing & Bank · ~11% of exam
Payment Processing
Automatic payment runs, house banks, payment methods, electronic bank statements, and cash journals — all Payment Processing topics in C_TS4FI_2023.
Key Concepts
House Bank
Internal representation of a physical bank relationship. Has a bank key (BIC/routing number) and is assigned to company code. One company code can have multiple house banks.
Bank Account
Sub-account under a house bank. Identified by account ID. Linked to a GL account (bank G/L account). Payment transactions post to this GL account.
Payment Method
Defines how a payment is executed: check, bank transfer, SEPA credit transfer, SEPA direct debit. Configured per country and per company code in FBZP.
Payment Run (F110)
Automatic program that selects due invoices, groups them by payment method and bank, and generates payment documents + payment medium (file or check).
Electronic Bank Statement (EBS)
Bank sends a file (MT940, CAMT.053) with account movements. SAP imports it (FF_5), matches transactions to open items, and posts automatically or flags for manual processing.
Cash Journal
Simple module for recording petty cash transactions (cash receipts and payments). Separate from bank accounting. Transaction FBCJ. No automatic bank clearing.
Transaction Codes (T-Codes)
| T-Code | Description |
|---|---|
| FBZP | Payment configuration (house banks, payment methods, GL accounts) |
| F110 | Automatic payment run |
| FF67 / FF_5 | Manual / electronic bank statement import |
| FBCJ | Cash journal posting |
| FBZ5 | Print payment forms / checks |
| FEBA | Post-processing electronic bank statement (manual matching) |
Key Rules to Remember
One house bank → multiple bank accounts → each linked to one GL account
Outgoing payment block: 'A' = blocked, ' ' (blank) = not blocked. F110 skips blocked items
Payment medium workbench (PMW) replaced classic payment medium programs in S/4HANA
Cash journal balance = physical cash on hand. Must be reconciled daily. GL account assigned in customizing
Config Paths (SPRO)
SPRO → Financial Accounting → Accounts Receivable & Payable → Business Transactions → Outgoing Payments → Automatic Outgoing Payments → Payment Method/Bank Selection
SPRO → Financial Accounting → Bank Accounting → Bank Accounts → Define House Banks
SPRO → Financial Accounting → Bank Accounting → Business Transactions → Payment Transactions → Electronic Bank Statement → Make Global Settings
Exam Traps — Common Mistakes
F110 payment run sequence cannot be skipped: Parameters → Proposal → (Edit) → Payment run → Print. Each step must complete before the next.
Payment method must be configured at country level (SPRO) AND at company code level (FBZP) AND entered in vendor master for F110 to select it.
SEPA credit transfer vs SEPA direct debit: credit transfer = company pays vendor (outgoing), direct debit = company collects from customer (incoming). Mandates required for direct debit.
Electronic bank statement matching rules: algorithm matches by amount, document number, reference. Unmatched items go to a clearing account for manual resolution (FEBA).