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

transport request question

Former Member
0 Likes
630

Hi All

I need to develop a program which reads a list of customized objects (tadir-object where trdirsubc = '1' and tadirOBJECT = 'PROG'- executable programs) and check if these objects are identical and updated in the second environemnt (ej: quality).

The list of the objects I need to check I have already I dont know how to proceede in the second step. I was thinking about doing this by checking the transport request in both environment. If it matchs is because are the same.

I hope you understand what I mean.

Many thanks

Anna

Hi All

I need to develop a program which reads a list of customized objects (tadir-object where trdirsubc = '1' and tadirOBJECT = 'PROG'- executable programs) and check if these objects are identical and updated in the second environemnt (ej: quality).

The list of the objects I need to check I have already I dont know how to proceede in the second step. I was thinking about doing this by checking the transport request in both environment. If it matchs is because are the same.

I hope you understand what I mean.

Many thanks

Anna

5 REPLIES 5
Read only

Former Member
0 Likes
605

HI anna,

1. i don't think it is straight forward and simple.

2. U are trying to make

a version comparison utility,

which is already available in

programs, table etc.

(but it does one at a time)

regards,

amit m.

Read only

suresh_datti
Active Contributor
0 Likes
605

Why don't you do a Remote Comparision that is available via Version Management?

~Suresh

Read only

Former Member
0 Likes
605

Welcome aboard Anna

Well it is really hard to estabilish a connection between 2 different systems and get data from both systems within an ABAP.

One of my colleges saw a system which uses online connection, but it was always not perfect.

It is much easier to create internal tables with the same structure and download them from both systems.

Then in the next step you just have to compare the two files with a file-comparer (for example Total Commander has an option to do this).

Best regards and happy developing

Tamá

Read only

0 Likes
605

Many thanks for the help.

One more question: how can I check(in which table) the last transport request/order of an object ?

Many thanks.

Anna

Read only

0 Likes
605

Hi anna,

1. E071

regards,

amit m.