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

program version problem

Former Member
0 Likes
900

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.

6 REPLIES 6
Read only

Former Member
0 Likes
870

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

Read only

Former Member
0 Likes
870

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

Read only

0 Likes
870

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.

Read only

0 Likes
870

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

Read only

0 Likes
870

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

Read only

matt
Active Contributor
0 Likes
870

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