cancel
Showing results for 
Search instead for 
Did you mean: 

Modify Standard Detail Item Screen on MDM Portal.

Former Member
0 Kudos

Hello,

I want to modify Screen on MDM Portal.

This Screen is the Screen of Detail Item.

What are possibility to do this ?

It seems to me, it is realize with servlet ... it is not possible to modify them?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

SAP doesn't provide source code to modfiy the business package iViews for MDM in EP 7.0. They are only configurable via portal. If you need to do customization that configuration doesn't support you have to develop new on your own.

With CE 7.11 SAP is providing MDM Webdynpro components which are customizable.

Former Member
0 Kudos

Ok, Thanks,

And interaction with standard Iview? How do you this?

Example : In the Standard Iview we select an Item which open the specific Iview of detail. How do you catch the Item number?

Have you documentation which could help me to realize the specific Iview?

Thanks,

Former Member
0 Kudos

If you want to use standard iViews for search, result and custom iView for details you can follow this help document

http://help.sap.com/saphelp_nwmdm71/helpdata/en/45/c87cfd43e56f75e10000000a1553f6/frameset.htm

When you select record on result set iView it will raise EPCF selectRecord event which you can subscribe on your custom component. It will pass you the Record ID and you can use that to retrieve the record and data elements you want.

Hope that helps!

Answers (0)