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 Online Mailbox RestorationAIREST
- SAP settype COMM_PR_BATCH的下載方式BAT
- Exchange - Add Owner of Distribution Group
- SAP CRM settype的建立,背後發生了什麼
- Product settype在CRM WebClient UI架構中的地位WebclientUI架構
- 【RabbitMQ】direct type exchange example in golangMQGolang
- 【RabbitMQ】topic type exchange example in golangMQGolang
- 【RabbitMQ】fanout type exchange example in golangMQGolang
- Exchange 2013 管理 視訊教程
- Exchange2016日誌路徑
- SAP CRM Settype COM_TA_R3_ID的對映邏輯
- Big Data and Data Warehousing
- RabbitMQ 訊息佇列之 Exchange TypesMQ佇列
- oracle分割槽交換(exchange)技術Oracle
- Your Tokens Are Mine: A Suspicious Scam Token in A Top Exchange
- RabbitMQ學習心得體會之ExchangeMQ
- Laravel-exchange EWS郵件服務Laravel
- Implementing Ethereum trading front-runs on the Bancor exchange in PythonPython
- oracle分割槽表和分割槽表exchangeOracle
- oracle分割槽表和非分割槽表exchangeOracle
- 微軟推出Microsoft Exchange Server Best Practices Analyzer Tool微軟ROSServer
- RestTemplate exchange GET POST請求傳引數DEMOREST
- 微軟Exchange高危漏洞曝光,請及時更新!微軟
- 小米安全團隊開源Exchange_proxy專案
- 清理Exchange 2013和2016的Log檔案(精華)
- Aquis Exchange PLC 已獲得英國 FCA 的批准UI
- data URI
- data structureStruct
- SAP ECC & APO整合 - Master Data & Transaction Data TransferAST
- 反思一次Exchange伺服器運維故障薦伺服器運維
- 雅虎日本入股加密貨幣交易所BitArg Exchange Tokyo加密
- 利用Exchange漏洞入侵安插後門,小心資料洩露
- 啟用或禁用普通使用者Exchange Online PowerShell功能
- Nebula Exchange 工具 Hive 資料匯入的踩坑之旅Hive
- 在SAP Data Intelligence裡測試data Generator graphIntel
- 【Data Pump】Data Pump的並行引數原理並行
- Spring Data JpaSpring