RFBKVZ10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFBKVZ10 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: BANKL = D Bank Key
Selection Text: BANKS = D Bank Country
Selection Text: PVARI = Layout
Selection Text: XANSC = D Address
Selection Text: XSTEU = D Control
Selection Text: XVERW = D Administrative Data
Title: Bank Directory
Text Symbol: 001 = Country Selection
Text Symbol: 002 = Bank Key Selection
Text Symbol: 003 = Other Selections
Text Symbol: 004 = Bank Directory
Text Symbol: 005 = Country:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = prog i_structure_name = 'BNKA' is_layout = alv_layout it_fieldcat = alv_fieldcat it_sort = alv_sort i_save = 'A' is_variant = alv_variant it_events = alv_events tables t_outtab = dbnka exceptions program_error = 1 others = 2.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = alv_variant i_save = 'A' importing es_variant = alv_variant exceptions not_found = 1 program_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.