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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.