SAP Reports / Programs

RFBVES_0 SAP ABAP Report - Transfer of Bank Data (Spain)







RFBVES_0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program, a bank directory stored as a UNIX file can be transferred to the SAP System (table BNKA) or already existing banks can be revised in the SAP System for the bank country Spain...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 RFBVES_0 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 RFBVES_0. "Basic submit
SUBMIT RFBVES_0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBVES_0 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: REAL = Update Run
Selection Text: MAX-REC = Maximum Number of Records
Selection Text: LIST = Detail List
Selection Text: DS_NAME = File Path Name
Selection Text: BANKS = Bank Country
Selection Text: %_U006%% = ?...(%_U006%%)
Selection Text: %_SKP007 = ?...(%_SKP007)
Selection Text: %_SKP005 = ?...(%_SKP005)
Title: Transfer of Bank Data (Spain)
Text Symbol: 082 = Name
Text Symbol: 081 = Bank Number
Text Symbol: 080 = A
Text Symbol: 066 = Number of deletion flag errors:
Text Symbol: 065 = No. of banks flagged for deletion:
Text Symbol: 064 = Number of banks not changed:
Text Symbol: 063 = Number of change errors:
Text Symbol: 062 = Number of insertion errors:
Text Symbol: 061 = Number of banks changed:
Text Symbol: 060 = Number of banks created:
Text Symbol: 054 = Record no. accdg to file:
Text Symbol: 053 = No. of type 99 records read:
Text Symbol: 052 = No. of type 01 records read:
Text Symbol: 051 = No. of type 00 records read:
Text Symbol: 050 = No. of records read:
Text Symbol: 020 = Dataset Name
Text Symbol: 008 = No banks were created, changed or flagged for deletion
Text Symbol: 007 = Detail list
Text Symbol: 006 = Error List
Text Symbol: 004 = Production Run - CSB File from
Text Symbol: 003 = Test Run - CSB File from
Text Symbol: 001 = Transfer


INCLUDES used within this REPORT RFBVES_0

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RFBVES_0 or its description.