cancel
Showing results for 
Search instead for 
Did you mean: 

Compare Objects in SAP

Former Member
0 Kudos

Hello
My objective is to create an external application with java which connects to 2 different SAP system in order to make a comparison between their object to check the similarity and differences between the tables/views
I found that the Customizing Cross-System Viewer Transaction "SCU0" do the purpose after creating a RFC Connection between the 2 systems
I wonder if there is any function/bapi or any other way that i can use in my java application in order to call and consume this transaction ??

Thank you in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

I'd suggest you don't necessarily want to call and consume the transaction but rather dig down into it's workings and look at the RFC modules it uses to perform its job.

Technically, you could submit the transaction and parse the results but my experience of doing this for external Java/web applications is that you really don't want to go down this route.

Cheers,

G.

Answers (1)

Answers (1)

former_member193379
Active Contributor
0 Kudos

Hi Marouen,

I don't see any standard RFC FM & BAPI to do that. It's better to build your own.

Thanks,

Hamendra