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

HELP : Comparing two programs(DEV & PROD)

Former Member
0 Likes
1,041

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!!

5 REPLIES 5
Read only

Former Member
0 Likes
1,008

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

Read only

0 Likes
1,008

refer.

Read only

0 Likes
1,008

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.

Read only

0 Likes
1,008

Please help guys its quite urgent!!!

Read only

0 Likes
1,008

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