RFBVGB_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 Great Britain (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 RFBVGB_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 = File Path Name
Selection Text: DELE = Set Deletion Flag
Selection Text: BANKS = Bank Country
Title: Bank Data Transfer (Great Britain)
Text Symbol: 083 = Great Britain
Text Symbol: 082 = Name
Text Symbol: 081 = Bank Number
Text Symbol: 080 = A
Text Symbol: 073 = D = Set Deletion Flag
Text Symbol: 072 = U = Change
Text Symbol: 071 = I = Insert
Text Symbol: 070 = Legend
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: 051 = No.of head offices (diff.bk no.):
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 = UPDATE RUN
Text Symbol: 003 = T E S T R U N
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.