cancel
Showing results for 
Search instead for 
Did you mean: 

Maintain lookup/hierarchy tables from Netweaver Portal

Former Member
0 Kudos

How do we maintain loopup/ hiearchy tables from SAP Portal instead of data manager? Is this part of standard delivered portal content iviews or we need to create custom code to perform this?

Any pointer or guidance or best practice would be greatly appreciated.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your andwer Jignesh,

We need to maintain these lookup tables using Portal like addiding new values/edit values etc.

Do you have any suggestions except custom development?

Former Member
0 Kudos

Hi,

We need to maintain these lookup tables using Portal like addiding new values/edit values etc.

I think you can create this data from EP. When you create data in EP as front end, at the backend JAVA APIs will create data simulatenously in SAP MDM.

So you should have connectivity of EP with MDM using Webservices or Using JAVA APis which can do opertions like CRUD (Create, Retrieve, Update and Delete Data). So for this you need to check standard content can help you or not otherwise you need to create custom application to achieve this.

Regards,

Mandeep Saini

Former Member
0 Kudos

Hi,

I think it is not possible to maintain lookup / hierarchy table directly on portal, you can create lookup / hierarchy data on MDM data manager and by using standard Business content of MDM iview or by customizing iview you can represent hierarchy data to portal

refer following link for MDM Portal Content Development Guide

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

Thanks,

Jignesh Patel