How SAP CRM One Order item category group is read out

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

How SAP CRM One Order item category group is read out

type guid: 37D58F0A772D53A4E10000009B38FA0B

How SAP CRM One Order item category group is read out

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.

How SAP CRM One Order item category group is read out 要获取更多Jerry的原创文章,请关注公众号"汪子熙": How SAP CRM One Order item category group is read out
上一篇:ArcGIS Pro多线程


下一篇:unity开发--引用替换