cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the list of active processes through API

Former Member
0 Kudos

Hi

I am writing an application in .NET (C#) that monitors applications/database tiers and can correlate events between them.

I am looking for a good way to extract the list of active processes in the SAP on a regular interval so I can enrich my dashboard with SAP oriented transactions information.

for example - the information in tcode SM50 where you can see all transactions/processes.

Is there a good and efficient way to extract this information thorough API every few seconds ?

IF so - can you redirect me to the documentation around it ?

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Take a look at function module STUM_WP_TOTAL_ACTIVITY, it sends back the information found in SM50.

To call this from C# you could either use the .NET connector to call the function module via RFC or wrap the FM in a web service and call it that way.

Gregor