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

log for abap program

Former Member
0 Likes
4,311

hi frnds  To be specific I would like to ask if there are logs (time, day, user) for the changes (or the activation) in a specific program or a function module or executing a abap program

12 REPLIES 12
Read only

former_member206650
Active Participant
0 Likes
2,828

hi Jaya Kishore,

check out the table TRDIR...to find the log of a program....

Read only

Former Member
0 Likes
2,828

Hello ,

You can see last change etc details in table "REPOSRC"

Read only

former_member183073
Active Participant
0 Likes
2,828

Hi Kishore,

VRSD table holds the Version Data of each object(it actually holds all the versions of the given object).

The version for an object gets created each time it is changed and saved or transported or can also created manually. you will find all the versions in this table with time, date and user details

Read only

Pavithra_madhu
Participant
0 Likes
2,828

Hi,

You can see the last change in a program in program attribute.

Last changed by : 01.01.2014  XXXXXXX

                                ( Date)          (User name)

Last change in a function also can see using function attribures.

General Data

Last changed by : xxx

Changed on        : 01.01.2014

Also u can use version management to view the changes done by which user, date and time..

Regards,

Pavithra

Read only

Former Member
0 Likes
2,828

thnks

Read only

Former Member
0 Likes
2,828

also i need how many times a program is executed ,by whom its is executed and also the time and date

Read only

0 Likes
2,828

there no provision for the log of execution of the programs, Table logging exists but that will usually be deactivated because of the memory overhead due to logging and we use change documents at the field/table level for logging the changes for specific tables as per the requirement.

if you want to log the execution for a particular or few programs or transactions you can create a z table with program name, date, time and user and modify the program code to insert record each time the program is execute.

Read only

0 Likes
2,828

thank you all for the reply

Read only

kabil_g
Active Participant
0 Likes
2,828

Hi Jaya Kishore,

Take your Transport request number

Goto SE01 Tcode -> display that TR Number  under object list of request -> Commentry enrty -->

You can find your required log .

Read only

Former Member
0 Likes
2,828

thank you all for the reply

Read only

Former Member
0 Likes
2,828

Hello Jaya Kishore,

you may try t-code ST03. There you can drill down for any t-code or report you want to see.

Regards,

Ewald.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
2,828

If your question has been answered kindly close the discussion (see this blog).