Re: Insert numeric attributes(taxonomy attributes ) value in MDM repository
Hi Narendra & Jitesh, Request for share logic of how to add values in text attribute in Taxonomy lookup table. Please share the code to pvramireddy@gmail.com I have implemented the logic, but its...
View ArticleRe: SAP PI 7.1 PIDX scenario using RNIF 2.0
Hi,Were you able to solve this? Regards,Vijay K
View ArticleRe: Procedure on MDM Migration
Hi Avinash, Please check this page, here you can find all the Installation related documentation:Planning, Installation and Upgrade Basically you need to archive the repository of your current...
View ArticleRe: Steps and Estimation Effort for Multilingual Changes in SAP MDM
Hi Abhishek, Please check the MDM Console guide regarding the languages. At part 11: MULTILINGUAL SUPPORT you can find all the details. Regards,Viktor
View ArticleRe: Enable Multilingual support in SAP MDM
Hi Swapnil, Regarding the multilingual support please check the MDM Console Guide. You can find the details at the PART 11: MULTILINGUAL SUPPORT. If you want to enable more UI languages in the MDM...
View ArticleRe: Tuple in SAP MDM
Hello Rajeshwar, The field names and properties can be edited using the MDM Console while the repository is in stopped state. You would like to rename the fields, am I right? Regards,Viktor
View ArticleRe: Procedure on MDM Migration
Thanks Viktor Can you please share any screen shot or any how to documents if you have it ...thank you very much avinashgowda.87@gmail.com Also please advice if there is any difference between SRM-MDM...
View ArticleRe: Procedure on MDM Migration
Hi Avinash, Sorry, I don't have such documentation. However let me suggest you to follow this one instead. This is the official guide created by SAP. Regarding your other question: Basically the...
View ArticleRe: Procedure on MDM Migration
Hi Viktor, The requirement is for SRM-MDM migration so do you mean on target if I install Sap Netweaver MDM 7.1 will also contain SRM-MDM Catalog or there is separate product called SRM-MDM to be...
View ArticleRe: Procedure on MDM Migration
Hi Avinash, Yes, the SRM-UI is like an addon. First you need to install the MDM product and after that you can deploy the necessary SRM-MDM components as well. There is a custom install mode in the MDM...
View ArticleDeleting main table Boolean field value
Hi, I want to delete Boolean field (make value as blank) in a MDM record via MDM java api, but getting error can not assign String to Boolean field (as I am passing blank String to make it blank). Can...
View Articleerror during delete stuck workflow
Hello Expert, When I am going to delete user id in MDM console then I am getting error " user used in workflow". After logged in same user id in MDM data manager with Admin access then while deleting...
View Articleimport in multiple main tables in single instant
Dear all, We know that MDM Import Manager is able to import data into a single main table only. It is not possible to create an Import Map that targets two different main tables in one import run. But...
View ArticleDeleting main table Boolean field value
Hi, I want to delete Boolean field (make value as blank) in a MDM record via MDM java api, but getting error can not assign String to Boolean field (as I am passing blank String to make it blank). Can...
View ArticleRe: Field MSGFN In IDOC
Hi Michael, We are facing one issue, for the outbound DEBMAS idoc the MSGFN is always coming as 005 in all the segments even with a create / change customer actions. Do you know how we can obtain the...
View ArticleOutbound DEBMAS idoc MSGFN always 005
Hello All, We are facing one issue for the outbound DEBMAS Idoc the Message function (MSGFN) is always coming as 005 (Replace) in all the segments even with a create / change customer master actions....
View ArticleRe: Syndicating two main table records in one single XML.
Hi Ganesh,Have you tried doing this by adding a main table lookup field (which points to your Company Code Table) in your Customer main table?Kind regards,Gerwin
View ArticleRe: Deleting main table Boolean field value
Hi Swapneel,I think you should assign a NullValue to the Boolean Field. Stringvalues will indeed not work.Kind regards,Gerwin
View ArticleRe: Deleting main table Boolean field value
Hi Gerwin, Thanks for your response, I have already tried with NullValue, but it does not change the field value (if value is true it will remain true only and same for false as well). Thanks,Swapneel...
View ArticleRe: Deleting main table Boolean field value
Hi Swapneel,Actually, I meant assigning a NullValue.NULL, like this: record.setFieldValue(schema.getFieldId(tableName, booleanfield), NullValue.NULL); And of course, please do not forget to run the...
View Article