Solution : https://service.sap.com/sap/support/notes/1277111 (SAP Service marketplace login required)
Key words :
call function '<pre>_db_bast_oa_get' exporting i_contract_int = i_contract_int i_valid_on = i_valid_on_date importing e_tab_bast_oa = e_tab_bast_oa, financial service=>account management=> tools=>correspondence=>define application forms, create database table <pre>_bast_ofa start transaction se11 fill, create table type <pre>_tab_bast_oa start transaction se11 fill, create structure <pre>_str_bast_oa start transaction se11 fill, call function 'bank_register' exporting i_refresh_module = '<pre>_api_bast_oa_reset', goto=>function groups=> change group <pre>_db_bast_oa press, restrictions press button technical settings data class, short text set package <your_package> set badi implementation, call function '<pre>_db_bast_oa_delete' exporting i_tab_bast_oa = g_tab_bast_oa_delete_buffer
Related Notes :
1388052 | Bank statement - enhance balance transfer for banks CBA 2.0 |
1267236 | |
618769 | Create/change function group |
618242 | Creating / changing database table in ABAP Dictionary |
565029 | Create or change structure in ABAP dictionary |
564726 | Creating table type in ABAP dictionary |
317129 | Creating a function module |