Skip to Content
0
Former Member
Jul 21, 2008 at 12:09 PM

Developing Custom Actions for MII 12.0.4

44 Views

Hi,

I read about the possibility of developing custom actions for the MII Workbench.

There are some articles that deal with this topic, they all describe a reference class called "ActionReflectionBase" that implements the Interfaces that have to be implemented (IConfigurable, IAction, IMappable and IInvoke).

I develop whit Eclipse and I have already imported the needed JAR Files in my project (LHCommon.rar and Lighthammer.jar). But I am not able to find the ActionReflectionBase class in the package com.sap.xmii.xacute.actions where it should be!

I'm using MII version 12.0.4, please tell me where I can find this class?

As a workaround I implement the interfaces directly:

public class Calculator implements IConfigurable, IAction, IMappable, IInvoke {

...

}

,but it would be more confortable to extend the reference class.

Please help me.

Best Regards,

Robert