<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>学习笔记</title><link>http://gstarworld.com.cn/</link><description>ZBlog</description><item><title>自动更新GUI图片</title><link>http://gstarworld.com.cn/?id=306</link><description>&lt;p&gt;第一步：SMW0上传图片&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/04/202604011775024018481574.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;此处偷懒，只放两张图片来回切换&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/04/202604011775024039711215.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;第二步骤：SM30配置SSM_CUST&lt;/p&gt;&lt;p&gt;START_IMAGE参数值是上图中的对象名称&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/04/202604011775024050223941.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;第三步：写程序更改表SSM_CUST&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/04/202604011775024060392860.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;第四步：设置后台JOB，自动执行程序切换图片（略）&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/04/202604011775024069774313.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;效果：&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/04/202604011775024078331024.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;5分钟后：（需要/n或者打开新窗口才能看到效果）&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/04/202604011775024086808019.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;</description><pubDate>Wed, 01 Apr 2026 14:13:22 +0800</pubDate></item><item><title>OA附件上传报错413问题</title><link>http://gstarworld.com.cn/?id=305</link><description>&lt;p&gt;场景：&lt;/p&gt;&lt;p&gt;飞书调用OA接口，OA接口回调飞书获取数据，将附件传给封装的API(OA)，组装数据调用WebService创建流程。&lt;/p&gt;&lt;p&gt;问题：&lt;/p&gt;&lt;p&gt;日志记录了413错误，大附件上传失败，小附件没问题。&lt;/p&gt;&lt;p&gt;处理：&lt;/p&gt;&lt;p&gt;问题点很明确肯定是附件大小问题，用POSTMAN直接调用对应的附件API，发现NGINX报错。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/03/202603311774919399159871.png&quot; alt=&quot;eb6564d46d2cc9b8f3d24c3a47b09b0a.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;错误很明确，不会的直接问豆包啥的都行。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2026/03/202603311774919450710526.png&quot; alt=&quot;b221a135c546dd82933554caa7163fde.png&quot; style=&quot;text-wrap-mode: wrap;&quot;/&gt;&lt;/p&gt;&lt;p&gt;这个实际是ESB服务器的NGINX的配置拦截了，修改ESB服务器的NGINX参数可以解决；也可以换不走封装API，直接调用OA标准的附件API。可能你会说为啥不创建流程的时候直接BASE64，码太长不能传入的。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 31 Mar 2026 09:03:31 +0800</pubDate></item><item><title>ALV红绿灯</title><link>http://gstarworld.com.cn/?id=304</link><description>&lt;pre class=&quot;prism-highlight prism-language-abap&quot;&gt;TYPES:BEGIN&amp;nbsp;OF&amp;nbsp;ty_data,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;light&amp;nbsp;&amp;nbsp;TYPE&amp;nbsp;iconname,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;END&amp;nbsp;OF&amp;nbsp;ty_data.
&amp;nbsp;
DATA&amp;nbsp;gw_data&amp;nbsp;TYPE&amp;nbsp;ty_data.
&amp;nbsp;
gw_data-light&amp;nbsp;=&amp;nbsp;&amp;nbsp;icon_red_light.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;表示红灯
gw_data-light&amp;nbsp;=&amp;nbsp;&amp;nbsp;ICON_yellow_LIGHT.&amp;nbsp;&amp;quot;表示黄灯
gw_data-light&amp;nbsp;=&amp;nbsp;&amp;nbsp;ICON_green_LIGHT.&amp;nbsp;&amp;nbsp;&amp;quot;表示绿灯&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sat, 08 Nov 2025 14:46:19 +0800</pubDate></item><item><title>物料主数据MARC表新增自定义字段显示到采购页签</title><link>http://gstarworld.com.cn/?id=303</link><description>&lt;ol class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: decimal;&quot;&gt;&lt;li&gt;&lt;p&gt;创建MARC扩展字段，用附加结构形式。激活的时候会报错与DDL不一致，需要将扩展的字段添加到DDL里面。&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758952797428339.png&quot; alt=&quot;image.png&quot;/&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;2.ECLIPES操作。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953045330022.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953061784961.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953098685922.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953168445540.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;NAME不能重复&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-abap&quot;&gt;@AbapCatalog.sqlViewAppendName:&amp;nbsp;&amp;#39;ZMARC_APD_DDL&amp;#39;
@EndUserText.label:&amp;nbsp;&amp;#39;MARC扩展字段&amp;#39;
extend&amp;nbsp;view&amp;nbsp;nsdm_e_marc&amp;nbsp;with&amp;nbsp;ZDDL_MARC_APD&amp;nbsp;{
zwlzqsx
}&lt;/pre&gt;&lt;p&gt;3.创建&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953294358064.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;画屏幕SAP标准的宽度是83&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953927875943.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;逻辑流&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953366602562.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-abap&quot;&gt;PROCESS&amp;nbsp;BEFORE&amp;nbsp;OUTPUT.
*&amp;nbsp;MODULE&amp;nbsp;STATUS_9001.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;INIT_SUB.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;GET_DATEN_SUB.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;FELDAUSWAHL.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;SONDERFAUS.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;SONFAUSW_IN_FGRUPPEN.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;BILDSTATUS.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;ZUSREF_VORSCHLAGEN_B.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;REFDATEN_VORSCHLAGEN.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;ZUSREF_VORSCHLAGEN_A.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;SET_DATEN_SUB.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;GET_DATA.

PROCESS&amp;nbsp;AFTER&amp;nbsp;INPUT.
*&amp;nbsp;MODULE&amp;nbsp;USER_COMMAND_9001.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;GET_DATEN_SUB.

&amp;nbsp;&amp;nbsp;FIELD:&amp;nbsp;ZMARC_APD-ZWLZQSX.
&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;ASSIGN_DATA.

&amp;nbsp;&amp;nbsp;MODULE&amp;nbsp;SET_DATEN_SUB.&lt;/pre&gt;&lt;p&gt;定义变量：&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953427102957.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-abap&quot;&gt;&amp;nbsp;&amp;nbsp;TABLES:zmarc_apd.&lt;/pre&gt;&lt;p&gt;GET_DATA代码：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-abap&quot;&gt;*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;&amp;nbsp;Module&amp;nbsp;GET_DATA&amp;nbsp;OUTPUT
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*
MODULE&amp;nbsp;GET_DATA&amp;nbsp;OUTPUT.
*&amp;nbsp;SET&amp;nbsp;PF-STATUS&amp;nbsp;&amp;#39;xxxxxxxx&amp;#39;.
*&amp;nbsp;SET&amp;nbsp;TITLEBAR&amp;nbsp;&amp;#39;xxx&amp;#39;.
&amp;nbsp;&amp;nbsp;&amp;nbsp;MOVE-CORRESPONDING&amp;nbsp;marc&amp;nbsp;TO&amp;nbsp;zmarc_apd.
ENDMODULE.&lt;/pre&gt;&lt;p&gt;ASSIGN_DATA代码：&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-abap&quot;&gt;*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Module&amp;nbsp;&amp;nbsp;ASSIGN_DATA&amp;nbsp;&amp;nbsp;INPUT
*&amp;amp;---------------------------------------------------------------------*
*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text
*----------------------------------------------------------------------*
MODULE&amp;nbsp;ASSIGN_DATA&amp;nbsp;INPUT.
&amp;nbsp;&amp;nbsp;MOVE-CORRESPONDING&amp;nbsp;ZMARC_APD&amp;nbsp;TO&amp;nbsp;MARC.
ENDMODULE.&lt;/pre&gt;&lt;p&gt;4.SPRO配置,要到使用的CLENT里面配置！！！&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953782210896.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953803346513.png&quot; alt=&quot;image.png&quot;/&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953819576432.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953848329983.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;效果：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758953888475494.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;BAPI创建物料的时候还需要在BAPI_TE_MARC和BAPI_TE_MARCX添加对应数据&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758956696787569.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758956778141041.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: #FFFFFF; color: #4D4D4D; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px;&quot;&gt;增强字段还需要使用OMSR 添加新增的增强字段，否则ABAP不能写入。&lt;/span&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758959053116805.png&quot; alt=&quot;image.png&quot; style=&quot;color: rgb(77, 77, 77); font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; font-size: 16px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/09/202509271758959096132878.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;</description><pubDate>Sat, 27 Sep 2025 13:58:08 +0800</pubDate></item><item><title>PP模块常用表</title><link>http://gstarworld.com.cn/?id=302</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;工艺路线部分：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;mapl ：分配任务清单到物料&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;plkz&amp;nbsp; ：任务清单: 主表头&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;plko ：任务清单 - 表头&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;plpo ： 任务清单 - 工序/作业&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;plmz ：分配物料清单项目到工序 （工序和组件的匹配关系。）&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;BOM：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;mast：BOM 链接物料&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;stko：BOM 表头&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;stpo：BOM 项目&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;stpz：BOM 子项目&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;stzu：永久BOM数据&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;STAS：BOMs - 项选择&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;生产订单：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;aufk：订单主数据&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;afko：订单表头数据 PP 订单&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;afpo：订单项&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;afvc：订单的工序&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;afvv：工序中数量/日期/值的DB结构&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;jest：状态&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;tj02t：状态描述文本&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;工作中心：&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;CRHD：工作中心表头&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;CRTX：工作中心或生产资源/工具文本&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 17 Sep 2025 15:32:26 +0800</pubDate></item><item><title>随机数生成</title><link>http://gstarworld.com.cn/?id=301</link><description>&lt;pre class=&quot;prism-highlight prism-language-abap&quot;&gt;&amp;nbsp;&amp;nbsp;DATA:&amp;nbsp;lv_random_string&amp;nbsp;TYPE&amp;nbsp;string,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;lv_char_pool&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TYPE&amp;nbsp;string,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;lv_random_index&amp;nbsp;&amp;nbsp;TYPE&amp;nbsp;i,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;lv_counter&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TYPE&amp;nbsp;i.

&amp;nbsp;&amp;nbsp;&amp;quot;&amp;nbsp;字符池：A-Z,&amp;nbsp;0-9,&amp;nbsp;特殊符号
&amp;nbsp;&amp;nbsp;lv_char_pool&amp;nbsp;=&amp;nbsp;&amp;#39;ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&amp;amp;*()_+-=[]{}|;:,.&amp;lt;&amp;gt;?&amp;#39;.

&amp;nbsp;&amp;nbsp;CLEAR&amp;nbsp;lv_random_string.
&amp;nbsp;&amp;nbsp;DO&amp;nbsp;8&amp;nbsp;TIMES.
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CALL&amp;nbsp;FUNCTION&amp;nbsp;&amp;#39;QF05_RANDOM_INTEGER&amp;#39;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;EXPORTING
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ran_int_max&amp;nbsp;=&amp;nbsp;strlen(&amp;nbsp;lv_char_pool&amp;nbsp;)&amp;nbsp;-&amp;nbsp;1
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ran_int_min&amp;nbsp;=&amp;nbsp;0
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMPORTING
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ran_int&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;lv_random_index.

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;lv_random_string&amp;nbsp;=&amp;nbsp;lv_random_string&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;lv_char_pool+lv_random_index(1).
&amp;nbsp;&amp;nbsp;ENDDO.

&amp;nbsp;&amp;nbsp;WRITE:&amp;nbsp;/&amp;nbsp;&amp;#39;随机字符串：&amp;#39;,&amp;nbsp;lv_random_string.&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Sep 2025 22:01:06 +0800</pubDate></item><item><title>LVC_S_FCAT 常用参数说明表</title><link>http://gstarworld.com.cn/?id=299</link><description>&lt;table class=&quot;min-w-full&quot; data-start=&quot;127&quot; data-end=&quot;1338&quot;&gt;&lt;thead data-start=&quot;127&quot; data-end=&quot;163&quot;&gt;&lt;tr data-start=&quot;127&quot; data-end=&quot;163&quot; class=&quot;firstRow&quot;&gt;&lt;th data-start=&quot;127&quot; data-end=&quot;146&quot;&gt;字段名&lt;/th&gt;&lt;th data-start=&quot;146&quot; data-end=&quot;157&quot;&gt;类型&lt;/th&gt;&lt;th data-start=&quot;157&quot; data-end=&quot;163&quot;&gt;说明&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody data-start=&quot;208&quot; data-end=&quot;1338&quot;&gt;&lt;tr data-start=&quot;208&quot; data-end=&quot;255&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;208&quot; data-end=&quot;230&quot;&gt;&lt;code data-start=&quot;210&quot; data-end=&quot;221&quot;&gt;FIELDNAME&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;230&quot; data-end=&quot;243&quot;&gt;CHAR(30)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;243&quot; data-end=&quot;255&quot;&gt;字段名称（必须）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;256&quot; data-end=&quot;319&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;256&quot; data-end=&quot;278&quot;&gt;&lt;code data-start=&quot;258&quot; data-end=&quot;267&quot;&gt;TABNAME&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;278&quot; data-end=&quot;291&quot;&gt;CHAR(30)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;291&quot; data-end=&quot;319&quot;&gt;表名/内表名（用于 REUSE ALV，不常用）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;320&quot; data-end=&quot;364&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;320&quot; data-end=&quot;342&quot;&gt;&lt;code data-start=&quot;322&quot; data-end=&quot;331&quot;&gt;COLTEXT&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;342&quot; data-end=&quot;355&quot;&gt;CHAR(40)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;355&quot; data-end=&quot;364&quot;&gt;列标题文本&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;365&quot; data-end=&quot;415&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;365&quot; data-end=&quot;387&quot;&gt;&lt;code data-start=&quot;367&quot; data-end=&quot;378&quot;&gt;SCRTEXT_S&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;387&quot; data-end=&quot;400&quot;&gt;CHAR(20)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;400&quot; data-end=&quot;415&quot;&gt;短文本（用于输入帮助）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;416&quot; data-end=&quot;459&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;416&quot; data-end=&quot;438&quot;&gt;&lt;code data-start=&quot;418&quot; data-end=&quot;429&quot;&gt;SCRTEXT_M&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;438&quot; data-end=&quot;451&quot;&gt;CHAR(40)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;451&quot; data-end=&quot;459&quot;&gt;中等文本&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;460&quot; data-end=&quot;502&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;460&quot; data-end=&quot;482&quot;&gt;&lt;code data-start=&quot;462&quot; data-end=&quot;473&quot;&gt;SCRTEXT_L&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;482&quot; data-end=&quot;495&quot;&gt;CHAR(80)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;495&quot; data-end=&quot;502&quot;&gt;长文本&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;503&quot; data-end=&quot;550&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;503&quot; data-end=&quot;525&quot;&gt;&lt;code data-start=&quot;505&quot; data-end=&quot;514&quot;&gt;TOOLTIP&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;525&quot; data-end=&quot;538&quot;&gt;CHAR(80)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;538&quot; data-end=&quot;550&quot;&gt;鼠标悬停提示文本&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;551&quot; data-end=&quot;603&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;551&quot; data-end=&quot;573&quot;&gt;&lt;code data-start=&quot;553&quot; data-end=&quot;559&quot;&gt;EDIT&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;573&quot; data-end=&quot;586&quot;&gt;CHAR(1)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;586&quot; data-end=&quot;603&quot;&gt;可编辑（&amp;#39;X&amp;#39; = 可编辑）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;604&quot; data-end=&quot;649&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;604&quot; data-end=&quot;626&quot;&gt;&lt;code data-start=&quot;606&quot; data-end=&quot;611&quot;&gt;KEY&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;626&quot; data-end=&quot;639&quot;&gt;CHAR(1)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;639&quot; data-end=&quot;649&quot;&gt;是否为主键列&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;650&quot; data-end=&quot;699&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;650&quot; data-end=&quot;672&quot;&gt;&lt;code data-start=&quot;652&quot; data-end=&quot;660&quot;&gt;NO_OUT&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;672&quot; data-end=&quot;685&quot;&gt;CHAR(1)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;685&quot; data-end=&quot;699&quot;&gt;不输出该列（隐藏列）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;700&quot; data-end=&quot;767&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;700&quot; data-end=&quot;722&quot;&gt;&lt;code data-start=&quot;702&quot; data-end=&quot;712&quot;&gt;DATATYPE&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;722&quot; data-end=&quot;735&quot;&gt;CHAR(10)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;735&quot; data-end=&quot;767&quot;&gt;数据类型（如 &amp;#39;CHAR&amp;#39;, &amp;#39;INT4&amp;#39;, &amp;#39;DEC&amp;#39;）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;768&quot; data-end=&quot;821&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;768&quot; data-end=&quot;790&quot;&gt;&lt;code data-start=&quot;770&quot; data-end=&quot;779&quot;&gt;INTTYPE&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;790&quot; data-end=&quot;803&quot;&gt;CHAR(1)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;803&quot; data-end=&quot;821&quot;&gt;内部类型，通常由系统自动推导&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;822&quot; data-end=&quot;875&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;822&quot; data-end=&quot;844&quot;&gt;&lt;code data-start=&quot;824&quot; data-end=&quot;832&quot;&gt;INTLEN&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;844&quot; data-end=&quot;857&quot;&gt;INT4&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;857&quot; data-end=&quot;875&quot;&gt;字段长度（内部长度，byte）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;876&quot; data-end=&quot;923&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;876&quot; data-end=&quot;898&quot;&gt;&lt;code data-start=&quot;878&quot; data-end=&quot;889&quot;&gt;OUTPUTLEN&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;898&quot; data-end=&quot;911&quot;&gt;INT4&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;911&quot; data-end=&quot;923&quot;&gt;显示长度（字符数）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;924&quot; data-end=&quot;974&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;924&quot; data-end=&quot;946&quot;&gt;&lt;code data-start=&quot;926&quot; data-end=&quot;936&quot;&gt;DECIMALS&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;946&quot; data-end=&quot;959&quot;&gt;INT1&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;959&quot; data-end=&quot;974&quot;&gt;小数位数（控制输入输出）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;975&quot; data-end=&quot;1028&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;975&quot; data-end=&quot;997&quot;&gt;&lt;code data-start=&quot;977&quot; data-end=&quot;991&quot;&gt;DECIMALS_OUT&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;997&quot; data-end=&quot;1010&quot;&gt;INT1&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1010&quot; data-end=&quot;1028&quot;&gt;显示用小数位（仅控制显示格式）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1029&quot; data-end=&quot;1091&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1029&quot; data-end=&quot;1051&quot;&gt;&lt;code data-start=&quot;1031&quot; data-end=&quot;1037&quot;&gt;JUST&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1051&quot; data-end=&quot;1064&quot;&gt;CHAR(1)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1064&quot; data-end=&quot;1091&quot;&gt;对齐方式：L = 左，C = 居中，R = 右&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1092&quot; data-end=&quot;1140&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1092&quot; data-end=&quot;1114&quot;&gt;&lt;code data-start=&quot;1094&quot; data-end=&quot;1103&quot;&gt;HOTSPOT&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1114&quot; data-end=&quot;1127&quot;&gt;CHAR(1)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1127&quot; data-end=&quot;1140&quot;&gt;是否高亮（可点击）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1141&quot; data-end=&quot;1188&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1141&quot; data-end=&quot;1163&quot;&gt;&lt;code data-start=&quot;1143&quot; data-end=&quot;1153&quot;&gt;CHECKBOX&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1163&quot; data-end=&quot;1176&quot;&gt;CHAR(1)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1176&quot; data-end=&quot;1188&quot;&gt;是否显示为复选框&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1189&quot; data-end=&quot;1235&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1189&quot; data-end=&quot;1211&quot;&gt;&lt;code data-start=&quot;1191&quot; data-end=&quot;1197&quot;&gt;ICON&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1211&quot; data-end=&quot;1224&quot;&gt;CHAR(1)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1224&quot; data-end=&quot;1235&quot;&gt;是否显示为图标&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1236&quot; data-end=&quot;1286&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1236&quot; data-end=&quot;1258&quot;&gt;&lt;code data-start=&quot;1238&quot; data-end=&quot;1249&quot;&gt;REF_TABLE&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1258&quot; data-end=&quot;1271&quot;&gt;CHAR(30)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1271&quot; data-end=&quot;1286&quot;&gt;引用表（用于搜索帮助）&lt;/td&gt;&lt;/tr&gt;&lt;tr data-start=&quot;1287&quot; data-end=&quot;1338&quot;&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1287&quot; data-end=&quot;1309&quot;&gt;&lt;code data-start=&quot;1289&quot; data-end=&quot;1300&quot;&gt;REF_FIELD&lt;/code&gt;&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1309&quot; data-end=&quot;1322&quot;&gt;CHAR(30)&lt;/td&gt;&lt;td class=&quot;max-w-[calc(var(--thread-content-max-width)*2/3)]&quot; data-start=&quot;1322&quot; data-end=&quot;1338&quot;&gt;引用字段（用于搜索帮助）&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 23 Apr 2025 16:11:42 +0800</pubDate></item><item><title>ALV屏幕数字类型字段编辑保存后变成小数</title><link>http://gstarworld.com.cn/?id=298</link><description>&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/04/202504231745395643911195.png&quot; alt=&quot;image.png&quot;/&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/04/202504231745395648551285.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;设置小数位数。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/04/202504231745395728686280.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Wed, 23 Apr 2025 16:06:40 +0800</pubDate></item><item><title>ABAP字符串拼接保留空格的3种方式</title><link>http://gstarworld.com.cn/?id=297</link><description>&lt;p&gt;&lt;span style=&quot;color: #4D4D4D; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: 16px; font-variant-ligatures: no-common-ligatures; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;ABAP字符串拼接保留空格，可以使用以下几种方式：&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-abap&quot;&gt;DATA&amp;nbsp;lv_char1&amp;nbsp;TYPE&amp;nbsp;string&amp;nbsp;VALUE&amp;nbsp;&amp;#39;Hello&amp;#39;.
DATA&amp;nbsp;lv_char2&amp;nbsp;TYPE&amp;nbsp;string&amp;nbsp;VALUE&amp;nbsp;&amp;#39;World&amp;#39;.


&amp;quot;&amp;nbsp;反例：&amp;nbsp;空格&amp;#39;&amp;nbsp;&amp;#39;被吞掉
DATA(lv_string1)&amp;nbsp;=&amp;nbsp;lv_char1&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;&amp;#39;&amp;nbsp;&amp;#39;&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;lv_char2&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;&amp;#39;!&amp;#39;.

&amp;quot;&amp;nbsp;方式1：使用literal&amp;nbsp;operator&amp;nbsp;`&amp;nbsp;`
DATA(lv_string2)&amp;nbsp;=&amp;nbsp;lv_char1&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;`&amp;nbsp;`&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;lv_char2&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;&amp;#39;!&amp;#39;.


&amp;quot;&amp;nbsp;方式2：使用literal&amp;nbsp;operator&amp;nbsp;||
DATA(lv_string3)&amp;nbsp;=&amp;nbsp;|{&amp;nbsp;lv_char1&amp;nbsp;}&amp;nbsp;{&amp;nbsp;lv_char2&amp;nbsp;}!|.


&amp;quot;&amp;nbsp;方式3：使用关键字RESPECTING&amp;nbsp;BLANKS
CONCATENATE&amp;nbsp;lv_char1&amp;nbsp;&amp;#39;&amp;nbsp;&amp;#39;&amp;nbsp;lv_char2&amp;nbsp;&amp;#39;!&amp;#39;&amp;nbsp;INTO&amp;nbsp;DATA(lv_string4)&amp;nbsp;RESPECTING&amp;nbsp;BLANKS.


WRITE&amp;nbsp;/&amp;nbsp;lv_string1.
WRITE&amp;nbsp;/&amp;nbsp;lv_string2.
WRITE&amp;nbsp;/&amp;nbsp;lv_string3.
WRITE&amp;nbsp;/&amp;nbsp;lv_string4.&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;color: #4D4D4D; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: 16px; font-variant-ligatures: no-common-ligatures; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;&lt;/span&gt;&lt;img src=&quot;http://gstarworld.com.cn/zb_users/upload/2025/04/202504151744678641382538.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;</description><pubDate>Tue, 15 Apr 2025 08:55:48 +0800</pubDate></item><item><title>ABAP语言中Check、Stop、Exit、Continue、Return、Reject的用法和区别</title><link>http://gstarworld.com.cn/?id=296</link><description>&lt;h3 style=&quot;box-sizing: border-box; outline: 0px; margin: 24px 0px 8px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, SimHei, Arial, SimSun; font-size: 20px; color: rgb(79, 79, 79); line-height: 30px; font-synthesis-style: auto; overflow-wrap: break-word; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;1, stop （已被废止）&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; font-synthesis-style: auto; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 24px !important;&quot;&gt;使用该命令的程序位置&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;INITIALIZATION, AT SELECTION-SCREEN, START-OF-SELECTION和GET 事件中&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;处理说明:&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;1）当在INITIALIZATION事件执行该命令，系统将直接触发应用服务器和客户端屏幕元素的发送；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;2）在其他事件中将直接触发END-OF-SELECTION事件的执行，如果不想执行END-OF-SELECTION，请使用RETURN或者 EXIT.&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; outline: 0px; margin: 24px 0px 8px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, SimHei, Arial, SimSun; font-size: 20px; color: rgb(79, 79, 79); line-height: 30px; font-synthesis-style: auto; overflow-wrap: break-word; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a name=&quot;t1&quot; style=&quot;box-sizing: border-box; outline: none; margin: 24px 0px 8px; padding: 0px; cursor: pointer; color: rgb(78, 161, 219); font-synthesis-style: auto; overflow-wrap: break-word;&quot;&gt;&lt;/a&gt;2, exit&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; font-synthesis-style: auto; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 24px !important;&quot;&gt;使用该命令的程序位置&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;用于循环和程序模块中：DO和其他处理模块中(event block, dialog module, procedure (function module, method, subroutine))…ENDDO,WHILE…ENDWHILE,LOOP…ENDLOOP,SELECT…ENDSELECT&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;处理说明&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;1、 循环处理中，EXIT只跳出当前的循环；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;2、 在START-OF-SELECTION, GET, END-OF-SELECTION事件中，将直接触发List输出，将不执行END-OF-SELECTION事件;如果没有List输出，系统将直接返回选择屏幕；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;3、 对于procedure系统返回调用处；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;注意事项&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;SAP推荐EXIT只是用于循环处理，对于处理模块请使用Return。&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; outline: 0px; margin: 24px 0px 8px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, SimHei, Arial, SimSun; font-size: 20px; color: rgb(79, 79, 79); line-height: 30px; font-synthesis-style: auto; overflow-wrap: break-word; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a name=&quot;t2&quot; style=&quot;box-sizing: border-box; outline: none; margin: 24px 0px 8px; padding: 0px; cursor: pointer; color: rgb(78, 161, 219); font-synthesis-style: auto; overflow-wrap: break-word;&quot;&gt;&lt;/a&gt;3, return&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; font-synthesis-style: auto; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 24px !important;&quot;&gt;使用该命令的程序位置&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;用于处理模块中(event block, dialog module, procedure (function module, method, subroutine))&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;处理说明&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;1、 对于procedure ，RETURN将无条件退出当前的处理模块，不影响后续模块的执行；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;2、 对于START-OF-SELECTION, GET, END-OF-SELECTION事件中，将直接触发List输出，将不执行END-OF-SELECTION事件;如果没有List输出，系统将直接返回选择屏幕；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;注意事项&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;RETURN不管存在多少层次的循环，将直接退出当前处理模块，这一点和EXIT不同。&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; outline: 0px; margin: 24px 0px 8px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, SimHei, Arial, SimSun; font-size: 20px; color: rgb(79, 79, 79); line-height: 30px; font-synthesis-style: auto; overflow-wrap: break-word; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a name=&quot;t3&quot; style=&quot;box-sizing: border-box; outline: none; margin: 24px 0px 8px; padding: 0px; cursor: pointer; color: rgb(78, 161, 219); font-synthesis-style: auto; overflow-wrap: break-word;&quot;&gt;&lt;/a&gt;4,&amp;nbsp;&lt;span class=&quot;words-blog hl-git-1&quot; data-tit=&quot;check&quot; data-pretit=&quot;check&quot; style=&quot;box-sizing: border-box; outline: 0px; margin: 24px 3px 8px 0px; padding: 0px 18px 0px 0px; font-synthesis-style: auto; overflow-wrap: break-word; cursor: pointer; background: url(&amp;quot;../img/gitcode-key.png&amp;quot;) right center / 14px 14px no-repeat transparent; box-shadow: none; color: #4EA1DB !important;&quot;&gt;check&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; font-synthesis-style: auto; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 24px !important;&quot;&gt;使用该命令的程序位置&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;用于循环和程序模块中：DO和其他处理模块中(event block, dialog module, procedure (function module, method, subroutine))…ENDDO,WHILE…ENDWHILE,LOOP…ENDLOOP,SELECT…ENDSELECT&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;处理说明&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;1、 循环处理中，CHECK只是不执行本次循环的后续处理，继续调到下一次循环；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;2、 在START-OF-SELECTION, GET, END-OF-SELECTION事件中，只是中断本事件内的后续代码的执行 ，不影响其他后续模块的处理，这和EXIT，RETURN是不同的；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;3、 对于没有循环procedure系统返回调用处；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;4、 对逻辑数据库的GET事件，系统退出本次纪录和子节点的读取处理，将继续下一条纪录的处理；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;注意事项&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;Sap推荐CHECK只是用于循环处理，对于处理模块请使用Return。&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;区别：在LOOP 中 check 只是不执行本次循环的后续处理，继续调到下一次循环；&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;EXIT只跳出当前的循环继续执行loop外的语句。&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;return 跳出form了&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;在form 中 三种效果一样都跳到下个PERFORM frm_test&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;在事件中 CHECK &amp;nbsp;在START-OF-SELECTION, GET, END-OF-SELECTION事件中，只是中断本事件内的后续代码的执行 ，不影响其他后续模块的处理&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;在事件中， exit，return 在START-OF-SELECTION, GET, END-OF-SELECTION事件中，将直接触发List输出，将不执行END-OF-SELECTION事件;如果没有List输出，系统将直接返回选择屏幕。&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; outline: 0px; margin: 24px 0px 8px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, SimHei, Arial, SimSun; font-size: 20px; color: rgb(79, 79, 79); line-height: 30px; font-synthesis-style: auto; overflow-wrap: break-word; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a name=&quot;t4&quot; style=&quot;box-sizing: border-box; outline: none; margin: 24px 0px 8px; padding: 0px; cursor: pointer; color: rgb(78, 161, 219); font-synthesis-style: auto; overflow-wrap: break-word;&quot;&gt;&lt;/a&gt;5, continue&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; font-synthesis-style: auto; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 24px !important;&quot;&gt;使用在loop，do，while等循环语句中，含义是结束当前循环，进入到下一次循环。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; font-synthesis-style: auto; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 24px !important;&quot;&gt;也可以用check来代替，符合check条件，接着执行本次循环，不符合check的，结束当前循环进入到下次循环。&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; outline: 0px; margin: 24px 0px 8px; padding: 0px; font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, SimHei, Arial, SimSun; font-size: 20px; color: rgb(79, 79, 79); line-height: 30px; font-synthesis-style: auto; overflow-wrap: break-word; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a name=&quot;t5&quot; style=&quot;box-sizing: border-box; outline: none; margin: 24px 0px 8px; padding: 0px; cursor: pointer; color: rgb(78, 161, 219); font-synthesis-style: auto; overflow-wrap: break-word;&quot;&gt;&lt;/a&gt;6, reject&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; outline: 0px; margin-top: 0px; margin-bottom: 16px; padding: 0px; font-size: 16px; color: rgb(77, 77, 77); overflow: auto hidden; font-synthesis-style: auto; overflow-wrap: break-word; font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun; text-wrap-mode: wrap; background-color: rgb(255, 255, 255); line-height: 24px !important;&quot;&gt;使用该命令的程序位置&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;用于逻辑数据库的GET处理事件中&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;处理说明&lt;br style=&quot;box-sizing: border-box; outline: 0px; font-synthesis-style: auto; overflow-wrap: break-word;&quot;/&gt;REJECT的处理类似CHECK，但和CHECK不同的是：REJECT如果在循环内也同样退出本次的处理，而CHECK只是退出循环，不退出处理。&lt;/p&gt;</description><pubDate>Tue, 15 Apr 2025 08:48:20 +0800</pubDate></item></channel></rss>