<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>SAP顾问圈 - ABAP实战案例</title>
    <link>https://www.591sap.com/forum-case-1.html</link>
    <description>Latest 20 threads of ABAP实战案例</description>
    <copyright>Copyright(C) SAP顾问圈</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 13 May 2026 18:16:37 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.591sap.com/static/image/common/logo_88_31.gif</url>
      <title>SAP顾问圈</title>
      <link>https://www.591sap.com/</link>
    </image>
    <item>
      <title>批量修改生产订单状态</title>
      <link>https://www.591sap.com/thread-1090-1-1.html</link>
      <description><![CDATA[标准程序：PPARCHP1 生产订单：设置删除标记和删除标识
取消删除生产订单，试一试 ORDER_CHANGE_FOR_ACTIVITY
ZPPFM008 生产订单删除]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Thu, 12 Mar 2026 08:59:18 +0000</pubDate>
    </item>
    <item>
      <title>批量修改销售订单行项目系统状态</title>
      <link>https://www.591sap.com/thread-1088-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Thu, 12 Mar 2026 02:43:47 +0000</pubDate>
    </item>
    <item>
      <title>KO02内部订单关联结算规则</title>
      <link>https://www.591sap.com/thread-1081-1-1.html</link>
      <description><![CDATA[没有标准bapi，可通过一系列函数和ABAP内存传递参数实现。]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Tue, 22 Apr 2025 13:24:29 +0000</pubDate>
    </item>
    <item>
      <title>修复财务凭证拆分（GLT0 002，凭证拆分：用于结算XXX的项目未找到）</title>
      <link>https://www.591sap.com/thread-1079-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Mon, 30 Dec 2024 14:20:42 +0000</pubDate>
    </item>
    <item>
      <title>HR人事薪资、社保及公积金查询报表开发</title>
      <link>https://www.591sap.com/thread-931-1-1.html</link>
      <description><![CDATA[SAP HR模块薪资模块开发不同与传统模块开发直接select即可，HR模块有大量的配置，表、字段等都是配置生产的，庆幸的是SAP提供了标准的函数来查薪资。
我们先来了解一下SAP HR模块标准查薪资、社保及公积金等的操作，标准功能的弱点就是一次只能查看一个人，太局限了，一 ...]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Tue, 14 Aug 2018 08:23:02 +0000</pubDate>
    </item>
    <item>
      <title>根据交货单MIGO采购批量收货交货单凭证流断裂</title>
      <link>https://www.591sap.com/thread-887-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Tue, 12 Dec 2017 07:46:48 +0000</pubDate>
    </item>
    <item>
      <title>SAP中网络远程打印机配置</title>
      <link>https://www.591sap.com/thread-849-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Fri, 28 Jul 2017 08:29:31 +0000</pubDate>
    </item>
    <item>
      <title>VK11创建、VK12修改定价通用接口</title>
      <link>https://www.591sap.com/thread-847-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Thu, 13 Jul 2017 02:34:38 +0000</pubDate>
    </item>
    <item>
      <title>pRFC实现删除交货单和采购订单</title>
      <link>https://www.591sap.com/thread-709-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Wed, 27 Apr 2016 08:09:52 +0000</pubDate>
    </item>
    <item>
      <title>计算销售成本数据推送BI系统</title>
      <link>https://www.591sap.com/thread-646-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Thu, 21 Jan 2016 03:14:17 +0000</pubDate>
    </item>
    <item>
      <title>在SAP中配置邮件功能，实现发送接收邮件</title>
      <link>https://www.591sap.com/thread-640-1-1.html</link>
      <description><![CDATA[邮件功能可以配置参数，使用系统标准的邮件工作台收发邮件，还可以调用邮件API接口函数收发邮件。这里我们主要讲解邮件的配置。

配置系统：(这是470以上系统的配置，如果是47C或者以下，会用到RFC(SM59))

[*]设置Profile参数（RZ10）
[*]SAP发邮件用户的维护（SU01）
 ...]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Wed, 30 Dec 2015 11:55:03 +0000</pubDate>
    </item>
    <item>
      <title>Transformation解析XML中不存在的标签节点怎么处理</title>
      <link>https://www.591sap.com/thread-581-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Fri, 06 Nov 2015 03:23:39 +0000</pubDate>
    </item>
    <item>
      <title>SAP实战中Submit的常见用法－调用标准程序</title>
      <link>https://www.591sap.com/thread-560-1-1.html</link>
      <description><![CDATA[场景：系统MB52/MB51/MB5B等类似的报表，虽然数据很全面，执行效率也够快，但是经常会不满足用户需求（增添字段、添加查询条件等），很多ABAP会选择去COPY出标准程序，然后去做修改，强烈不推荐此种方式，弊端太大，容易使标准程序出现问题，且效率低（特别涉及MSEG等数 ...]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Mon, 05 Oct 2015 03:49:24 +0000</pubDate>
    </item>
    <item>
      <title>Simple Transformation实现XML文件De-serialization解析</title>
      <link>https://www.591sap.com/thread-551-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Tue, 15 Sep 2015 08:24:48 +0000</pubDate>
    </item>
    <item>
      <title>简单T-code整合的导航界面程序</title>
      <link>https://www.591sap.com/thread-539-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Tue, 25 Aug 2015 09:06:58 +0000</pubDate>
    </item>
    <item>
      <title>数据库表、结构信息导出到Execl中的工具程序</title>
      <link>https://www.591sap.com/thread-532-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Wed, 19 Aug 2015 08:55:42 +0000</pubDate>
    </item>
    <item>
      <title>Select查询语句中LIKE关键词的优化方法分析</title>
      <link>https://www.591sap.com/thread-466-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Wed, 27 May 2015 03:04:16 +0000</pubDate>
    </item>
    <item>
      <title>样机可售标准审批功能_ 多人同时操作锁定表记录</title>
      <link>https://www.591sap.com/thread-454-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Wed, 13 May 2015 03:51:10 +0000</pubDate>
    </item>
    <item>
      <title>动态汇总alv与动态tree代码</title>
      <link>https://www.591sap.com/thread-409-1-1.html</link>
      <description><![CDATA[Sariel采用动态编程完成的余额发生额通用查询报表，代码规范、质量都是可圈可点{:soso_e179:} ，只可惜没有最终运行的截图，下面分享代码共大家学习一下。]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Mon, 13 Apr 2015 16:01:04 +0000</pubDate>
    </item>
    <item>
      <title>ABAP异步并行RFC多线程实战案例</title>
      <link>https://www.591sap.com/thread-399-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>ABAP实战案例</category>
      <author>Twilight</author>
      <pubDate>Sat, 04 Apr 2015 07:46:19 +0000</pubDate>
    </item>
  </channel>
</rss>