前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Data exchange of settype COMM_PRFREEATTR

Data exchange of settype COMM_PRFREEATTR

作者头像
Jerry Wang
发布2020-02-17 15:30:18
5480
发布2020-02-17 15:30:18
举报

(1) in ERP, use tcode SM30, view name: MATERIALID, configure an external long material number for material created in MM01: in my example, it is AAAAA

Once saved, it will be saved in table MATERIALID as below:

(2) download it into CRM: This is what I observed in tcode SMW01:

Question 1: why I insert an entry in Material Identification including a external material number and then the external number will disappear after I save it.

Answer: There is a routine to convert the input/output of MATERIALID-MATNR_EXT

When I insert a value in MATERIALID-MATNR_EXT, the input value will be convert to another value according to rules in CONVERSION_EXIT_MATNL_INPUT. In my case, ENHANCEMENT MGV_CONV_EXIT_SAPLOMCV in FM CONVERSION_EXIT_MATNL_INPUT is switched off.

So When I insert aaaa, you can see the input is converted to null.

Question 2: Why I can see external long material number in se11 table Materialid, but cannot see data in view material identification ?

Answer: The display of external long material number in view “material identification” is converted by routine:

But the ENHANCEMENT 8 MGV_CONV_EXIT_SAPLOMCV in CONVERSION_EXIT_MATNL_OUTPUT is still switched off which is same as in FM CONVERSION_EXIT_MATNL_INPUT. So we just can see null external long material number in view “material identification”.

Debug the data extract FM CRS_MATERIAL_EXTRACT in ERP side: Before extract data from table materialid, two condition must be met:

table mgv_tlmnr is used to activate long material number:

After activate long material number, one entry will generate in table mgv_tlmnr about time.

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

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

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

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

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