ERP和C4C中的function location

SAP ERP裏的Functional Locations,下載到SAP Cloud for Customer後成爲類型爲‘Functional Location’的Installation Points:node

C4C Installation Point UI: /BYD_COD/ServiceOnDemand/InstallationPoint/UI/COD_IPoint_TI.TI.uicomponent函數

在C4C裏辨認一個installation point是從ERP下載的,仍是從C4C直接建立的,只需看external ID字段是否爲空便可。若是不爲空,說明該installation point是從ERP下載的,該字段維護的是ERP的function location ID。ui

能夠看到控制External ID是否Enabled的字段名稱爲Can_Add_Remove. 這個字段在UI Designer裏爲黃色,說明它沒有綁到BO node上,而是經過動態計算出來的。component

計算邏輯:blog

InstallationPoint的status字段綁定到BO的字段:事件

/Root/LifeCycleStatusCode->http://sap.com/xi/AP/FO/IBase/Global->Root-~Status-~LifeCycleStatusCodeget

這個LifeCycleStatusCode字段的事件onValueChanged有個事件處理函數SetIPointParams:it

咱們能夠把這個事件處理函數的邏輯當作一個switch case語句:io

當IPointStatus的值爲1時,執行名爲InPrep的操做。function

操做的明細就是把X(true)賦給字段Can_Add_Remove

要獲取更多Jerry的原創文章,請關注公衆號"汪子熙":

相關文章
相關標籤/搜索