2009 Mar 19 8:33 PM
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 ?
2009 Mar 19 8:44 PM
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.
2009 Mar 19 8:44 PM
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.
2009 Mar 19 9:09 PM
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
2009 Mar 19 9:30 PM
did u check the attributes?
last changed by will give you those details...
2009 Mar 19 10:39 PM
2009 Mar 20 3:31 AM
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
2009 Mar 20 4:20 AM
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
2009 Mar 20 3:52 AM