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

SAP COMMAND FIELD USER EXIT

seungwon_ock1
Discoverer
0 Likes
1,504

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

4 REPLIES 4
Read only

FredericGirod
Active Contributor
1,377

Did you expect to recreate the ST03n transaction ? (or SM19/SM21)

Read only

seungwon_ock1
Discoverer
0 Likes
1,377

Thank you for answer.

I don't want to recreate by standard transaction like sm20, sm19.

I'd like to make by source code

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,377

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.

Read only

0 Likes
1,377

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.