Hi Mauro, how are you?
I'm facing the same problem. I've applied the manual steps of SAP Note 1805634 and when I tried to apply the rest of the note using SNOTE, the system is pointing an error in include RFFORIY2 (which is called by program RFFOBR_U), exactly when it's calling the BAdI FIAPBR_RFFOBR_U. The reason is that parameter iv_itau_ver is obligatory and it's commented into the include.
try.
call badi obj_badi_rffobr_u->change_lot_header
exporting
is_j_1bdmexh1 = ls_file_header
is_reguh = ls_reguh
is_regud = ls_regud
iv_feb_version = par_fbla
* iv_itau_ver =
changing
cs_j_1bdmexh2 = j_1bdmexh2.
catch cx_sy_dyn_call_illegal_method.
endtry.
Did you have an answer from SAP?
Thanks and best regards.
Marcos Bertaci