SAP Reports / Programs

RFBVCA_0 SAP ABAP Report - Bank Data Transfer (Canada)







RFBVCA_0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program is used for transferring the bank directory for banks in Canada (stored in a file) into the SAP system (table BNKA)...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 RFBVCA_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 RFBVCA_0. "Basic submit
SUBMIT RFBVCA_0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBVCA_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 = Path Name
Selection Text: DELE = Set for Deletion
Selection Text: BANKS = Bank Country
Title: Bank Data Transfer (Canada)
Text Symbol: 084 = Canada
Text Symbol: 082 = Name
Text Symbol: 081 = Bank number
Text Symbol: 080 = A
Text Symbol: 073 = D = Mark for deletion
Text Symbol: 072 = U = Change
Text Symbol: 071 = I = Insert
Text Symbol: 070 = Key:
Text Symbol: 066 = Number of errors marked for deletion:
Text Symbol: 065 = Number of banks marked for deletion:
Text Symbol: 064 = Number of banks not changed:
Text Symbol: 063 = Number of change errors:
Text Symbol: 062 = Number of errors when creating:
Text Symbol: 061 = Number of banks changed:
Text Symbol: 060 = Number of banks created:
Text Symbol: 051 = No.of head offices (dif.bank nos):
Text Symbol: 050 = Number of records read:
Text Symbol: 020 = Dataset:
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 = Update Run
Text Symbol: 003 = Test Run
Text Symbol: 001 = Transfer


INCLUDES used within this REPORT RFBVCA_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:

KD_GET_FILENAME_ON_F4 call function 'KD_GET_FILENAME_ON_F4' exporting static = 'X' changing file_name = ds_name.

WS_UPLOAD call function 'WS_UPLOAD' exporting filename = ufile filetype = 'ASC' tables data_tab = itab_all exceptions file_open_error = 1 file_read_error = 2.



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