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: 

To find when a transaction has been last-used

Former Member
0 Kudos
157

Hello everybody,

Is it possible to find out when BD10 has been last executed for a given Material.

(or)

Does there exist any table / function module / transaction where we can find, when a particular transaction had been last used(user, date & time)?

Awaiting your reply.

Thanks in advance.

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos
108

i am not sure but check sm21 transaction.

this will maintain log..

Former Member
0 Kudos
108

Try using the Function Module

"<b>SAPWL_WORKLOAD_GET_STATISTIC</b>" for getting the list of last accessed program or transaction code. You need to loop through the memory_stattistic internal table and get the list of programs and transaction codes.

Former Member
0 Kudos
108

Hi,

Use STAT transaction.

Thank,

Naga