前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP CRM Opportunity行项目Alternative ID的填充逻辑

SAP CRM Opportunity行项目Alternative ID的填充逻辑

作者头像
Jerry Wang
发布2020-08-17 16:48:23
4620
发布2020-08-17 16:48:23
举报

Requirement

When you maintain Opportunity line item and try to maintain a product, you can enter the alternative ID of a given product instead of the product ID. It is expected that the corresponding product identified by the alternative ID could be determined successfully.

Detail steps to achieve it

(1) I plan to use the standard alternative ID type ALT_NO. The related customizing could be found here:

The database table to store alternative ID is ISAM_O_VEH_IDS:

This type is assigned to profile ISAM:

(2) Assign the profile ISAM to transaction type ZJER:

(3) In tcode COMM_HIERARCHY, assign ALT_NO to product category.

The settype ISAM_O_VEH_IDS must also be assigned to category.

(4) Now you could maintain alternative ID for product created based on product category MAT_:

Once saved, you can find one entry in ISAM_O_VEH_IDS:

(5) Now create an opportunity with transaction type ZJER, it is not necessary to type product ID “JVM” now. Instead I can type alternative ID “JDK 1.7”:

And the product could successfully be determined. Click the hyperlinks in the two columns and still the product overview page could be reached.

If determination does not work as expected, you can debug the function module CRM_ORDERADM_I_PROD_DETERM_OW for trouble shooting.

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

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

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

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

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