前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >CRM呼叫中心inbox的调试步骤

CRM呼叫中心inbox的调试步骤

作者头像
Jerry Wang
发布2019-05-30 13:05:02
1.4K0
发布2019-05-30 13:05:02
举报

版权声明:本文为博主汪子熙原创文章,未经博主允许不得转载。 https://cloud.tencent.com/developer/article/1438741

From: 庞统

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的原创文章,请关注公众号"汪子熙":

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019年05月03日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Sent: Wednesday, January 2, 2013 4:46 PM
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档