Its possible to do a remote compare of objects, if that is what you are looking for. From your program, goto Utilities > Versions> Version Management, and select 'Remote Comparision'.
You will be prompted to enter the name of the server that you want to do remote compare with, and the results will be displayed immediately.
To compare two reports programatically, use fm RFC_READ_REPORT, specifying the destination of the QAS system. you will get the report in an itab, which you will have to compare with the existing report.
Hope this helps.
Sudha
Add a comment