cancel
Showing results for 
Search instead for 
Did you mean: 

Rfc_Call_Transaction, AL08

Former Member
0 Kudos

Hi,

In SAP I can see a list of logged on users with transaction AL08.

What I want to do is access this data in a .NET application. I think that the way to do this is by using Rfc_Call_Transaction?

Unfortuanately I haven't been able to find much information on Rfc_Call_Transaction - can anyone advise me on how to do this?

Many thanks,

Colin

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

Rfc_Call_Transaction is only usefull if you want to open a SAPGUI and navigate to a transaction. You need to use it in conjunction with the USE_SAPGUI parameter in connection string / Destination.

Former Member
0 Kudos

Could you elaborate? I still have no idea how to use Rfc_Call_Transaction with AL08? (It is not an issue if I need to use it in conjunction with the GUI)

Or is there a better way to obtain data from AL08 in a .nET application?

Many thanks,

Colin