0

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).

Tom Micua
  • 5
  • 1
  • 4

1 Answers1

1

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

Robin Debruyne
  • 438
  • 2
  • 6