Data exchange of settype COMM_PRFREEATTR
(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.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2675052/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP CRM settype的重要性
- exchange partition
- exchange partition(轉)
- SAP settype COMM_PR_BATCH的下載方式BAT
- Product settype在CRM WebClient UI架構中的地位WebclientUI架構
- SAP CRM settype的建立,背後發生了什麼
- Android中Intent的setData,setType和setDataAndType的用法AndroidIntent
- exchange partition原理探究
- 【RabbitMQ】—— Exchange型別MQ型別
- exchange partition 實驗
- Behind RabbitMQ Exchange TypesMQ
- exchange partition 的用法
- Understanding RabbitMQ Exchange & QueueMQ
- SAP CRM Settype COM_TA_R3_ID的對映邏輯
- [Oracle] Partition table exchange Heap tableOracle
- 【RabbitMQ】direct type exchange example in golangMQGolang
- 【RabbitMQ】topic type exchange example in golangMQGolang
- 【RabbitMQ】fanout type exchange example in golangMQGolang
- Exchange Partition的實驗例子
- Pruning、Reference Partition、Exchange Partition
- Oracle Partitioned Table:exchange的利用Oracle
- Exchange 2010搭建
- Exchange Online Mailbox RestorationAIREST
- oracle分割槽交換(exchange)技術Oracle
- Inject js code to exchange 2013JS
- 如果建立Exchange 郵件分類
- Facebook Exchange廣告行業新模式行業模式
- Exchange 2013 管理 視訊教程
- RabbitMQ 訊息佇列之 Exchange TypesMQ佇列
- Laravel-exchange EWS郵件服務Laravel
- Your Tokens Are Mine: A Suspicious Scam Token in A Top Exchange
- LeetCode 626. Exchange SeatsLeetCode
- exchange partition的一些測試
- 巧妙使用exchange partition的一個案例
- 微軟震驚:Gmail不再支援Exchange ActiveSync微軟AI
- 轉摘:EXCHANGE PARTITION those pesky columns
- Exchange 比Coremail好的若干個理由REMAI
- RabbitMQ學習心得體會之ExchangeMQ