cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure MDG with Uniserv

Former Member
0 Kudos

Hello Experts,

The uniserv is installed and can be tested via test program.Uniserv is using for address enrichment. We need to call the service/function from MDG so that the address enrichment functionality can be achieved in MDG. How to configure in MDGIMG? What are the steps to achieve this functionality?

Thanks in advance.

Regards,

Anupam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Anupam,

Kindly check the doc:

This has two parts, the generic guide for a custom enrichment implementation and a sample implementation for address validations. It details what methods can be reused when you create your own service call for address validation. The second section should answer your query.

Hope it helps.

Thanks,

Best regards,

Shephalika.

Former Member
0 Kudos

I'm not familiar with uniserv. So, I will assume it is an external system/service that helps in enriching addresses. I also will assume that you can reach uniserv by some sort of a remote function call or a web service.

If both of those assumptions are true, then you can simply implement an enrichment spot (MDGIMG: General Settings --> Data Quality and Search --> Validations and Enrichments --> Define Enrichment Spots).

There you need to define an adapter class and a feeder class. The adapter class is mainly intended to perform the actual enrichment (calling an external system, soliciting input from users with a pop-up screen, etc.). The feeder class is mainly responsible for transferring the data from and to the CR and indicating what object and entities are relevant for the enrichment.

See those two links for more information:

https://help.sap.com/erp_mdg_addon61/helpdata/en/83/41d4752358449abaf0132f2806c4e3/content.htm

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c096ca11-af1a-3010-fb8b-e6aa7b4bb...