cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Web Dynpro Components Item Details user exit

Former Member
0 Kudos

Hi!

I'm developing cutom application using MDM Web Dynpro components.

I have configured Item Details view represented as a tabstrip.

And every time I click on any tab I want to display different views at the bottom of my application!

So, the problem is how to know wich tab was selected on Item Details interface view if there is no

user exit for this event?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182007
Active Contributor
0 Kudos

Petr Oleksuk -

There is no standared user exit for that. but if you yourself have developed that item detail tab then you can pass a variable and fire a event in that. so I belive by doing so you will be able to analyse that which Tab stripe is selected.

But there is no standared way. and by customization somehow you can manage it.

HTH

thx

Deep

Former Member
0 Kudos

Thanks to all.

I found another way to achive wishfull result.

Answers (1)

Answers (1)

Former Member
0 Kudos

do you mean , you are trying to modify the existing WD component pre deleivered by SAP for the SRM MDM catalog UI??

or you are building something similar on your own in WD app from scratch ??

in the former case , unfortunatelty its a java sca - that means its a deployable and no source code (hence NO user exits)

but in the second case its pretty basic WD coding

which one is ur case ??

thanks

-Adrivit