cancel
Showing results for 
Search instead for 
Did you mean: 

How to get session ID from a WebDynpro ABAP Application?

Former Member
0 Kudos

Hey,

in BSP Application, it is easy to get session ID via runtime object. But how to get this from a WebDynpro ABAP Application? If this cannot be done in WD4A directly, is it possible to get the session ID if the application runs in Portal?

Thanks and Regards,

Liang

Edited by: Liang Dai on Feb 16, 2010 3:58 PM

Accepted Solutions (1)

Accepted Solutions (1)

manthanraja
Active Participant
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

What exactly you want to do with the session ID?...

You can get access the internal ABAP session information via the TH_* function modules like TH_USER_LIST.

For example with session id.

If you want to know how many people access your WDA and want to know how many people have logon on your WDA in current time?

Then you can achieve this with the TH_USER_INFO function module. You can get the internal session ID at the WDDOINIT and then again at the WDDOEXIT to calculate the usage time.

Thanks and Best Regards,

Vinoth