‎2009 Aug 03 3:12 PM
Hi,
Is there any table or system variable where the count of SAP sessions opened so far after logging in, stored.
‎2009 Aug 03 3:20 PM
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 ?
‎2009 Aug 03 3:21 PM
check the Transaction STAD by passing the Transaction.
Prabhudas
‎2009 Aug 03 3:20 PM
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
‎2009 Aug 03 5:59 PM
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
‎2009 Aug 03 6:21 PM
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
‎2009 Aug 04 5:31 AM
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.
‎2009 Dec 13 7:49 AM