<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009>Florin:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; So this is what I 
understand: When I tested my task I entered the key attributes into the variable 
that represents&nbsp;my class.&nbsp; This object reference is bound to the 
wi_Object_ID.&nbsp; The persistent object&nbsp;reference &nbsp;is passed to 
find_by_lpor and the constructor is executed to create the instance of the 
class.&nbsp; My instance method then executes.&nbsp; As part of this execution I 
fill the me-&gt;zanek table with the results from the function module.&nbsp; I 
then use&nbsp; me-&gt;zanek&nbsp;in another method.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=397405118-21012009>When the task is 
complete and I look at the workflow log, &nbsp;the&nbsp;wi_object_ID, containing 
the&nbsp;instant object of the class has the key attribute filled but not the 
table&nbsp;zanek.&nbsp; In the&nbsp;method I changed the value of the key 
attribute belnr and it showed up in the container reference to the class 
instance.&nbsp;&nbsp;So as the task completed and executed&nbsp;my method it 
must of called bi_persistent-lpor and updated the result parameter with my new 
value for me-&gt;belnr.&nbsp; It then ran find_by_lpor and created&nbsp;a 
new&nbsp;instance with&nbsp;a different value in the key parameter and passed it 
back to the&nbsp;wi_Object_ID reference in the 
container.&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=397405118-21012009></SPAN></FONT><FONT 
face=Arial size=2><SPAN class=397405118-21012009></SPAN></FONT><FONT face=Arial 
size=2><SPAN class=397405118-21012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=397405118-21012009>Thank 
you,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=397405118-21012009>Tom 
Simon</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=397405118-21012009><!--StartFragment --><FONT size=3><FONT 
face="Times New Roman">&nbsp;
<STYLE type=text/css>
SPAN {
font-family: "Courier New";
font-size: 10pt;
color: #000000;
background: #FFFFFF;
}
.L1S33 {
color: #4DA619;
}
.L1S52 {
color: #0000FF;
}
</STYLE>
</FONT></FONT><SPAN><SPAN 
class=L1S52>METHOD</SPAN>&nbsp;retrieve_anek.<BR><BR>&nbsp;&nbsp;<SPAN 
class=L1S52>CALL</SPAN>&nbsp;<SPAN class=L1S52>FUNCTION</SPAN>&nbsp;<SPAN 
class=L1S33>'ANEK_READ_MULITPLE'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>EXPORTING</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i_belnr&nbsp;=&nbsp;me-&gt;belnr<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i_bukrs&nbsp;=&nbsp;me-&gt;bukrs<BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>TABLES</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;t_anek&nbsp;&nbsp;=&nbsp;me-&gt;zanek.<BR><BR>&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>IF</SPAN>&nbsp;me-&gt;zanek&nbsp;<SPAN 
class=L1S52>is</SPAN>&nbsp;<SPAN class=L1S52>not</SPAN>&nbsp;<SPAN 
class=L1S52>initial</SPAN>.<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;me-&gt;updatelink(<BR>&nbsp;&nbsp;&nbsp;&nbsp;im_archiveid&nbsp;=&nbsp;im_archiveid<BR>&nbsp;&nbsp;&nbsp;&nbsp;im_archdocid&nbsp;=&nbsp;im_archdocid<BR>&nbsp;&nbsp;&nbsp;&nbsp;im_object_id&nbsp;=&nbsp;im_object_id<BR>&nbsp;&nbsp;&nbsp;&nbsp;im_anek&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;ex_anek&nbsp;).<BR><BR>&nbsp;&nbsp;&nbsp;<SPAN 
class=L1S52>ENDIF</SPAN>.</SPAN><FONT face="Times New Roman" size=3> 
</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=397405118-21012009>&nbsp;&nbsp;&nbsp; 
me-&gt;belnr = '4545454545454'.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009>endmethod.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=397405118-21012009></SPAN></FONT>&nbsp;</DIV></BODY></HTML>