<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/nodreamer" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/nodreamer" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 22 Apr 2008 01:08:00 GMT</lastBuildDate><title>无梦山庄</title><description>寻找事业与SAP的最佳结合点</description><item><title>SAP-WM标准教程LO140阅读体会（1）</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373987/1091008/1/item.html</link><wfw:comment>comments/2313434.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2313434.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2313434</trackback:ping><description>LO140课程的全称是processes in Logistics Execution，即后勤执行的流程，属于SAP标准培训的二级课程，是LO530,LO531,LO610,LO611的学习基础。Logistice process包括三部分，分别是销售订单的发货，采购订单的收获和供应链中的货物移动。LE的流程包括Inbound process,Outbound process,Internal warehouse process and Transportation process。&lt;img src =&quot;aggbug/2313434.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 Apr 2008 09:08:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2008/04/22/2313434.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2008/04/22/2313434.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2008/04/22/2313434.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373987/1091008</fs:itemid></item><item><title>SAP系统前台数据与后台表之间的关系浅谈</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373988/1091008/1/item.html</link><wfw:comment>comments/2199139.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/2199139.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2199139</trackback:ping><description>用户在操作业务的时候，看到的只是前台界面，因此只能把自己需要的数据告诉开发人员，指出数据在前台的显示位置，开发人员还需要找到相关的数据在后台的存储位置，这样才能进行开发。由于系统的复杂性，大部分显示在前台的数据都是经过系统程序的处理，并不能够直接找到与后台数据表之间的映射关系，这也是所有大型ERP系统的共有特点。那应该如何把前台界面显示的数据，关联到后台的数据表中呢？有以下几种方法&lt;img src =&quot;aggbug/2199139.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 20 Mar 2008 18:12:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2008/03/20/2199139.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2008/03/20/2199139.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2008/03/20/2199139.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373988/1091008</fs:itemid></item><item><title>如何更高效的进行数据的聚合-ABAP报表数据处理方法的思考</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373989/1091008/1/item.html</link><wfw:comment>comments/1643863.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1643863.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1643863</trackback:ping><description>我们在报表的开发过程中，经常会遇到关于数据聚合的相关需求。这个类型的报表，虽然取数逻辑和运算逻辑并不复杂，但是由于需要在系统主数据表中读取大量的历史数据，对于系统数据库和网络传输的压力都非常大，如果程序逻辑不合理，即使报表取的的数据是正确的，随着数据量的增加，系统的速度和报表的运行速度都会越来越慢，可能会出现用一整天的时间跑一个报表的事情。这就要求我们用最合理最科学的方式编写程序，进行数据的读取，数据的处理，避免以上的种种情况.&lt;img src =&quot;aggbug/1643863.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Jun 2007 22:03:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2007/06/08/1643863.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2007/06/08/1643863.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2007/06/08/1643863.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373989/1091008</fs:itemid></item><item><title>SAP系统的开发语言--ABAP简介</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373990/1091008/1/item.html</link><wfw:comment>comments/1638572.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1638572.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1638572</trackback:ping><description>ABAP的全称是Advanced Business Application Programming-高级业务应用编程语言，mySAP ECC 6.0的底层源代码，全部是使用ABAP编写的。因此，想要对系统进行二次开发，包括功能开发，报表开发，借口开发，都要使用到ABAP语言。
&lt;img src =&quot;aggbug/1638572.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Jun 2007 17:25:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2007/06/05/1638572.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2007/06/05/1638572.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2007/06/05/1638572.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373990/1091008</fs:itemid></item><item><title>Collect语句的使用方法</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373991/1091008/1/item.html</link><wfw:comment>comments/1514272.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1514272.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1514272</trackback:ping><description>Collect语句镶嵌在select---endselect之中使用,在报表开发中经常用到,作用是根据table的unique key,把表中其他的字段进行自动的累加,&lt;img src =&quot;aggbug/1514272.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 26 Feb 2007 04:38:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2007/02/25/1514272.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2007/02/25/1514272.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2007/02/25/1514272.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373991/1091008</fs:itemid></item><item><title>XI的服务器居然是坏的</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373992/1091008/1/item.html</link><wfw:comment>comments/1264983.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1264983.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1264983</trackback:ping><description>盼星星盼月亮，终于盼到了XI服务器，紧接着噩耗传来，4台服务器居然有3台都存在不同程度的质量问题，两台XI的服务器全部要重新换，让我心里对IBM的印象分一下子下降了不少&lt;img src =&quot;aggbug/1264983.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 22 Sep 2006 18:11:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2006/09/22/1264983.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2006/09/22/1264983.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2006/09/22/1264983.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373992/1091008</fs:itemid></item><item><title>利用基于Adobe软件的交互式表单精简业务流程（全）</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373993/1091008/1/item.html</link><wfw:comment>comments/1238385.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1238385.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1238385</trackback:ping><description>用了一个多星期的时间，终于把我在SAP NetWeaver Technology Tour中听到的最喜欢的一场演讲的演讲词整理出来了。现在把整篇合在一起发出来，方便想看的朋友。在演讲后的茶歇时间，我又向作演讲的工程师请教了一些问题，对交互式表单的两种提交方式和SAP后台对表单数据的处理有了更深一点的了解。如果有人想知道，可以在评论上问我。下面是演讲词的完全版。&lt;img src =&quot;aggbug/1238385.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 19 Sep 2006 00:30:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2006/09/18/1238385.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2006/09/18/1238385.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2006/09/18/1238385.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373993/1091008</fs:itemid></item><item><title>利用基于Adobe软件的交互式表单精简业务流程（三）－SAP NetWeaver Technology Tour纪实</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373994/1091008/1/item.html</link><wfw:comment>comments/1238282.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1238282.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1238282</trackback:ping><description>基于Adobe软件的SAP交互式表单带来了很多好处：自动化的简化基于Form的业务流程，它是完全集成在SAP NetWeaver平台上，所以所有基于SAP NetWeaver的程序都可以使用，结合了开放技术标准的XML和PDF，可以部署在在线和离线的情况下，并且满足了大批量响应的需求&lt;img src =&quot;aggbug/1238282.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 19 Sep 2006 00:17:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2006/09/18/1238282.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2006/09/18/1238282.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2006/09/18/1238282.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373994/1091008</fs:itemid></item><item><title>利用基于Adobe软件的交互式表单精简业务流程（二）－SAP NetWeaver Technology Tour纪实</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373995/1091008/1/item.html</link><wfw:comment>comments/1210962.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/1210962.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1210962</trackback:ping><description>交互式表单可以紧密的集成到SAP的NetWeaver平台中去，紧密的集成到SAP所驱动的业务流程的执行过程中。在表单执行所涉及到的流程中，我们可以连着SAP的系统进行在线的表单提交，也可以进行离线的提交。&lt;img src =&quot;aggbug/1210962.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 12 Sep 2006 17:33:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2006/09/12/1210962.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2006/09/12/1210962.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2006/09/12/1210962.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373995/1091008</fs:itemid></item><item><title>利用基于Adobe软件的交互式表单精简业务流程（一）－SAP NetWeaver Technology Tour纪实</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373996/1091008/1/item.html</link><wfw:comment>comments/1208439.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1208439.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1208439</trackback:ping><description>SAP和Adobe把基于Adobe技术的pdf文件集成在SAP的NetWeaver的解决方案中，交互式表单所带来的最大的好处就是基于电子表单的阅读功能可以完全的实现自动化。交互式表单可以是动态的，也可以是静态的，可以是在线的，也可以是离线的。交互式表单可以紧密的集成到SAP所驱动的业务流程的执行过程中，大大的减少开发的effort。&lt;img src =&quot;aggbug/1208439.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 11 Sep 2006 23:27:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2006/09/11/1208439.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2006/09/11/1208439.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2006/09/11/1208439.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373996/1091008</fs:itemid></item><item><title>SAP NetWeaver Technology Tour印象</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373997/1091008/1/item.html</link><wfw:comment>comments/1185681.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>comments/commentRss/1185681.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1185681</trackback:ping><description>昨天，参加了在香格里拉举行的SAP NetWeaver Technology Tour’06......
进了会场，黑压压的一片人，把整个宴会厅坐的满满的，没想到SAP有这么高的人气......
上午，张侠博士和芮祥麟院长的演讲都很精彩......&lt;img src =&quot;aggbug/1185681.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 07 Sep 2006 00:04:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2006/09/06/1185681.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2006/09/06/1185681.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2006/09/06/1185681.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373997/1091008</fs:itemid></item><item><title>写在参加SAP NetWeaver技术研发者大会之前</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373998/1091008/1/item.html</link><wfw:comment>comments/1147981.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1147981.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1147981</trackback:ping><description>我在开源世界里乐不思蜀，但是个人爱好归个人爱好，写开源框架是不能养家户口的。对于企业来讲，关心的是能否通过信息化提升企业价值，于是SAP几乎成了唯一的选择。&lt;img src =&quot;aggbug/1147981.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Aug 2006 18:15:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2006/08/31/1147981.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2006/08/31/1147981.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2006/08/31/1147981.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373998/1091008</fs:itemid></item><item><title>SAP与Oracle往事</title><link>http://item.feedsky.com/~csdn.net/nodreamer/~1091009/68373999/1091008/1/item.html</link><wfw:comment>comments/1142723.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1142723.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1142723</trackback:ping><description>很多很多年之前，SAP跟Oracle还是非常好的Partner，一个是ERP的老大，一个是Database的老大，是真正的焦不离孟，形影不离。这样的美好时光没有持续多长时间......&lt;img src =&quot;aggbug/1142723.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 30 Aug 2006 18:24:00 +0800</pubDate><author>nodreamer</author><comments>http://blog.csdn.net/nodreamer/archive/2006/08/30/1142723.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/nodreamer/archive/2006/08/30/1142723.aspx</guid><dc:creator>nodreamer</dc:creator><fs:srclink>http://blog.csdn.net/nodreamer/archive/2006/08/30/1142723.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/nodreamer/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/nodreamer/~1091009/68373999/1091008</fs:itemid></item></channel></rss>