SAP CRM One Order shipping set的两步创建步骤

141 阅读1分钟

Created by Wang, Jerry on May 09, 2017

The creation of shipping set is splited into two steps.

  1. triggered by CRM_SHIPPING_MAINTAIN_OW:

in this step since it is in creation, no link is found.

As a result execute CRM_SHIPPING_CREATE_OW.

In this function module the set guid of shipping is generated by CRM_GUID_CREATE.

An initial shipping data( all other fields are initial except guid ) are put to object buffer.

Inside this OW function module the link record is created.

shipping guid: 6C0B84B754971ED78D81942811CF4011
header: 6C0B84B754971ED78D818B08FB1C000A
Then we come to CRM_SHIPPING_CHANGE_OW, here now ls_shipping_wrk already contains the latest data maintained in WebUI:

This latest data is set to object buffer now accordingly:

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