cancel
Showing results for 
Search instead for 
Did you mean: 

MDM UWL - EP integration

hamza_bennekrou2
Explorer
0 Kudos

Hi experts,

I have followed the how-to guide to implement UWL for MDM worklows through the SAP Enterprise Portal. 

After adding my MDM system in the configuration, I can effectively see my MDM workflows.

Then I adapted the mdm.xml configuration file to redirect me to the correct page.  Now when I click on the WorkItem text I'm redirected to the correct window.

But in The UWL I have no button.  I've seen that normally I should have 'Next Step', 'Create Job', 'History', 'Show Record Details', 'Delete', but none of these is displayed even if there are mentionned in the mdm.xml config file.

Have you any idea of what could be missing ? (I've already read a lot of posts but none of them could help me yet)

(please find my mdm.xml enclosed to this post, My system alias : MDM009)

Thanks in advance for your help

Regards

Hamza

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hamza,

I faced the same issue. According to your xml file,  in the section <View name="MdmViewTasks" ...>, you defined the following actions:

   <Actions>
   <Action reference="com.sap.mdm.createJob"/>
   <Action reference="refresh"/>
   <Action reference="defaultGlobalWizard"/>
   <Action reference="addToNavigation"/>
   <Action reference="removeFromNavigation"/>
   <Action reference="personalize"/>
   </Actions>

I suggest you to add the following line <Action name="com.sap.mdm.nextStep"/> in your mdm.xml file. You can check also the following Note 1557630 - MDM UWL displays the wrong actions

What is the version of your MDM and your portal?

Regards,

Jean-François

hamza_bennekrou2
Explorer
0 Kudos

Hi Jean-François,

That's indeed how I did to have the buttons displayed.

This workaround works well but I hope in the future I'll not have the buttons displayed twice, once on the taskview level and one on the task detail level.

In anycase thanks for the advise.

If this could still help MDM 7.1SP09  EP 7.3

Regards

Hamza

Answers (0)