Automatic remote key updation in data manager after a data import.
Hi experts, I'm using SAP MDM 7.1 SP10 and after I do a data load via import manager my remote keys of lookup tables are updated. For example, lets just say I do a vendor mass load for some operating...
View ArticleImport Manager MDM 7.1 Missing Root
Dear MDM Catalog Gurus, I have a requirement to add Long Description to SRM-MDM Catalog- So completed development in ECC, SRM and PI; got new XSD file from PI; added new schema and updated Ports in MDM...
View ArticleMDM Update trigger a Custom Program
Hi All, We have a below scenario. For any update from MDM, a custom Java program is triggered.In the custom Java program , all the updations and workflow is getting triggered. As we are facing...
View ArticleRe: Automatic remote key updation in data manager after a data import.
Hi Shamit, Yes this is normal way how it works.Thing is you that if you map the lookup table during a higher table import and do value mapping by not using remote keys then the system automatically...
View ArticleRe: Automatic remote key updation in data manager after a data import.
Hi Ravi, Thanks for your reply. I got the point.
View ArticleHow to distribute HR Master Data without using IDOCS
Hi Currently we push IDocs (HRMD_A) to distribute HR Master data with a non -SAP system. IDocs are push techniques, but the non-SAP system is moving to different architecture where it supports only...
View ArticleRe: Key Mapping activates Versus Import Manager
Hello Stanley, The remote keys are form the same remote system. My story is : When I am importing a file , suppose my file has an invalid supplier ID. ( this means this supplier is not in the lookup...
View ArticleRe: Automatic remote key updation in data manager after a data import.
Thank you Stanley. I will take a look at it. I have more details about this in my other post : Key Mapping activated versus Import Manager. regards Luciana.
View ArticleRe: Key Mapping activates Versus Import Manager
Luciana,You are correct, A remote key should not be generated for a supplier unless that supplier is mapped to a specific supplier in the supplier table.One thing that should improve the reliability...
View ArticleRe: Key Mapping activates Versus Import Manager
Hi Luciana, As Stanley has rightly pointed out that additional remote key entry would only be created when a different supplier is value mapped to it.However such a behaviour can lead to wrong data...
View ArticleRe: Key Mapping activates Versus Import Manager
Thank you Ravi for your comments. I will be aware of it.
View ArticleWhen Syndication does not happen
Hello Although I checked everything I could regarding the Port's configuration and Syndicator (Mapping, eligible records), the syndication does not happen. The processing type is Automatic and...
View ArticleRe: When Syndication does not happen
Hello I would like to add more information about the syndication : I have 2 repositories and both are configured to syndicate records. Initially the repository 1 was not working and the repository 2...
View ArticleRe: Retrieve Multilingual text for a Attribute
Hi Dan, Thanks a lot for your response Do we need to use first 3 characters for all the region code? for eg. "ger___" for German .... "chi___" for Chinese? Regards,Pankaj
View ArticleRe: Retrieve Multilingual text for a Attribute
Hi Dan, How can we format the text for Attribute name. Below is the code to retrieve the Attribute Name.attributeProps[a].getName().get("chi___"); Where attributeProps is the list of all the attribute....
View ArticleRe: Retrieve Multilingual text for a Attribute
Hi Pankaj, Yes, you need to use the language codes as you described (i.e. "ger___" - notice there are 3 underscores "_"). On the other hand you can use commands such as GetRepositoryRegionListCommand...
View ArticleRe: Retrieve Multilingual text for a Attribute
Hi Pankaj, Getting strings such as "?????" in the console has to do with the encoding you use for your application in eclipse (it should show ok in your browser - if you have the relevant fonts...
View ArticleRe: Create users in MDM console
You can use the MDM Java API's CreateUserCommand(for simple user creation) and ModifyUserCommand (for modifying user properties such as name, roles, email etc.). These commands will allow you to add a...
View ArticleRe: Retrieve Multilingual text for a Attribute
Hi Dan, I cannot find "Encoding" under Common Tab of Run Configuration. I am using NWDS 7.01.05.Please suggest. Regards,Pankaj
View Article