Hello everybody!
Currently using WebDynpro Java on NetWeaver 7.0, we need to perform one specific check on each roundtrip in every view in our WebDynpro component. If that check fails, we'll have to navigate to one specific view that is connected to every other view via plugs. Is there an easy way to accomplish this ? wdDoModifyView is not an option, since you cannot fire a plug from that method, so I'm looking for a method that is called on every roundtrip with the possibility to fire a view-specific plug in case my check fails.
Thanks
Michael