Application Development and Automation 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: 
Read only

Multiple SAP Sessions

Former Member
0 Likes
678

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
Read only

gaursri
Active Contributor
0 Likes
625

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.

Read only

faisalatsap
Active Contributor
0 Likes
625

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

Read only

Former Member
0 Likes
625

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.

Read only

Former Member
0 Likes
625

Try SM04

Read only

guilherme_frisoni
Contributor
0 Likes
625

Hi,

check for THUSRINFO FM.

Regards,

Frisoni