如何远程比较两个系统里同一个ABAP类方法代码的差异

59 阅读1分钟

Created by Jerry Wang on Mar 28, 2014

如果想比较两个不同系统的method实现,可以使用ABAP workbench的remote comparison功能。假设比较是从system A 发起的,前提是A 系统必须存在一个到B系统的RFC connection。

  1. 在A 系统上打开待比较的method, Utilities->Versions->Version management:
    clipboard1
  2. 点REMOTE comparison:
    clipboard2
    输入到B 系统的RFC connection:
    clipboard3
    点击确认即可看到remote comparison的结果:

clipboard4