前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >How to get propose products in Sales Order

How to get propose products in Sales Order

原创
作者头像
Jerry Wang
修改2020-02-18 09:35:51
3560
修改2020-02-18 09:35:51
举报

Logon on HN1/Q2U using SALESPRO role, Sales Cycle -> Sales Order Search -> Edit List in Items AB -> More -> Propose Items from Listings (please see CRM_PT_SALES_Product_Proposal.xls for detail steps)

After clicked Propose Items from Listing, the propose products will be rendered in the list table.

Question: How to get products in Sales Order? Does it use Product Search component or itself?

Conclusions

As you see, when adding items in list, not only include product id, but also include Unit, Currency, and Net Value and so on. There are three steps to render products in Items AB:

Step1: Get product list by additional function modules, not Product Search Component. This step just get product id list.

Step2: Get product attributes by Product Search Component based on the product id list in step1.

Step3: get price based on products with attributes.

So in sales order, they get product id list by their own function modules. Product Search Component is used to get attributes of result products which will be used to get product price.

Explanation

(1) using St05 to trace the sql when clicked Propose Items form Listing, see screenshot:

The highlight item is sql in SQL_issue.txt.

Setting a breakpoint in SAPLCRM_PRODUCT_GETLIST/CRM_PRODUCT_GETLIST2 to debug, see call stack screenshot:

UI Component: BT115IT_SLSO

View: BT115IT_SLSO/Items

Trigger event: eh_onpp_listings

Call stack 21: trigger event en_onpp_listings

Call stack 30: CRM_PRODUCT_PROPOSAL_DETERMINE is key function

first, function CRM_MKTPR_PP_GENERATE is the funtion to get product id list.

In it, it reads method schema.

Then loop schemas to execute function modules to get propose products:

Then call funtion CRM_PRODUCT_PROPOSAL_PRICEDET to get net price

More Info here:

Spro -> img -> crm -> transactions -> settings for sales transaction -> product proposals in Quotations and Orders -> method schemas for product proposals -> assign method schema to transaction type.

You can assign a method schema to a sales organization with a transaction type

Every method schema has a list of function modules:

Call stack 32: In BEA_CNPL_API_SIMULATE to call funtion BEA_CNPL_PDL_O_DATA_ENRICH to get product attributes.

Call stack 35: call function COM_PRODUCT_GETLIST_API with scenario parameter.

Call stack 36: delegate to product search component with proposed product in it_criteria.

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

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

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

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

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Conclusions
  • Explanation
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档