RFC Destination does not exist
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to configure an application running in Tomcat 8.5 with Neo Cloud SDK 3.54.23 to connect to an RFC destination and run the following code: String destinationName = "RFCQueryEndpoint"; ErpConfigContext erpConfigContext = new ErpConfigContext(destinationName); ErpEndpoint endpoint = new ErpEndpoint(erpConfigContext); response.getWriter().write(new Gson().toJson(new DefaultFinancialTransactionService().getList() .execute(endpoint).getListOfSelectedTransactions())); I have tried multiple ways of configuring the RFC destination, but