SAP CRM Fiori业务伙伴决定partner determination的原理介绍

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/88074236

Partner Determination Logic:

clipboard1

clipboard2

Process steps:
Call from Fiori via OData Function Import
Extract Guid, Transaction Type, Partner Number from OData
Call the wrapper which does the below:
Call API CRM_ORDER_MAINTAIN
Call API CRM_PARTNER_READ_OW (assume the determination has done completely by the framework via above step)
Issues:
How to handle selection pop ups during the determination process? (SPRO Reference: settings for maximum number of partner for a partner function)
Is the any API to read all the possible partners avoiding the pop ups?
How to handle redetermination logic while changing each partner?
Can customer have their own event call backs for determination?

Organization Determination Logic:
clipboard3

clipboard4

Process steps:
Call from Fiori via OData Function Import
Extract Guid, Transaction Type, Partner Number from OData
Call the wrapper which does the below:
Call API CRM_ORDER_MAINTAIN
Call API CRM_ORGMAN_POPUP_INF_1020_READ to read buffer of CRM_ORGMAN_TOOL (assume the determination has done completely by the framework via above step)
Issues:
Can customer have their own event call backs for determination?
Alternate options -> via User org assignment? Partner org assignment?

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

猜你喜欢

转载自blog.csdn.net/i042416/article/details/88074236