<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi all,<BR>
&nbsp;<BR>
I have an abap object class that is workflow enabled ie&nbsp;using IF_WORKFLOW interface.<BR>
&nbsp;<BR>
I want to create several 'flavours' of this class (ZSUB1) using the original abap class (ZSUPER)&nbsp;as the superclass.<BR>
&nbsp;<BR>
My understanding from what I've read in Workflow book and blogs, is that I need to reference the ZSUB1 instance in my workflow and I will have access to methods of the super class. <BR>
&nbsp;<BR>
This all seems fine, but I'm having problems trying to trigger an event of the subclass&nbsp;eg ZSUB.CREATE? Is it possible to do this?<BR>
&nbsp;<BR>
I've tried to debug whats happening using SWUE by&nbsp;puting &nbsp;a breakpoint in the FIND_BY_LPOR method of ZSUPER but it&nbsp;does not even get executed?<BR>
&nbsp;<BR>
What am I missing?<BR>
&nbsp;<BR>
&nbsp;<BR>
Mark<BR>                                               </body>
</html>