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:

SAP CRM switchable settype处理逻辑
SAP CRM switchable settype处理逻辑

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:

SAP CRM switchable settype处理逻辑
SAP CRM switchable settype处理逻辑

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

SAP CRM switchable settype处理逻辑

Solution to avoid COM table

SAP CRM switchable settype处理逻辑

new implementation:

SAP CRM switchable settype处理逻辑

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP CRM switchable settype处理逻辑

相关文章:

  • 2021-04-27
  • 2021-10-11
  • 2021-09-09
  • 2021-08-17
  • 2021-04-30
  • 2021-11-06
  • 2021-08-23
  • 2021-09-23
猜你喜欢
  • 2021-09-21
  • 2021-10-17
  • 2021-12-01
  • 2021-06-24
  • 2021-04-27
  • 2021-05-09
  • 2021-10-10
相关资源
相似解决方案