简体   繁体   English

通过.NET-IDOC XML与SAP XI进行通信

[英]Communicating to SAP XI through .NET - IDOC XML

I have a situation where in we need to send IDOC things to SAP XI from .NET application. 我遇到一种情况,我们需要将.NET应用程序中的IDOC内容发送到SAP XI。 It is like both sending and receiving. 就像发送和接收一样。 I guess that it is having something connected to translate IDoc to XML and vice versa and then communicate. 我猜想它正在将IDoc转换为XML,反之亦然,然后进行通信。 Can you just some technical knowledge on how to achieve this communication between SAP XI and .NET for IDOCs 您能否仅提供一些技术知识,以了解如何实现IDOC的SAP XI和.NET之间的通信?

Many thanks, Ravi Kota 非常感谢,Ravi Kota

Since you're not really specific about what you want to do, here are some generic pointers: http://help.sap.com/saphelp_NW04/helpdata/en/79/d0b51753406d4d86470debdf027c68/frameset.htm for the client side and http://help.sap.com/saphelp_NW04/helpdata/en/9e/7b562de2cce14da8bb5af01c73de0b/frameset.htm for some samplets that contain both a windows service to process incoming IDOCs and a form to submit an IDOC. 由于您不确定要做什么,因此这里有一些通用的指针: http : //help.sap.com/saphelp_NW04/helpdata/en/79/d0b51753406d4d86470debdf027c68/frameset.htm用于客户端和http: //help.sap.com/saphelp_NW04/helpdata/zh-CN/9e/7b562de2cce14da8bb5af01c73de0b/frameset.htm中的一些样本同时包含用于处理传入IDOC的Windows服务和提交IDOC的表单。

You might also want to take a look at Parsing SAP IDOC files 您可能还想看看解析SAP IDOC文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM