toJSON method is missing from the java action in sap
0
Hello Everyone, I am using SAPBAPI connector module to get data after pasting the JCO3.dll and JCO3.jar file in the userlib folder I am gating error mentioned billow Buildfile: C:\SAPTestApp-main\deployment\build_core.xml compile: [javac] Compiling 228 source files to C:\SAPTestApp-main\deployment\run\bin [javac] C:\SAPTestApp-main\javasource\sapbapiconnector\processor\BAPIProcessor.java:88: error: cannot find symbol [javac] responseJSON = bapiFunction.getExportParameterList().toJSON(); [javac] ^ [javac] symbol: method toJSON() [javac] location: interface JCoParameterList [javac] C:\SAPTestApp-main\javasource\sapbapiconnector\processor\BAPIProcessor.java:97: error: cannot find symbol [javac] tableResponseJSON = bapiFunction.getTableParameterList().toJSON(); [javac] ^ [javac] symbol: method toJSON() [javac] location: interface JCoParameterList [javac] C:\SAPTestApp-main\javasource\sapbapiconnector\utils\BAPIAttributeMapper.java:47: error: cannot find symbol [javac] bapiFunction.getImportParameterList().fromJSON(functionRequest.getImportRequestJSON()); [javac] ^ [javac] symbol: method fromJSON(String) [javac] location: interface JCoParameterList [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 3 errors
asked
Pranjal Karaiya
1 answers
2
answered
Eric Tieniber