SAPF124 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program clears open items from customer, vendor and G/L accounts (in particular, GR/IR clearing accounts) automatically...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPF124 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
F13L - Autom. Clearing Spec. to Ledger Grp
F13E - Automatic Clearing With Currency
F.13 - Automatic Clearing without Currency
J1GPUF124 - Automatic clearing
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: AUGDT = Clearing Date
Selection Text: BMONAT = Period
Selection Text: BUKRX = Company Code
Selection Text: DOCNR = Document Number
Selection Text: GJAHX = Fiscal Year
Selection Text: KONTD = Customers
Selection Text: KONTK = Vendors
Selection Text: KONTS = G/L Accounts
Selection Text: MIN_BEL = Minimum Number of Line Items
Selection Text: POSTDATE = Posting Date
Selection Text: PZBSISGR = Maximum Number of Groups
Selection Text: SHBKD = Special G/L Indicator-Customer
Selection Text: SHBKK = Special G/L Indicator - Vendor
Selection Text: XAUGDT = Date from Most Recent Document
Selection Text: XAUSBEL = Documents that can be cleared
Selection Text: XAUSLW = Expiring Currencies
Selection Text: XNAUSBEL = Documents that cannot be clrd
Selection Text: SO_ZUONR = D .
Selection Text: P_LG = D .
Selection Text: ZWAERS = Clearing Currency
Selection Text: X_TESTL = Test run
Selection Text: X_SHBLF = Special G/L transactions
Selection Text: X_SHBKN = Special G/L transactions
Selection Text: X_SAKNR = Select G/L accounts
Selection Text: X_LIFNR = Select vendors
Selection Text: X_LGCLR = Ledger Group-specific Clearing
Selection Text: X_KUNNR = Select customers
Selection Text: X_FEHLER = Error Messages
Selection Text: X_AVISD = Grouping by payment advice no.
Selection Text: XTOLEB = Permit individual line items
Selection Text: XTOL = Include tolerances
Selection Text: XSOBWERE = GR/IR account special process.
Selection Text: XSOBEBVK = Clearing curr. from assignment
Selection Text: XNKON = Include suppl. account assgmnt
Title: Automatic Clearing
Text Symbol: 304 = Stop time "
Text Symbol: 303 = Stop date "
Text Symbol: 302 = Start time "
INCLUDE F124TOP.
INCLUDE F124_AUSLAUFENDE_WAEHRUNG_MF01.
INCLUDE F124_CHECK_PAYMENT_METHODF01.
INCLUDE F124_SET_GLOBAL_FLAGSF01.
INCLUDE F124_MODIF_SCREEN_CLF01. "1029245
INCLUDE F124_SET_INFO_ICONF01. "1029245
No SAP DATABASE tables are accessed within this REPORT code!
CURRENCY_EXPIRATION_CHECK CALL FUNCTION 'CURRENCY_EXPIRATION_CHECK' EXPORTING currency = zwaers date = augdt object = 'BKPF' bukrs = i001-bukrs EXCEPTIONS warning_occurred = 1 error_occurred = 2.
CURRENCY_CHECK_FOR_PROCESS CALL FUNCTION 'CURRENCY_CHECK_FOR_PROCESS' EXPORTING process = 'SAPF124E' EXCEPTIONS process_not_maintained = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name SAPF124 or its description.
SAPF124 - Automatic Clearing SAPF124 - Automatic Clearing SAPF123S - Delete Blocked Entries from the Automatic Clearing Program SAPF123S - Delete Blocked Entries from the Automatic Clearing Program SAPF122 - References from Original Documents to Following Recurring Documents SAPF122 - References from Original Documents to Following Recurring Documents