<!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><SPAN class=598042213-21012009><FONT face=Arial>Below is the class 
decription for a method I am using in a workflow.&nbsp; When I test the class in 
se24 the instance attribute table zanek will be updated with 
ex_anek.</FONT></SPAN></DIV>
<DIV><SPAN class=598042213-21012009><FONT face=Arial>When I run the workflow the 
instance&nbsp; variable me-&gt;zanek does not update.&nbsp; The persistent 
object reference is passed into the task and the other instance attributes are 
filled(me-&gt;belnr, me-&gt;bukrs).&nbsp; When I look at the workflow log it 
shows the&nbsp;Persistent&nbsp;Object Reference with&nbsp;the key fields filled 
but not the table zanek.</FONT></SPAN></DIV>
<DIV><SPAN class=598042213-21012009>The exported table, ex_anek, is filled and 
is stored in the container.&nbsp; Can anyone understand why the table move to 
the instance attribute does not work?&nbsp; This did work at one time.&nbsp; I 
have used both formats with the [] and without and also directly from 
t_anek.</SPAN></DIV>
<DIV><SPAN class=598042213-21012009></SPAN><SPAN class=598042213-21012009><FONT 
face=Arial>&nbsp;&nbsp;</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2><SPAN class=598042213-21012009>Instance Attributes 
of Class</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;BELNR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
InstanPubl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Type&nbsp;&nbsp;&nbsp; 
ANEK-BELNR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reference 
Document N&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;BUKRS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
InstanPubl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Type&nbsp;&nbsp;&nbsp; 
ANEK-BUKRS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Company 
Code&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;ZANEK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
InstanPubl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Type&nbsp;&nbsp;&nbsp; 
FAA_T_ANEK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Document 
Header Asse&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;M_POR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
InstanProt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Type&nbsp;&nbsp;&nbsp; 
SIBFLPOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Local Persistent Obj&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR></FONT></DIV>
<DIV><FONT face=Arial><SPAN class=598042213-21012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><SPAN class=598042213-21012009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><SPAN class=598042213-21012009>Mehtod Parameter ex_anek 
type faa_t_anek.</SPAN></FONT></DIV>
<DIV><FONT face=Arial><SPAN class=598042213-21012009>method 
retrieve_anek.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><!--StartFragment --><FONT size=3><FONT 
face="Times New Roman">&nbsp; 
<STYLE type=text/css>SPAN {
        FONT-SIZE: 10pt; BACKGROUND: #ffffff; COLOR: #000000; FONT-FAMILY: "Courier New"
}
.L0S32 {
        COLOR: #3399ff
}
.L0S33 {
        COLOR: #4da619
}
.L0S52 {
        COLOR: #0000ff
}
</STYLE>
</FONT></FONT><SPAN><SPAN class=L0S52>CALL</SPAN>&nbsp;<SPAN 
class=L0S52>FUNCTION</SPAN>&nbsp;<SPAN 
class=L0S33>'ANEK_READ_MULITPLE'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L0S52>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=L0S52>TABLES</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;t_anek&nbsp;&nbsp;=&nbsp;ex_anek.<BR><BR>&nbsp;&nbsp;&nbsp;me-&gt;zanek&nbsp;=&nbsp;ex_anek.<BR>&nbsp;&nbsp;&nbsp;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Courier New"></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><SPAN class=598042213-21012009>End 
Method.</SPAN></DIV></FONT></BODY></HTML>