2018 Sep 19 8:10 AM
Hello,
While installing the the Nugget file 'SAPlink_Daily.nugg', I am getting the error regarding PFSTATUS.
I am trying this on S/4 HANA 1709.
Error Analysis: An exception has occurred which is explained in more detail below. The
exception is assigned to class 'ZCX_SAPLINK' and was not caught in procedure
"CREATE_PFSTATUS" "(METHOD)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated this
exception, the current program was terminated.
The reason for the exception is:
No text exists for this exception.
The issue is at call function 'RS_CUA_INTERNAL_WRITE'.
Regards,
JIb
2022 Feb 17 12:15 PM
the function RS_CUA_INTERNAL_WRITE chek sy-tcode <> 'SE41'
i solve the problam with debuge at breakpoint in line 65 and i change the var sy-tcode to se41
i find note 2159455 that resolve this problam