日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

CRM呼叫中心inbox的调试步骤

發(fā)布時間:2023/12/19 编程问答 35 豆豆
生活随笔 收集整理的這篇文章主要介紹了 CRM呼叫中心inbox的调试步骤 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

From: 龐統(tǒng)

Sent: Wednesday, January 2, 2013 4:46 PM

Frist we can find when search executed, it calls view ‘ICCMP_INBOX/InboxSearch’ inside component
ICCMP_INBOX, Event handler: ONSEARCH.
Let’s test this with category ERP Sales Order TA

First it calls search event here you can see parameter for category is TA:

Here query object is ref to CL_CRM_AUI_QUERY_SERVICE

When perform search, first it checks if underlying DB is HANA or not, as my test is running on QD3, so it’s not HANA.
施瓦性格 maybe you need2 look into this section, see if we gonna use this block of code to retrieve data on HANA.

For normal DB search, first it gets generic BADI definition and get all class definition for all categories:

Next it determines filed used for ordering, if no specific column specified, posing data will be used for ordering:

Next you will find several section for different types of categories, first one is OneOrder and second one is workflow workItem, so in our implementation we may need to add one more block of code to handle social data.

In our testing case, category falls into section “ERP Sales order”, so it calls method get_erp_query_result
to get search data (This method is defined in class CL_CRM_AUI_QUERY_SERVICE, so if we need to add our social data in, must define new method in this class to call internally.

Inside get_erp_query_result method, it first calls badi for customizing.

Next it calls bol query service to get bol entity collection having category defined as ‘TA’, here it only get item uuid for each item. Later on it calls badi for after search customizing before retrieving detailed info for each item.
As category ‘TA’ falls into ERP Order, so next it create object with class type CL_CRM_AUI_ERP

And next you can see the object class type ‘CL_CRM_AUI_ERP’ is actually our bol object used to retrieve
ERP Order.

要獲取更多Jerry的原創(chuàng)文章,請關(guān)注公眾號"汪子熙":

總結(jié)

以上是生活随笔為你收集整理的CRM呼叫中心inbox的调试步骤的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。