美文网首页SAP札记
SAP CRM switchable settype处理逻辑

SAP CRM switchable settype处理逻辑

作者: 华山令狐冲 | 来源:发表于2020-01-23 10:41 被阅读0次

When you open PROD model in Genil component editor via tcode GENIL_MODEL_BROWSER, all content from table CRMC_PRIL_OBJ is read out by method SELECT_ALL in line 10:


If the entry in table above is type C ( settype ), in column SETTYPE_GUID the related
settype guid is filled. If a settype is bound to a business switch, the settype should only be available if the switch is turned on.
The mapping relationship between settype and switch is maintained in table below:


In method UPDATE_SWITCH_INFORMATION, comm_prod_frg will be read for calculation together.

Solution to avoid COM table

new implementation:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":


相关文章

网友评论

    本文标题:SAP CRM switchable settype处理逻辑

    本文链接:https://www.haomeiwen.com/subject/uvknzctx.html