Hello All,
I have applied SAP Notes 1805634 and 1876119 (release 470), and now I´m facing a the following short dump error when executing program RFFOBR_U:
OBJECTS_OBJREF_NOT_ASSIGNED_NO - exception CX_SY_REF_IS_INITIAL
This errors occurs when program RFFORIY2 (called by program RFFOBR_U) tries to execute the method CHANGE_LOT_HEADER in the ABAP code below:
TRY.
CALL METHOD 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 = par_ver
CHANGING
cs_j_1bdmexh2 = j_1bdmexh2.
CATCH cx_sy_dyn_call_illegal_method.
ENDTRY.
Did someone face the same problem ? Can someone help me on this issue ?
Thanks in advance !
Mauro