SAP CRM WebClient UI WD_CREATE_CONTEXT VS DO_INIT_CONTEXT

131 阅读1分钟

Created by Wang, Jerry, last modified on Dec 06, 2014
WD_CREATE_CONTEXT This method is called once when a custom controller is instantiated or, for view controllers, each time the view becomes visible. The purpose is to create and initialize the
context from a framework perspective.
Do not redefine that method, but use DO_INIT_CONTEXT instead, which is made exactly for that purpose.