Hi All.
I must compare object versions of DEV with PRD.
The number of object is about 150 including programs, tables and etc.
I only want to know that the Request number for the activated version between two systems is same or not.
How to do it?
If you have a program or a SQL, give to me.. please...
Thank you in advance.
Best Regards.
kil-nam.
Message was edited by: Kil-Nam Kim
Request clarification before answering.
hi
Use <b>SE39</b> transaction to compare.
U can compare in two diff. server.
regards
vinod
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This message was moderated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi kim ,
u hav a version management for the object in versions --version management .
now open transaction se03 transport organizer tools .
give the request number of the same in ur DEV server.
now open se03 in SE03 in PRD server.
giv the request no in here and check it .
this will give u teh match whether activated version is same or not.
u can use SE01 also , but se03 is user friendly.
second alternative is
goto table E071 and execute .
in here u giv the object name in the select options this will giv u all the include objects /dependent objects which is present .
so u can compare the same with PRD and DEV.
also check tables E070 etc ..
regards,
vijay.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Then you can browsw thru tables E070 and E071.
You can wite a simple ABAP program to compare versions
using these tables.
Hope this helps,
Regards,
Shashank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can use split screen editor (SE39).
It can compare versions on same server or on different servers.
Regards,
Shashank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 13 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.