本文介绍了SAP ERP与C ++集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我需要在其中读取和写入数据时,是否有适用于SAP ERP 4.0的C ++或.NET SDK?
Is there a SDK for C++ or .NET available for SAP ERP 4.0 as I need to read and write data into it?
推荐答案
我不确定SAP ERP 4.0指的是哪个版本,但是肯定有可以使用的RFC SDK(可以与C ++和一起使用.净):
I am not sure what version SAP ERP 4.0 refers to, but there is certainly the RFC SDK that you can use (can be made to work with C++ and .Net):
非常旧的版本: http://help.sap.com/saphelp_40b/helpdata/pt/8c/20e2bf493311d1894a0000e829fbbd/frameset.htm
最新版本: http://help.sap.com/erp2005_ehp_04/helpdata/EN/22/04287a488911d189490000e829fbbd/frameset.htm
这篇关于SAP ERP与C ++集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!