使用代码获得ABAP software component的version

62 阅读1分钟

Created by Jerry Wang on May 15, 2014

在ABAP workbench里通过menu System->Status可以查看software component version:
clipboard1
clipboard2

可以使用function module UPG_GET_COMPONENT_RELEASES来获得该version:
clipboard3

R代表application component

clipboard4

实际上查询的是CVERS 表里对应的entry:
clipboard5