2005 Dec 14 4:07 PM
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.
2005 Dec 14 4:12 PM
i am not sure but check sm21 transaction.
this will maintain log..
2005 Dec 14 4:23 PM
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.
2005 Dec 14 5:14 PM