1. Create a batch job in SM37 for the ABAP program, and use an event for the start criteria.
2. Create an event in SM62
3. In unix, we'll need to call an executable SAPEVT.
This will be in the directory /usr/sap/<SAPSID>/SYS/exe/run
we also will need to use the appropriate profile for the SAP system to run the sapevt utility.
example :
sapevt abap_event -t pf=/usr/sap/<SID>/SYS/profile/<SID>_DVEBMGS00_<SYSNAME> nr=00
Related OSS
Note 11661 - Event-driven call of background jobs does not work
本文介绍如何为ABAP程序创建批处理作业并使用事件作为启动标准。通过SM37创建批处理作业,并在SM62中定义事件。在Unix环境中,调用SAPEVT实用程序实现远程触发。
1720

被折叠的 条评论
为什么被折叠?



