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

renaming a program

Former Member
0 Likes
1,125

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
Read only

Former Member
0 Likes
1,099

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
Read only

Former Member
0 Likes
1,100

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.

Read only

0 Likes
1,099

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

Read only

0 Likes
1,099

did u check the attributes?

last changed by will give you those details...

Read only

0 Likes
1,099

yes . I did .

Read only

0 Likes
1,099

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

Read only

0 Likes
1,099

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

Read only

former_member222860
Active Contributor
0 Likes
1,099

Hi

Check this view :D010LINF

and the fields UNAM, UDAT