Description
Checks grouped according to this criteria are then listed with theircheck numbers. Each group can now be compressed and the totals posted on account(clearing account to bank account) if you set the indicator "Postpayroll accounting checks" on the selection screen. If the posting is successful, the system stores the document number ofthe posting in the check register for each check relating to thecompressed posting. This enables you to determine which checks wereposted together as a document. The system displays the date the posting was carried out and theidentification in the field "allocation number". If you do not set the indicator "Post payroll accounting checks", thesystem does not carry out any postings, and the total amount and thecurrency of the totals posting is included in the list. You will thenneed to carry out the posting manually. If you want to post payroll accounting checks, make sure that youalways set the indicator "Post immediately". For these checks, program RFEBCK00 creates clearing postings (outgoingcheck account to bank account) and marks the checks that could besuccessfully posted as "cashed" in the check register. The clearing postings can be placed in a batch input file (batch inputmode) or be posted immediately (call transaction mode). Since there is no standard for data on cashed checks in the USA andmost other countries, a preprocessing program is needed to convert thebank format to the entry format of this program. The entry format ofthis program consists of two record types: header records (CHECK_HEAD)and memo records (CHECK_REC). The CHECK_HEAD and CHECK_REC structures are defined in the DataDictionary. Batch input mode: If no errors occur, the report creates a batch input session whose nameends with '-OK'. If errors occur, a session is generated witherror-free posting records and one with incorrect posting records. Thesession with incorrect posting records is then generated if the amountof the bank check file does not correspond to the amount in the paymentdocument in the SAP System. The name of the incorrect session alwaysends with '-ERR'. The following scenarios can occur: Result: Update in PAYR, FB05 posting record in error-free session. Result: No update in PAYR, FB05 posting record in session with errors,message in processing log. In this case, the check must be marked as "paid" in table PAYR aftersuccessful processing of the batch input session with transaction"FCH6". Result: No update in PAYR, no batch input, message in processing log. Result: Update in PAYR, no batch input, message in processing log. Call transaction mode: This mode functions similarly to batch input mode, the difference beingthat all error-free postings are carried out immediately. Incorrectpostings are collected in a batch input session. The session nameconsists of the program parameter and "-ERR" for error. Precondition INCLUDE FUNKTION_AUSFÜHREN IF &DEVICE& = 'SCREEN' ENDIF INCLUDE FUNKTION_AUSFÜHREN IF &DEVICE& = 'SCREEN' END IF Output |