Showing posts with label work process status. Show all posts
Showing posts with label work process status. Show all posts

How to administrate the work processes from operating system?

The DPMON.EXE program can be used to adminster the work processes from the operating system. It is located in the Exe -> Run directory. It is equivalent to SM50 transaction.


This will be very useful, when you have issues at SAP Level, and cant use SM50 to terminate any processes.

How do you check the work process status in different Operating systems?

Windows:

Go to Windows Task manager and you can see the processes listed. All the disp+work.exe processes are SAP work processes.

Right-click Start bar and click Task Manager to invoke it.


Unix:

The following Process Status command can be used to know the work processes status.

ps -ef | grep SAP

Also, irrespective or the operating system we can use dpmon.exe executable, which is located in the Kernel (usr\sap\\sys\exe\run) directory.