‎2007 Feb 01 9:01 AM
Hi,
I want to compare two programs one from dev and other from prod and check whether it is identical or not....the number of programs are in thousands.....so is there any FM or program so that i can automate it.....plz help!!
‎2007 Feb 01 9:03 AM
Hi Ajay,
Login to development and Open the program.
Goto Utilities->Version->Version Management.
Select the Version and click Version Compare.
Select the Destination client to be compared i.e. Production client.
It will display all the details.
Best regards,
Prashant
‎2007 Feb 01 9:04 AM
‎2007 Feb 01 9:11 AM
Hi prashant,
I know about the version management but the thing is the number of programs are in thousands and doing it manually is quite hectic,so i want to automate the process.
‎2007 Feb 02 5:22 AM
‎2007 Feb 02 5:37 AM
Hi Ajay,
i have solution for ur problem.
1. Go to program -> utilities-. version-> versiopn management.
2.u arrive at new screen.
3.type /h to make debuggin on.
4. now click any push button for comparison..
5.in field textbox of debbuger , type 'SY-UCOMM' to get the ok_code for that push-button.
6.once u get the ok_code , u can use
'CALL TRANSACTION 'SE38' USING BDC_DATA '.
7.To get more details on such kind of abaP statement , select that statement and press F1 , you wud get reference example out at bottm..
8. refere to that along with also check out for screen no , prohram name , ok_code , which are needed for that transaction.
regards
Note: reward points if useful