SAP Reports / Programs

RFEBGB00_NACC SAP ABAP Report - Import Bank Statement: Great Britain







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFEBGB00_NACC. "Basic submit
SUBMIT RFEBGB00_NACC AND RETURN. "Return to original report after report execution complete
SUBMIT RFEBGB00_NACC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 320 = T028G: different +/- signs for bank transaction code were assigned ;
Text Symbol: 330 = Check no. & already cashed
Text Symbol: 340 = Check no. & not valid
Text Symbol: 350 = No check number found
Text Symbol: 001 = Electronic bank statement
Text Symbol: 002 = EL BANK STMT
Text Symbol: 010 = **************************************************************************
Text Symbol: 011 = While importing the electronic bank statement, the system determined
Text Symbol: 012 = that not all external transactions (business transaction code,
Text Symbol: 013 = text key or posting text) are in table T028G.
Text Symbol: 015 = Enter the transactions in table T028G.
Text Symbol: 017 = After this step, restart processing.
Text Symbol: 018 = Bank statement is already in SAP System and need not be imported again
Text Symbol: 019 = Therefore, enter a blank space in the "Import data" field
Text Symbol: 030 = Following entries missing in table T028G:
Text Symbol: 031 = TranTyp. External transaction +/- sign
Text Symbol: 032 = Frm bank stmt
Text Symbol: 111 = Acct holder...:
Text Symbol: 112 = Bank..........:
Text Symbol: 113 = Acct number...:
Text Symbol: 114 = Statemnt date.:
Text Symbol: 115 = Stmnt number.:
Text Symbol: 117 = Currency......:
Text Symbol: 120 = LINo. PostDt Posting Text Payment Receipt Bal.
Text Symbol: 130 = Opening Bal.
Text Symbol: 131 = Cl. Bal.
Text Symbol: 132 = Total Deb.
Text Symbol: 133 = Total Cred.
Text Symbol: 152 = No line items found in bank statement &
Text Symbol: 160 = Posting params
Text Symbol: 161 = Post Immed.
Text Symbol: 162 = Posting Mode
Text Symbol: 163 = Generate Batch Input
Text Symbol: 164 = Session Nms
Text Symbol: 165 = File Specs
Text Symbol: 166 = Algorithms
Text Symbol: 167 = Output Control
Text Symbol: 168 = Do Not Post
Text Symbol: 170 = CM Payment Advice





Text Symbol: 171 = Bk Pstg Only
Text Symbol: 172 = Cash Management
Text Symbol: 173 = Planning Type
Text Symbol: 174 = Summariz.
Text Symbol: 176 = Bundling
Text Symbol: 260 = BankNo. Acct no. TC Date D/C Amount Error text
Text Symbol: 261 = No data records with warnings.


INCLUDES used within this REPORT RFEBGB00_NACC

INCLUDE RFEBBIBG_NACC.
INCLUDE RFEBKA03_NACC.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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.