â2016 Aug 17 7:20 AM
Hi Experts,
We have a program in the production system which was stored in local package, now we moved the same program without code from development system to production system saved in a tr.
Problem is program which was in production system consists source code was overwritten in production with development version. So how to retrieve the program with original source code stored in local package. which is very critical giving dump in production.
Regards,
Vinu Karthik.
â2016 Aug 17 7:27 AM
Hi Vinu,
The first question I'd like to ask is: What the hell are you doing! How can a program relevant for production ever end up in a tmp package?
Now regarding your question. Versions of programs are stored whenever a transport request is released. So if you never transported the program out of the production system there is no version history of the program. I would suggest moving the program to a regular package, fixing the error in the development system, testing it thoroughly in the QA system and then transport to production. If you really need the previous version from the production system you might be able to create restore a temporary system from a backup of the production system. You need to talk to your basis team about this.
Christian
â2016 Aug 17 7:27 AM
Hi Vinu,
The first question I'd like to ask is: What the hell are you doing! How can a program relevant for production ever end up in a tmp package?
Now regarding your question. Versions of programs are stored whenever a transport request is released. So if you never transported the program out of the production system there is no version history of the program. I would suggest moving the program to a regular package, fixing the error in the development system, testing it thoroughly in the QA system and then transport to production. If you really need the previous version from the production system you might be able to create restore a temporary system from a backup of the production system. You need to talk to your basis team about this.
Christian
â2016 Aug 17 3:22 PM
Because some idiot opened production for change and wrote it there ? Then found there was no transport route so made it local ?
If there's one there's bound to be more.....
Rich
â2016 Aug 18 12:18 PM
Vinu,
"now we moved the same program without code from development system to production system saved in a tr."
You have a program in Production but the problem is it is in $TMP.In such a case instead of the copying the program manually (copy paste) with all the dependant objects from Production to the Dev,why you had moved a Program without any code.
You didn't mention why the program is giving a dump in Production.Is it due to error in Code while execution or something else you are doing again IN PRODUCTION with that program ?
I echo Richard Harper's point as well.
K.Kiran.