Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
If the Docu Performer was never used before or your BW/4HANA 2.0 is a new system, you do not have to do any of the steps below.

Summary

If your Docu Performer (DP) is currently used with an SAP release lower than BW/4HANA 2.0 and then updated to BW/4HANA 2.0, the following solution is necessary.

Error

Code Block
languageactionscript3
themeDJango
-------------------------
AppVersion: 19.3.0.0 Main - Branch: Main - ChangeSet: 25426 - ReleaseDate: 2019.8.27
2019.08.27|10:24:12
ERPConnect.ABAPRuntimeException: RfcInvoke failed(RFC_ABAP_RUNTIME_FAILURE): SYNTAX_ERROR - Syntax error in program SAPLZ_DEV_DP                            .
   at ERPConnect.NW.NwApi.CallFunction(IntPtr client, IntPtr function)
   at ERPConnect.NW.NwClientFunction.CallApi()
   at ERPConnect.NW.NwClientFunction.Execute(String tid, String queue)
   at ERPConnect.RFCFunction.ExecuteImplementation(String tid, String queue)
   at ProjectB.BusinessLogic.Providers.SapProviders.SapFuncProviders.RFCFunctionWrapper.ExecuteFunction(RFCFunction func, Boolean remote, Boolean logError)

RfcInvoke failed(RFC_ABAP_RUNTIME_FAILURE): SYNTAX_ERROR - Syntax error in program SAPLZ_DEV_DP                            .
-------------------------

Cause

Function Module CODESCAN is outdated.

Solution

  1. Update your DP to v19.3 or higher.
  2. Delete manually the function module RFC_CODESCAN (SE80) and /wiki/spaces/DPUM193/pages/583735059

...