<html><div style='background-color:'><DIV class=RTE>
<P>I think Josef's question here (and mine, too) is how do (where do) you assign a value to the private attribute - not how do you retrieve&nbsp;the value.</P>
<P>Correct Josef?</P>
<P>My follow-on question is, When is a private attribute better than a public?</P>
<P>Thanks,</P>
<P>Ed Diehl<BR><BR></P></DIV>
<DIV></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px"><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">
<HR color=#a0c6e5 SIZE=1>

<DIV></DIV>From:&nbsp;&nbsp;<I>"Mike Gambier" &lt;madgambler@hotmail.com&gt;</I><BR>Reply-To:&nbsp;&nbsp;<I>"SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;</I><BR>To:&nbsp;&nbsp;<I>sap-wug@mit.edu</I><BR>Subject:&nbsp;&nbsp;<I>RE: Private attributes in object type</I><BR>Date:&nbsp;&nbsp;<I>Fri, 29 Sep 2006 12:15:00 +0000</I><BR>&gt;Actually, Alon, if I'm not mistaken (and I've read Josef's mail <BR>&gt;correctly) the correct syntax here would be:<BR>&gt;<BR>&gt;object-private-private_attribute<BR>&gt;<BR>&gt;I find it helpful to imagine 'private' as a structure :)<BR>&gt;<BR>&gt;Make sure you generate your BOR Object after your changes and <BR>&gt;synchronise the buffers using SWU_OBUF to make sure the new version <BR>&gt;is available and being used.<BR>&gt;<BR>&gt;Regards,<BR>&gt;<BR>&gt;MGT<BR>&gt;<BR>&gt;&gt;From: "Alon Raskin" 
&lt;araskin@3i-consulting.com&gt;<BR>&gt;&gt;Reply-To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt;&gt;To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt;&gt;Subject: RE: Private attributes in object type<BR>&gt;&gt;Date: Fri, 29 Sep 2006 08:00:18 -0400<BR>&gt;&gt;<BR>&gt;&gt; &gt;From within your BOR, Use object-private_attribute to access your <BR>&gt;&gt;attribute.<BR>&gt;&gt;<BR>&gt;&gt;Alon Raskin<BR>&gt;&gt;<BR>&gt;&gt;-----Original Message-----<BR>&gt;&gt;From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On <BR>&gt;&gt;Behalf Of Josef Herwig<BR>&gt;&gt;Sent: 29 September 2006 07:40<BR>&gt;&gt;To: sap-wug@mit.edu<BR>&gt;&gt;Subject: Private attributes in object type<BR>&gt;&gt;<BR>&gt;&gt;Hello workflow friends,<BR>&gt;&gt;<BR>&gt;&gt;does any body of you has ever used private attributes in object <BR>&gt;&gt;types?<BR>&gt;&gt;<BR>&gt;&gt;i 
heared that such an attribute can be set during the creation of <BR>&gt;&gt;the<BR>&gt;&gt;object type instance. than it should be available as global value. <BR>&gt;&gt;is this correct?<BR>&gt;&gt;<BR>&gt;&gt;i've got the definition managed but i could not assign a value to <BR>&gt;&gt;it.<BR>&gt;&gt;does someone knows how?<BR>&gt;&gt;<BR>&gt;&gt;INCLUDE &lt;object&gt;.<BR>&gt;&gt;begin_data object. " Do not change.. DATA is generated<BR>&gt;&gt;* only private members may be inserted into structure private<BR>&gt;&gt;DATA:<BR>&gt;&gt;" begin of private,<BR>&gt;&gt;"&nbsp;&nbsp; to declare private attributes remove comments and<BR>&gt;&gt;"&nbsp;&nbsp; insert private attributes here ...<BR>&gt;&gt;" end of private,<BR>&gt;&gt;&nbsp;&nbsp; BEGIN OF key,<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;My coding:<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp; begin of private,<BR>&gt;&gt;"&nbsp;&nbsp; to declare 
private attributes remove comments and<BR>&gt;&gt;"&nbsp;&nbsp; insert private attributes here ...<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; private_attribute type char10,<BR>&gt;&gt;&nbsp;&nbsp; end of private,<BR>&gt;&gt;&nbsp;&nbsp; BEGIN OF key,<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;Kind Regards,<BR>&gt;&gt;Josef<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;--<BR>&gt;&gt;GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!<BR>&gt;&gt;NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl<BR>&gt;&gt;_______________________________________________<BR>&gt;&gt;SAP-WUG mailing list<BR>&gt;&gt;SAP-WUG@mit.edu<BR>&gt;&gt;http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt;&gt;<BR>&gt;&gt;_______________________________________________<BR>&gt;&gt;SAP-WUG mailing list<BR>&gt;&gt;SAP-WUG@mit.edu<BR>&gt;&gt;http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt;<BR>&gt;<BR>
<P>&gt;_______________________________________________<BR>&gt;SAP-WUG mailing list<BR>&gt;SAP-WUG@mit.edu<BR>&gt;http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>
<P></FONT></P></BLOCKQUOTE></div></html>