Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Syntax Error after Upgrade

Former Member
0 Likes
829

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.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
642

If nothing related still to be processed in SPAU, you should look for some OSS note, if none found you should raise an incident.

Regards,

Raymond