<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Mike,<div class=""><br class=""></div><div class="">nice to hear from you again :-))))</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Well, those objects … they come in as an event parameter for a wait step, so there’s some persistency in-between.<div class=""><br class=""></div><div class="">… I didn’t mean to create a persistency interface for a collection on that time :-) &nbsp;… or do you have a more simple idea on that, too?</div><div class=""><br class=""></div><div class="">Plan-B is, to create a background step instead of the container operation. That’ll work without refactoring on the current solution, too much.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">With the very best wishes</div><div class="">&nbsp; &nbsp;Florin</div><div class=""><br class=""></div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Calibri, sans-serif; font-size: 14px;" class=""><font class="Apple-style-span" face="Calibri"><br class="Apple-interchange-newline">Mit freundlichen Grüßen / With best regards</font></div><div style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Calibri, sans-serif; font-size: 14px;" class=""><font class="Apple-style-span" face="Calibri">&nbsp; &nbsp;Florin Wach</font></div><div style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Calibri, sans-serif; font-size: 14px;" class=""><font class="Apple-style-span" face="Calibri">&nbsp; &nbsp;Senior Workflow Engineer</font></div><div style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Calibri, sans-serif; font-size: 14px;" class=""><font class="Apple-style-span" face="Calibri">&nbsp; &nbsp;Systems-Integration</font></div><div style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Calibri, sans-serif; font-size: 14px;" class=""><font class="Apple-style-span" face="Calibri"><br class=""></font></div><div style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Calibri, sans-serif; font-size: 14px;" class=""><font class="Apple-style-span" face="Calibri">----------------------------------------------------------------------</font></div><div style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Calibri, sans-serif; font-size: 14px;" class=""><span style="font-size: 12pt; font-family: Cambria;" class=""><a href="http://www.systems-integration.net/" style="color: purple;" class="">www.systems-integration.net</a></span></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">Am 23.04.2015 um 15:29 schrieb Mike Pokraka &lt;<a href="mailto:wug@workflowconnections.com" class="">wug@workflowconnections.com</a>&gt;:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class=""></div><div class="">Hi Florin,&nbsp;</div><div class=""><br class=""></div><div class="">Why not use a collection object to hold the instances? Standard OO pattern to do that sort of thing...</div><div class=""><br class=""></div><div class="">Regards,&nbsp;</div><div class="">Mike</div><div class=""><br class="">On 23 Apr 2015, at 12:52, Florin Wach &lt;<a href="mailto:florin.wach@systems-integration.net" class="">florin.wach@systems-integration.net</a>&gt; wrote:<br class=""><br class=""></div><div class="">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class=""><p class="">Dear wuggies,<br class=""></p><p class=""><br class=""></p><p class="">I'm somehwat stuck with a problem that didn't seem to any issue at all:<br class=""></p><p class=""><br class=""></p><p class="">I've a container elemente based an an ABAP Class, having checked "Multiline" on.<br class=""></p><p class="">This is working fine, and I'm using this list in the event type coupling and in other steps.<br class=""></p><p class=""><br class=""></p><p class="">Now, when I'm defining a container operation, where one of the import elements is a table of those class instances, i receive the error "Invalid value for parameter 'xyz' (method ... )".<br class=""></p><p class=""><br class=""></p><p class="">I doesn't work, when I declare the parameter as a table-type OF class, nor does it work, declaring the type SIBFLPORT (which is the table-type for SIBFLPOR).<br class=""></p><p class=""><br class=""></p><p class=""><br class=""></p><p class="">I got another method, which is using the Table-Typ of type-ref-to and which is called by a WORKITEM. And that works. There're no error given that the type mismatches or ... <br class=""></p><p class=""><br class=""></p><p class="">What's wrong with it?<br class=""></p><p class=""><br class=""></p><p class="">Florin<br class=""></p>
 
</div><div class=""><span class="">_______________________________________________</span><br class=""><span class="">SAP-WUG mailing list</span><br class=""><span class=""><a href="mailto:SAP-WUG@mit.edu" class="">SAP-WUG@mit.edu</a></span><br class=""><span class=""><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug" class="">http://mailman.mit.edu/mailman/listinfo/sap-wug</a></span><br class=""></div></div>_______________________________________________<br class="">SAP-WUG mailing list<br class=""><a href="mailto:SAP-WUG@mit.edu" class="">SAP-WUG@mit.edu</a><br class="">http://mailman.mit.edu/mailman/listinfo/sap-wug<br class=""></div></blockquote></div><br class=""></div></div></body></html>