Customing 维护中TR弹出逻辑

98 阅读1分钟

Created by Jerry Wang, last modified on Oct 31, 2014

在某些系统上做完customizing后,点save时会弹出要求存入transport request的popup window:
通过debug发现是在subroutine PREPARE_SAVING里实现的popup 弹出:
clipboard1
如果client的属性vim_client_state = 1 ( vim_log ), 则所做的customizing就必须记录到transport request里去:

clipboard2
clipboard3
clipboard4
clipboard5

Domain CCCORACTIV里包含了所有关于client customizing changeability 的值:
clipboard6
通过T000查看client 对应的值。
clipboard7