‎2020 Oct 20 8:52 AM

Dear guru.
I'd like to make transaction log data when excuting trasaction on command field.
So, I'm looking for user exit about transaction command.
Plz give me about user-exit for command field.
i.e) If enter transaction "MM03", the my log talbe will be like below
FIELD : DATE / TIME / ID / TRANSACTION
DATA : 2020.10.20 / 16:30:30 / MM03 / ID / MM03
‎2020 Oct 20 9:08 AM
Did you expect to recreate the ST03n transaction ? (or SM19/SM21)
‎2020 Oct 20 9:25 AM
Thank you for answer.
I don't want to recreate by standard transaction like sm20, sm19.
I'd like to make by source code
‎2020 Oct 20 10:06 AM
Look first at tools provided by SAP, Check transactions ST03N or STAD
NB: FM such as SAPWL_STATREC_DIRECT_READ or SWNC_STAD_READ_STATRECS could be periodically executed to fill your table.
‎2020 Oct 20 11:24 AM
thank you for answer.
as you recommand, I cheked FM SAPWL_STATREC_DIRECT_READ, but this is only provide report(program name) not transaction code.
If you know user-exit about command field, Plz let me know.