Application Development 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: 

renaming a program

Former Member
0 Kudos
150

Hi All,

I want to know the history of a program . Who renamed it when renamed it ? please let me know if there is any FM or Table to check that ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
124

Hello,

Have you checked the control version section?, mabe reading the elements of each transport request, you may find who renamed you program....

Bye

Gabriel P.

7 REPLIES 7

Former Member
0 Kudos
125

Hello,

Have you checked the control version section?, mabe reading the elements of each transport request, you may find who renamed you program....

Bye

Gabriel P.

0 Kudos
124

i have checked in version management . i did not find anything like that ... is there any other way ? there might be chance of deleting old prgm and creating a new one . how do we know if a program is deleted ?

Edited by: tashvi on Mar 19, 2009 10:11 PM

0 Kudos
124

did u check the attributes?

last changed by will give you those details...

0 Kudos
124

yes . I did .

0 Kudos
124

You can check PROGDIR TABLE:

Function Module: ORA_JOB_GET_PROGRAM_LOG

DB6_JOB_GET_PROGRAM_LOG

You can also check with Basis team they can give you information of maintenance logs that as maintained by Basis Consultants .

Regards,

Gurpreet

0 Kudos
124

Hi Tashvi,

You can go for PROGDIR table as gurpreet said. But it will show you only about the last change details.

lets take one example. We have a program named "ztest". And it has 5 transport requests.

if you want to see all the history like who changed and when then you can follow the below process :

1. Go to version control of Ztest program.

2. Copy all the transport request from there.

3. Then go to table E070 and E071. pass all the 5 transport request belong to Program.

4. The table will show all the details about who changed, when and all the other details. so for each transport request you will find the details in those tables.

Sourabh Batwara

former_member222860
Active Contributor
0 Kudos
124

Hi

Check this view :D010LINF

and the fields UNAM, UDAT