Reputation: 5
So I have a button in a page wherein when it is pressed, it kicks off a process, specifically an application engine. As we all know, when an app engine runs, it is being shown in the process monitor page.
What I want to do is on that same page that I have, the status of the application can be displayed or seen. That part of the page should look like this (see photo 1).
Upvotes: 0
Views: 1134
Reputation: 438
fetch the runstatus of your process from the table PSPRCSRQST.
The runstatus is an XLAT value. See the table PSXLATITEM where fieldname='RUNSTATUS' for the description of the runstatus
Upvotes: 1