欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

how is object structure really created - when the child equipment is downloaded

发布时间:2023/12/19 编程问答 49 豆豆
生活随笔 收集整理的这篇文章主要介绍了 how is object structure really created - when the child equipment is downloaded 小编觉得挺不错的,现在分享给大家,帮大家做个参考.
  • create parent equip in ERP. 此时先不创建child equip

  • 用request download将parent equip download 到CRM:

  • 这一步骤完成之后,ERP并不会生成任何IBASE,只会生成parent equip对应的object.

  • create child equip in ERP. 然后用request download replicate该child equip.
  • 此时因为step2 parent equip download时并没有为parent 生成object structure, 因此该structure在child download时才被生成:

    assign的原理就是为child equip创建一个类型为CRM_OBJECT(即object component) 的IBASE component:

    call save function module保存:

    成功找到整个download下来的hierarchy:

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

    总结

    以上是生活随笔为你收集整理的how is object structure really created - when the child equipment is downloaded的全部内容,希望文章能够帮你解决所遇到的问题。

    如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。