<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Great. Thank you for sharing this.<br><br>Am 02.12.2012 um 08:03 schrieb "David Cooper" &lt;<a href="mailto:David.G.Cooper@mail.com">David.G.Cooper@mail.com</a>&gt;:<br><br></div><blockquote type="cite"><div><span style="font-family:Verdana"><span style="font-size:12px"><div> 
        <p style="margin:0px; padding:0px; margin:0px; padding:0px; border: 0px; outline: 0px; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgb(248, 248, 248); color: rgb(51, 51, 51); line-height: 15.600000381469727px;"> 
                <span style="font-family:Verdana"><span style="font-size:12px">Hi Workflow Developers,</span></span></p> 
        <p style="margin:0px; padding:0px; margin:0px; padding:0px; border: 0px; outline: 0px; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgb(248, 248, 248); color: rgb(51, 51, 51); line-height: 15.600000381469727px; min-height: 8pt; height: 8pt;"> 
                <span style="font-family:Verdana"><span style="font-size:12px">&nbsp;</span></span></p> 
        <p style="margin:0px; padding:0px; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: rgb(248, 248, 248); color: rgb(51, 51, 51); line-height: 15.600000381469727px;"> 
                Found the solution.<br> 
                <br> 
                Read table HRS1000, then concatenate. &nbsp;See example below<br> 
                <br> 
                data: actor_tab like swhactor occurs 0,<br> 
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; act_object type rhobjects-object,<br> 
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ls_actor_container type swcont,<br> 
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lt_actor_container type table of swcont.<br> 
                data: ls_hrs1000 type hrs1000.<br> 
                <br> 
                Select *<br> 
                from HRS10000<br> 
                into ls_hrs1000<br> 
                where otype = 'AC'<br> 
                &nbsp; &nbsp; and language = 'E'<br> 
                &nbsp; &nbsp; and short = Rule_name.<br> 
                <br> 
                concatenate 'AC' ls_hrs1000-objid into act_object.<br> 
                <br> 
                call function 'RH_GET_ACTORS'<br> 
                exporting act_object = act_object<br> 
                tables<br> 
                actor_container = lt_actor_container<br> 
                actor_tab = actor_tab.</p> 
        <br> 
        <span style="font-family:Verdana"><span style="font-size:12px"><span id="editor_signature"><span style="font-family:Verdana; font-size:12px">Regards<br> 
        <br> 
        David&nbsp;Cooper<br> 
        <a href="mailto:David.G.Cooper@mail.com">David.G.Cooper@mail.com</a></span></span></span></span></div> 
</span></span>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>SAP-WUG mailing list</span><br><span><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a></span><br><span><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a></span><br></div></blockquote></body></html>