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

Table for storing SAP session count

Former Member
0 Likes
2,867

Hi,

Is there any table or system variable where the count of SAP sessions opened so far after logging in, stored.

7 REPLIES 7
Read only

Former Member
0 Likes
1,811

I mean to say how many times a transaction code has been called so far after logging in. Is there any way to find out ?

Read only

0 Likes
1,811

check the Transaction STAD by passing the Transaction.

Prabhudas

Read only

Former Member
0 Likes
1,811

hi,

Check the Table APQI for Session , all the sessions stored in APQI table.

session name as field GROUPID:-

and program name as PROGID :-

Regards,

Prabhudas

Read only

Former Member
0 Likes
1,811

Hi,

Check Transaction ST03n

You can use transaction code ST03N.

1. Go to tx code - ST03N

2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.

3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.

4. At the bottom left you get "Analysis Views"

5. Select & expand "User and Settlement Statistics"

6. Double click on "User Profile"

7. On the right side of the window you get a list of all the users

8. Double click on a particular user you want to view the details of.

9. The new screen will display the "Transactions/Reports Utilized by User XXX"

If you wanna track which users executed a particular transacation then follow this:

10. In "Analysis Views" expand "Transaction Profile"

11. Double click on "Standard"

You can view the list of Transactions and Reports.

12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.

Hope this will help

Read only

Former Member
0 Likes
1,811

Hi,

Check Transaction ST03n

You can use transaction code ST03N.

1. Go to tx code - ST03N

2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.

3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.

4. At the bottom left you get "Analysis Views"

5. Select & expand "User and Settlement Statistics"

6. Double click on "User Profile"

7. On the right side of the window you get a list of all the users

8. Double click on a particular user you want to view the details of.

9. The new screen will display the "Transactions/Reports Utilized by User XXX"

If you wanna track which users executed a particular transacation then follow this:

10. In "Analysis Views" expand "Transaction Profile"

11. Double click on "Standard"

You can view the list of Transactions and Reports.

12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.

Hope this will help

Read only

0 Likes
1,811

thanks Naseerudin, but I want the information regarding the number of times the transaction called by the current user in the current login. Is there any table which I can use inside a BDC program.

A transaction(fpp2) when called for the first time gives one screen and when it is called second time it is calling different screen.

Read only

Former Member
0 Likes
1,811

closed