Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple SAP Sessions

Former Member
0 Kudos

Hi Friends,

I want to know the multiple session identifier table name and program name in ABAP.

For ex: I opened 3 sessions,i want to know the Tcodes opened in each session,all the details is stored in any table in data dictionary or any in program.

Can anyone help me in solving this problem....

Regards

Kiran

5 REPLIES 5

g_srivastava
Active Contributor
0 Kudos

Hi Kiran,

I am sending you 2 documents regarding the issue you have about user details.Please have a look.

Link:[Parameters|http://help.sap.com/saphelp_nw70/helpdata/en/43/38059ddd68601fe10000000a422035/content.htm]

Link:[Report|http://help.sap.com/saphelp_nw70/helpdata/en/43/38f447d987376de10000000a422035/content.htm]

Hoping your query resolves quickly.

Have a best day ahead.

faisal_altaf2
Active Contributor
0 Kudos

Hi, Kumar

Check for Bellow Tables Hope you will find your Require Data From these.

DOKHL                            Documentation: Headers
DOKIL                            Index for Documentation Table DOKH
USR41                            User master: Additional data

Regards,

Faisal

Former Member
0 Kudos

hi kiran,

you can check the table "APQI" in this table especially you look for the "GroupID" and the "ProgramID"

and the transaction code for the what are all the transactions and programs opened/used by a particular user using the T-CODE "ST03n"

Regards,

Samad.

Former Member
0 Kudos

Try SM04

guilherme_frisoni
Contributor
0 Kudos

Hi,

check for THUSRINFO FM.

Regards,

Frisoni