转载至:SAP Help Portal
APO模块,整车工厂报工点传入去改变计划订单报工状态是通过一个 /SAPAPO/MF “业务对象”。
对该对象,传入事件类型:TPOINT_REACHED,发起事件,完成APO计划订单报工状态的更新。
Automated Action Handler
Purpose
You use the automated Action Handler during production. Typical areas are repetitive manufacturing and flow manufacturing, that is areas where recurring productionsteps require that the system carries out the same actions again and again (printing of documents, production tracking, backflushing, and so on). Production data of the production control system are transferred to planning, where they are processed further.
It is also possible to work with the automated Action Handler in shop floor production.
You can use the automated Action Handler both with iPPE (integrated Product and Process Engineering) and without iPPE.
Prerequisites
You have set up the connection between your production control system and PP/DS.
You are using the standard Customizing settings or - if that is not enough - have entered the following information in the process step Maintain Settings for Action Handler (transaction /SAPAPO/AHC1):
-
Actions, functions, parameters
You have entered the following information either in iPPE (transaction PPE) or, if you do not work with iPPE, in the master data of the Action Handler (transactions AHTGL02 and AHTGL01):
-
Action points, including information on error handling
-
Assignment of actions to action points with parameterization of the actions at the corresponding action point
Process Flow
A planned order reaches an action point, where it triggers the event TPOINT_REACHED.
The production control system transfers the event data to the event manager in PP/DS, which then triggers the Action Handler.
The Action Handler in PP/DS checks which actions you have assigned to the action point and carries them out automatically.
The process is automatically repeated for all succeeding planned orders and for all further action points.
---------2022.4.6----------------------
注意这个事务代码:SWEQADM 事件队列管理
制造企业套件中会有文章标题的报工事件的应用,报工事件的后端实际上在事件队列管理器中实现管理的。 当CLIENT COPY后,图片中的事件队列开关往往是关闭的,你需要打开这个机制,才能顺利执行报工事件流程,最后更新数据到PPC反冲相关的表中。
The manufacturing enterprise suite will have an application for reporting events for article titles, and the reporting events backend is actually managed in the event queue manager.
After CLIENT COPY, the event queue switch in the picture is usually turned off. You need to turn on this mechanism to successfully execute the reporting event flow and finally update the data to the PPC flushback table.