Application Development 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: 

Smartform difference/comparision between two servers

Former Member
0 Kudos
114

HI All

I have a requirement to compare a smartform which is present in two different servers.

If there are any difference found related to either the position of some window or some other coding within the smartforms i need to report the differences to the client.

I am unable to find the difference directly unless i go manually and check each and every parameter. This is little lengthy procedure. Kindly let me know if there is a shortcut to do it.

thanks and regards

Shilpa

2 REPLIES 2

Former Member
0 Kudos
66

Hi Shilpa,

The simplest way is to check the latest requests that has been released and imported in all the concerned servers. to do this u need to go to the table E071, give the Object type as FORM and Object Name as the <name of the Smartform> and execute.

If u see the top most row of your results contain the same Request No. then u can conclude that there are no differences in the smartform in both the servers.

Otherwise u can also check the requests displayed after executing the table entries in Tcode SE10 and check whether they have been released or not.

Hope this helps,

Arnab.

0 Kudos
66

Hi Arnab

Thank you for the response. I checked the transport request and noted that there is a difference between the transport requests. But i wanted to know how to find what exactly are the differences. the user wants details of which window or code was different.

Shilpa