部署在SAP ABAP服务器上的SAP UI5应用,resource root的计算逻辑

63 阅读1分钟

Created by Jerry Wang, last modified on Oct 22, 2015

file: .UI5RepositoryAppSetup
clipboard1
clipboard2

lo_dt cannot find this file:
clipboard3
c_path_mapping_page_name是hard code的xml:
clipboard4
这个file在SE80里 BSP application里能够找到:
clipboard5
使用一个transformation ui5_rep_map_xml_to_table 将xml source转换成internal table:
clipboard6
使用一个transformation将xml source转换成internal table:
clipboard7
clipboard8

B的含义是BSP repository:
clipboard9
clipboard10

使用webIDE创建的project是没有这个file的。同样也没有WebContent folder和Maven folder。
clipboard11