BAPI Connector for SAP Solutions
0
Hello, everyone. After I import the Bapi connector for SAP solutions module, mendix runs with errors Error message: Buildfile: E:\Mendix-project\BIEL_MROMobileApp-main\deployment\build_core.xml compile: [javac] Compiling 38 source files to E:\Mendix-project\BIEL_MROMobileApp-main\deployment\run\bin [javac] E:\Mendix-project\BIEL_MROMobileApp-main\javasource\sapbapiconnector\actions\GetBAPIMetadata.java:82: 错误: 找不到符号 [javac] String requestJSON = null != jcoFunction.getImportParameterList() ? jcoFunction.getImportParameterList().toJSON() : null; [javac] ^ [javac] 符号: 方法 toJSON() [javac] 位置: 接口 JCoParameterList [javac] E:\Mendix-project\BIEL_MROMobileApp-main\javasource\sapbapiconnector\actions\GetBAPIMetadata.java:83: 错误: 找不到符号 [javac] String responseJSON = null != jcoFunction.getExportParameterList() ?jcoFunction.getExportParameterList().toJSON() : null; [javac] ^ [javac] 符号: 方法 toJSON() [javac] 位置: 接口 JCoParameterList [javac] E:\Mendix-project\BIEL_MROMobileApp-main\javasource\sapbapiconnector\processor\BAPIProcessor.java:36: 错误: 找不到符号 [javac] String responseJSON = bapiFunction.getExportParameterList().toJSON(); Code error:
asked
TanXS
2 answers
0
The error message tells that the request JSON is empty. Can you debug to see if $JCoDestination has the values you expect?

https://docs.mendix.com/partners/sap/sap-bapi-connector/
answered
Marco Spoel
0
Hi TanXS
I am facing the same issue how did you resolve it ?
answered
Pranjal Karaiya