import 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 ArticleRe: MDM Java API - Checked out record Syndication
Thank you for insight. You saved me a lot of time when looking for reason for error.
View ArticleHow to blank a Qualified field at Import
Hi,We need to blank out certain fields at import to main table. This works fine for normal fields, but I have a problem with a field in a a qualified table.The way we do it for the normal fields is to...
View Article