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

table where abap program execution details is stored

Former Member
0 Likes
2,496

hi friends

plz anyone tell me the table name table abap program execution details is stored

and reply me..................

hi friends

plz anyone tell me the table name table abap program execution details is stored

and reply me..................

4 REPLIES 4
Read only

Former Member
0 Likes
1,422

what do you mean by execution details.you can check TADIR for all the programs created in the system

Thanks

Bala Duvvuri

Read only

Former Member
0 Likes
1,422

you can pick up the execution details (time/user etc) in transaction STAD.

These are not held in db tables, but in files in the filesystem on the servers, and are cyclic files which will get overwritten after a time, based on their size and the level of transaction activity on the system.

Read only

0 Likes
1,422

You can check this link also

Regards,

Gopal

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,422

>

> plz anyone tell me the table name table abap program execution details is stored.

AFAIK there is no standard table where program execution details are stored.

You can get the details in the transactions STAD(before ECC5.0) & SM20N(with prior config done in SM19). Then also these details are stored in some app server file.

Hope this helps.

BR,

Suhas