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.