- 浏览: 491432 次
- 性别:
- 来自: 北京
-
最新评论
-
cloudfile:
谢谢分享!
MyEclipse配置Tomcat(图解) -
dotjar:
有效没?
治咳嗽秘方 -
jyslb:
设置密码长度大于10位,其中包含%$#&等符号,你这个 ...
奶瓶无线破解介绍 -
廖乐逍遥:
还是不行。。
eclipse里不支持泛型的解决方法 -
cue2008:
http://backtrack.unixheads.org/ ...
Intel 3945ABG无线网卡破解无线路由器密码 BT3
文章列表
http://scn.sap.com/people/suraj.pabbathi/blog/2011/08/15/chem-xml-message-estandards-and-cidx-scenario-part-iii
In my earlier blogs efforts are made to explain about CIDX standards, how to design and configure the object to support CIDX communication. [Blog1 | Chem XML Message eStandards and CIDX Sc ...
http://scn.sap.com/people/suraj.pabbathi/blog/2008/05/05/chem-xml-message-estandards-and-cidx-scenario-development-part-ii
In the first part (Chem XML Message eStandards and CIDX Scenario – Part I), we have discussed about CIDX Message eStandards. Now let us discuss how to configure and design th ...
http://scn.sap.com/people/suraj.pabbathi/blog/2008/04/30/chem-xml-message-estandards-and-cidx-scenario-part-i
Chem XML Message eStandards and CIDX Scenario - Part I
In this blog, we would discuss about CIDX Message eStandards starting from expanding CIDX. CIDX stands for Chemical Industry Data Excha ...
******* LOCAL to Solution Manager System **********
1) Please check the SLD Data supplier in Visual Administrator.
* SLDDSUSER is the default user used in there for providing the SLD system, the self username and information.
* Since, the system is getting locked every 24 hrs, there is a timeframe ...
http://help.sap.com/saphelp_nw70/helpdata/en/23/fa1f1e5f6841cf92c64dc19d79f290/content.htm
Procedure
...
1. Start the tool:
¡ For an ABAP + J2EE system (J2EE Add-In):
§ On Windows:
Run \usr\sap\<SAPSID>\DVEBMGS<xx>\j2ee\admin\go.bat.
§ On UNIX:
Run /usr ...
oracle11g完全卸载
- 博客分类:
- hibernate
1.关闭oracle所有的服务。可以在windows的服务管理器中关闭;
2.打开注册表:regedit 打开路径:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
删除该路径下的所有以oracle开始的服务名称,这个键是标识Oracle在windows下注册的各种 ...
今天想玩玩虚拟机,之后看到说WIN7自带虚拟机,评论有好有坏,VPC安装要求还挺高,还在CPU支持,奶奶的,不过现在微软已经更新了,不需要检测这个CPU支持了。
首先直接去下载VPC,之后还要下载这个补丁就可以当普通VPC用了【用于基于 x64 的系统的 Windows 7 更新程序 (KB977206)】
大家一定要注意虚拟机VPC不能安装64位系统。
Windows 虚拟 PC 是否支持 64 位 Windows XP 作为来宾操作系统?
不支持。Windows 虚拟 PC 和 Windows XP Mode 旨在帮助小型企业提供从 Windows XP 到 Windows ...
使用磁盘管理器调整硬盘分区
- 博客分类:
- IT生活
在Vista之前的Windows系统如Windows XP中,分区一旦设定再想改变其大小便成了很困难的事,要么重新分区,这需要备份硬盘上的所有个人数据,稍有遗漏便可能造成难以挽回的损失;要么使用第三方的磁盘管理工具,如Partition Magic之类,不过,很多时候,这类工具与Windows 系统的配合并不那么默契,特别体现在如对动态卷、中文目录和文件名以及NTFS分区权限的处理上。
Windows Vista则在这方面做出了有益的改进:系统集成的磁盘管理单元能够动态调整硬盘分区的大小,虽然在功能特性上无法与如Partition Magic等第三方磁盘管理程序相比,但与系统自身 ...
今天用CCBPM做一串业务操作,具体的操作是:我先异步更新数据状态---之后同步读取数据---同步调用RFC---异步更新数据状态。关键步骤就这几步。本来跑的挺好的,可是可就是今天出现了一个问题,就是偶尔情况会出现第一步的异步更新执行时间会跑到第二个的异步更新数据后面,也就是本应该最先执行的步骤最后执行了。这就造成我的逻辑成功了,状态还是第一步的初始状态。主要还是偶尔的出现,最终原因也没找到,我怀疑是adapter的问题,ccbpm把消息发到adapter就算是成功了,流程继续走,而消息堵在了adapter里,当第二次异步过去就先执行了,第一次也跟着过去了。
后面咨询各方大神,想 ...
XI/PI Tables LIST
- 博客分类:
- SAP_PI
ABAP
ABAP schema Database Transaction Codes
SE11
SE16
SXMSPMAST XI Messages - Master
SXMSPHIST XI Messages - Master History table
SXMSPEMAS Integration Engine: Enhanced Message Queue (Master)
SXMSPFADDRESS Addresses Master
SXMSPVERS Integration Engine: Messa ...
MessageID
com.sap.SOA.apt_rfc.0303
Equivalent MessageIDs
n/a
Detailed Information
Exception text: Functiontemplate from repository was <null>
Possible Reasons: After receiving a message from the Adapter Engine, the RfcAdapter extracts the payload from the message. Normally this should be an ...
转自:http://www.saptechies.com/faq-xi-30-pi-70-pi-71-rfc-adapter/
Content
Q 1:What is discussed in this document?
Q 2:Is there more than one version of a XI RFC Adapter ?
Q 3:How can the RfcAdapter be started and stopped?
Q 4:Where can the RfcAdapter communication channels be configurated?
Q 5:Wh ...
XI/PI在开发过程中最容易也是出错最多的地位就是mapping.错误大多数是结构不正确与数据不符合要求等。今天找到了一篇文章讲的就是怎么对报错mapping进行测试。
转自:http://sap-xi.com/sap-xi-tutorial-test-mapping.html
Author : Himesh Rashi
This tutorial shows a very simple path on how to test them with two scenarios:
a) if you're not using BPM
b) if you're using BPM
W ...
转自:http://scnblogs.techweb.com.cn/dario/archives/117.html
初看起来这个场景和之前展示过的JDBC2RFC场景差不多,刚好倒过来了,其实在配置方面有很大的不同,这里就在整个开发过程中需要特别注意的地方总结一下,但是不再对全部细节按照先后顺序进行描述,因为其他部分都比较简单,是在任何一个场景都会有的重复性操作.
整个场景是从ECC系统通过PI向ORACLE ERP数据表写数据,我觉得主要的关注点有下面三个地方:
1.配置RFC sender Communication Channel
关于这个问题网上其实有不少的内容可以找到,但 ...
copyValue用法
- 博客分类:
- SAP_PI
copyValue目的就是实现可以取到一个LIST的任意值。
比如图中OrderType在会有两个值,这时我们想要取第一个或者第二个就可以使用copyValue. copyValue中0为第一个值