Question:
Hello,
I wonder if anyone can help me in comparing programs at different systems. I know to do it manually by se39 and version management windows but there are so many abap programs that I must compare and if they are different , move from one system to the other one. That’s why I’m looking for a way to automate this action.
Let me explain by an example:
There are 2 SAP Systems: A and B.
Z1, z2, z3, z4, z5.... programs exist both on A and B systems.
I want to know that z1’s last versions at A is different from z1’s last version at B; z2’s last versions at A is different from z2’s last version at B... so on..
I will be glad, if someone helps me..
Thanks in advance..
MERAL
Answer:
You can create a copy of the report RSVRSRE3 (RSVRSFU3 for functions) and modify it to support multiple selection.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
Also perhaps it's possible to write a BDC version of SE39?
Answer:
Also perhaps it's possible to write a BDC version of SE39?
I doubt it makes sense, for it's not easy to get the output back.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
Se38 - enter the program name -> click on Utilities ->splitscreen editor
Press the "Compare Different systems" button.. and fill in entries including the RFC link
Answer:
Swati Garg - did you miss this bit?
I know to do it manually by se39 and version management windows but there are so many abap programs that I must compare and if they are different , move from one system to the other one. That’s why I’m looking for a way to automate this action
meralerenguven - How do they two systems related to each other. If B only gets programs transported from A, you should be able to use the tp numbers and change dates to determine some of the programs that do match.
Only when these are not sufficient would you need to use a function module such as SVRS_COMPUTE_DELTA_REPS to actually compare the sources.
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.
Answer:
I have a feeling that the problem is slightly bigger than assumed in the last two replies:
1. It's about comparing several programs, not one-by-one that can be done in se38.
2. It may be about systems that are not linked via transports. Sometimes it makes sense to have those, with development possible in both, but at the end it's a nightmare to check if you have any conflicts.
In this situation (1 + 2), one solution would be a copy of SAP programs, as I said above. Another is probably get sources from both systems via RFC and then use some other comparison tools like UNIX diff.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com