RFEBGB00_NACC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program &REPORT& RFEBGB00 imports bank statements into the SAP System, and then creates batch input sessions to post to G/L and subledger accounts...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 RFEBGB00_NACC into the relevant SAP transactions such as SE38 or SE80
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: BANKID = Bank format
Selection Text: BATCH = Execute as background job
Selection Text: DATAFILE = Transaction file
Selection Text: EINLESEN = Import data
Selection Text: E_OPTION = Processing errors
Selection Text: HEADFILE = Header file
Selection Text: MREGEL = Rule for naming sessions
Selection Text: M_MATCH = Processing mismatchs
Selection Text: PCUPLOAD = PC Upload
Selection Text: P_BUPRO = Print posting log
Selection Text: P_GSBER = Business area proposal
Selection Text: P_KOAUSZ = Print bank statement
Selection Text: P_STATIK = Print statistics
Selection Text: P_TAPE_T = Print transaction total
Selection Text: SPOOL = Printout to the spool
Selection Text: S_FILTER = BELNR Number Interval
Selection Text: TRALFILE = Trailer file
Selection Text: T_FILTER = XBLNR Number Interval
Selection Text: VALUT_ON = Assign Value Date to Account
Title: Import Bank Statement: Great Britain
Text Symbol: 262 = No data records skipped during processing.
Text Symbol: 263 = No data records indicated with errors.
Text Symbol: 264 = Number Amount
Text Symbol: 300 = Bank transaction code unknown
Text Symbol: 301 = No documents exist with check number &
Text Symbol: 302 = Total amount for items with allocation & does not match amount from bank statement
Text Symbol: 303 = No open items exist with allocation number &
Text Symbol: 304 = Incomplete bank data for identification
Text Symbol: 305 = Amount for check number & does not match amount from bank statement
Text Symbol: 306 = Bank data could not be allocated to vendor
Text Symbol: 307 = Company code & does not match company code in the bank account
Text Symbol: 308 = No documents found for unpaid item &
Text Symbol: 309 = No payment documents found for reference &
Text Symbol: 310 = ************************************************************************************************************************************
Text Symbol: 311 = Skipped: the following transactions are not in the batch input
Text Symbol: 312 = Errors.......: incorrect configuration for the following transactions
Text Symbol: 313 = Warnings....: the following transactions were transferred with a warning to batch input
Text Symbol: 314 = Debit/credit total amount
INCLUDE RFEBBIBG_NACC.
INCLUDE RFEBKA03_NACC.
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = 'X' LIST_NAME = LIST_NAME MODE = 'CURRENT' IMPORTING OUT_ARCHIVE_PARAMETERS = ARC_PARAM OUT_PARAMETERS = PRI_PARAM.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = 'X' LIST_NAME = LIST_NAME MODE = 'CURRENT' IMPORTING OUT_ARCHIVE_PARAMETERS = ARC_PARAM OUT_PARAMETERS = PRI_PARAM.
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 RFEBGB00_NACC or its description.
RFEBGB00_NACC - Import Bank Statement: Great Britain RFEBGB00_NACC - Import Bank Statement: Great Britain RFEBGB00 - Import Bank Statement: Great Britain RFEBGB00 - Import Bank Statement: Great Britain RFEBFW01 - Generate Payment Requests for Payment Advice RFEBFW01 - Generate Payment Requests for Payment Advice