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

How to compare version between script's

ram_sahoo
Participant
0 Likes
5,484

Hi Experts,

I have comapre version in script,Means 1st version of script i send to Production system and and later changes in development system i want those latest changes in development system.So anyone can help me for this requirement,How to compare between both version.

Thanks,

7 REPLIES 7
Read only

Former Member
0 Likes
3,110

Hi,

The comparison tool in SAPscript only compares between two clients on the same system, so won't help in your case.

One available option is to go into each script and download the form info (Utilities -> Form info), then save this to a PC file.  As pretty much every element of the form is listed out you can compare the two documents using your favourite split screen editor.

Regards,

Nick

Read only

0 Likes
3,110

Hi Nick,

Sorry now i saw i have to compare between two TR First and TR second both are availabe in Production and Quality system.There i need compare between both because when second TR sent to Quality and Production i am facing problem.So as per my knowledge in second TR i want know what changes somebody has done.

Thanks,

Read only

Former Member
0 Likes
3,110

Hi

You can try to print the Script INFO of the two version and so check the differences

Max

Read only

Former Member
0 Likes
3,110

Hi,

We cannot do version comparison in SAP Script.

Only thing available is to download the script and compare.

Thanks!

Regards,

Aneesh

Read only

ram_sahoo
Participant
0 Likes
3,110

Hi,

Can you help me how to compare sap script after download.

Thanks,

Read only

0 Likes
3,110

You can place the downloaded script in MS WORD and using Compare tool you can find the differences between the two files.

Step 1. Have 2 Word Documents (.doc, .docx).

Step2. Goto Review –> Compare ( Select “Compare”, Compare 2 versions of document. )

You can refer this blog for using the tool.

How to compare two documents in Microsoft Word - Simple Help

Regards,

Mayur

Read only

Former Member
0 Likes
3,110


Hi Ram,

Take back of sap script in note pad by using program RSTXSCRP of production version and devlopment system..

Then using NOTEPAD++ you can trace the changes between two versions.

Cheers,

Pravin