‎2008 Dec 27 8:35 AM
Hi experts,
I have modified the program in client 355,and transport the request to client 800.Now I am skip that the program is deffierent between 355 and 800 when I modify the program.How I can get the old program in client 800 before I transport the request.
many many tks.
David.
‎2008 Dec 27 8:47 AM
Hi David,
(1)To see the program difference using transport requests or view program versions
*go to se38 -> program -> utilities -> versions -> version management *
for both client see if all transport requests are there and whether in the same order
i believe a remote version comparison button is also available in this screen to compare it directly with code in a different client
(2) Retrive older version
We can re - import the transport request containing the desirable functionality
eg: TRP001 contains required code
TRP002 contains latest version
We need the code to behave as in TRP001 , then reimport the transport request TRP001 to the client
Hope it helps
Regards
Byju
‎2008 Dec 27 9:00 AM
hi David
If you already transported the request to the 800,
go to se38
type the program name
go to utilities-versions - version manage ment
there u will find all the requests you have transported agianst that program
there u use retrive option which will solve ur problem
regards
sateesh
‎2008 Dec 27 9:18 AM
Dear sateesh,
I have tried according to your way,but the main problem is there are only one request that I transport exist.I can't see the original request Before I transport my request.
Best regards.
david.
‎2008 Dec 27 9:26 AM
Hi
I think 800 is not your development system .So you will find only the latest transport in it. So if you want to get the old or original one .You need to retire the same in client 355 and then transport the same to client 800. You can only get the previous version of program in development system or sandbox system.
I hope this hint help you to resolve your issue.
Cheers
Joginder
‎2008 Dec 27 9:33 AM
hi david
i agree with joginder
if ur 800 client is not developemnt system i.e not using the version mangement
u have to retrieve from 355 client
regards
sateesh
‎2008 Dec 27 11:34 AM
ABAP Programs are client independent. There is no concept of transporting ABAP programs from client 355 to client 800. With ABAP programs, you can ONLY transport between systems. E.g. D23 to Q23 to P23. So, on the face of it, your question makes little sense.
What are the SYSTEM IDs of 355 and 800? On which system are you making changes? Do you make changes on both?
matt