How SAP CRM One Order item category group is read out

  • 2019 年 10 月 6 日
  • 筆記

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

本文链接:https://jerry.blog.csdn.net/article/details/101168813

Created by Wang, Jerry on Oct 23, 2016

fragment_guid: this is not the guid type itself, but the unique instance of relationship which connects product and its settype

type guid: 37D58F0A772D53A4E10000009B38FA0B

instance level guid: FA163EE56C3A1ED6A69B03B4E4067F7D read common material data read settype data by instance guid: CALL FUNCTION ‘COM_COMM_PR_MAT_READ_SI’ EXPORTING iv_set_guid = ls_rel-fragment_guid iv_current = i_current iv_timestamp = i_timestamp IMPORTING es_set = ls_mat EXCEPTIONS not_found = 1 OTHERS = 2.

Exit mobile version