資料庫表CRMD_ORDERADM_I裡欄位OBJECT_TYPE的計算邏輯

i042416發表於2020-02-12

In order to resolve one issue I need to figure out the logic how field OBJECT_TYPE is populated in table CRMD_ORDERADM_I.

For example, I have the following opportunity line item:

資料庫表CRMD_ORDERADM_I裡欄位OBJECT_TYPE的計算邏輯

In table this field is marked as BUS20000130. How this value is determined?

資料庫表CRMD_ORDERADM_I裡欄位OBJECT_TYPE的計算邏輯

First of all, the item category OPPT is determined by the following customizing:

資料庫表CRMD_ORDERADM_I裡欄位OBJECT_TYPE的計算邏輯 資料庫表CRMD_ORDERADM_I裡欄位OBJECT_TYPE的計算邏輯

In my example, my opportunity type is OPPT and item category configured in product “JerryWang" is NORM, so OPPT is determined as customizing.

for item category OPPT, BUS20000130 is configured as item object type here:

資料庫表CRMD_ORDERADM_I裡欄位OBJECT_TYPE的計算邏輯 資料庫表CRMD_ORDERADM_I裡欄位OBJECT_TYPE的計算邏輯

The type determination logic could be understod by debugging function module CRM_ORDER_ITEM_TYPE_SELECT_CB.

# keyword

CRMD_ORDERADM_I, OBJECT_TYPE, CRM_ORDER_ITEM_TYPE_SELECT_CB


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2675195/,如需轉載,請註明出處,否則將追究法律責任。

相關文章