‎2016 Aug 31 11:00 AM
Good Day Gurus,
Upon upgrading ERP system, we are trying to Use RECN tcode but its resulting in Dump as follows:
I did a comparison between our Production System and the Upgraded one but found no differences.
The error shows that in the Class named: /CFMFND/RE_TDAOF_HANDLER
there is a SET_HANDLER that uses the following method and parameters:
CALL METHOD lo_tdaof->mo_ao->get_rs_object
EXPORTING
id_activity = reca1_activity-change
ic_ooid = <ls_tdaof>-ooid
IMPORTING
eo_rs_object = lo_oo ---------------> this should be as eto_rs_object as per the error explanation, how can I do that?
EXCEPTIONS
not_found = 1
locked = 2
OTHERS = 3.
What approach should I use? please provide your answers with steps, links, guides that I can follow (as I'm clueless about this).
Regards.
‎2016 Aug 31 11:04 AM