cancel
Showing results for 
Search instead for 
Did you mean: 

MDM 7,1 Portal Content

Former Member
0 Kudos

I have configured MDM 7.1 Portal content and I am facing issuse that I do not have control on . For example if I edit an existing record and try saving the changes it saves and automatically creates a duplicate record.

If I try to duplicate a particular record , the result set and item detail iView keeps on refreshing ending up in a number of record getting created on the background. When I try to close a particular item details it just gets stuck and the item details and result set both start refreshing . The only option to get out of this situation is close the browser,

Now is this a bug that I will have to wait for SAP to fix or there is something we can do .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I have experienced similar problem working with 7.1 Std Busines Package.

Solution to this issue: I worked on NW Portal 7. A latest portal patch was applied and the problem was resolved. If you want the latest patch version, I can let you know.

Regards,

Suresh

Former Member
0 Kudos

Suresh

Have you configured the UWL with MDM 7.1. I am facing the issue where the "Next Step" button for a particular task does not appear although it is shown in the Data Manager. I am using the standard Business Partner repository with no changes. As far I understand there is no separate configuration to be done in the UWL xml for the button to appear (this was the case with MDM 5.5) . You have any idea as to what needs to be done ?

~R

Former Member
0 Kudos

Hi,

This problem generally exists with standard repositories. Try to use your own repository to check whether the problem is with the service pack or it is the repository because of which you are facing the problem.

Regards,

Jitesh Talreja

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Yes, I have configured UWL with MDM 7.1. The NextStep action button for triggering the workflow to next step is not displayed on its own. You have to change the UWL xml file in portal for displaying it.

Create a new action element in ItemType element( uwl.task.mdm.tasks.<SystemAliasName>), use the following code

<Action name="WFNextStep" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">

<Properties>

<Property name="workflowTable" value="${item.workflowTable}"/>

<Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.nextstep"/>

<Property name="userId" value="${item.userNames}"/>

<Property name="stepId" value="${item.stepId}"/>

<Property name="systemId" value="${item.systemId}"/>

<Property name="jobId" value="${item.jobId}"/>

</Properties>

<Descriptions default="Send to Next Step"/>

</Action>

After this, the UWL iview will have a button named "Send to Next Step". On click of this button a page showing the next steps of workflow will open in new window. You can also configure it to open in the same window.

Regards,

Suresh

Former Member
0 Kudos

Hi,

I have entered above code but still NEXT BUTTON is invisible.

Regards,

Purav

Former Member
0 Kudos

Hi,

There are many such issues that are there in current version released by SAP. You may raise a note with SAP for this let them come back to you with suggestion/remedies.

Cheers,

Arafat

Former Member
0 Kudos

Hi RJ,

As of present everything shipped along with the MDM 7.1 content is part of teh Ramp up version.

The final release is still to happen .I believe these bugs will be because of the ramp up version usage.As the final stable softwrae of MDM is still to be release.

You can however contact SAP to clarify on the same.

Hope It Helped

Thanks & Regards

Simona Pinto