<div>G'day Zsolt,</div>
<div>&nbsp;</div>
<div>You're not doing anything wrong. This is how it is. If you need to programmatically access an attribute of the parent you need to ask for it.</div>
<div>&nbsp;</div>
<div>SWC_GET_PROPERTY SELF 'AttributeName' local_variable.</div>
<div>&nbsp;</div>
<div>If you need to use an attribute of the parent for calculation of a new virtual attribute you would include such code. If you just need the attributes in the Workflow for binding or start-conditions etc then you can simply access them. It's only if you want access to the attribute values inside the code of your subtype that you need such a call.
</div>
<div>&nbsp;</div>
<div>SELF by the way is a key word and tells the system you want to access the current logical object (which includes all the parents attributes)</div>
<div>&nbsp;</div>
<div>Have fun,</div>
<div>Mark<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 8/7/06, <b class="gmail_sendername">Márton Zsolt</b> &lt;<a href="mailto:Zsolt.Marton@t-systems.co.hu">Zsolt.Marton@t-systems.co.hu</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Hi all,<br>Maybe my question could be easyand strange for you, but I can't understand something.<br>I've created a subtype for my business object and I've&nbsp;&nbsp;created the delegation too. (BUS2089 -&gt; ZBUS2089)
<br>I've also created a new attribute and custom method. Debugging my method everything is fine, I can fill the&nbsp;&nbsp;custom attribute, but, (and here is my problem), I can not seen the old attributes. The&nbsp;&nbsp;OBJECT concerning only the new values (key fields and my new attribute).
<br><br>What am I doing wrong?<br><br>Thanks<br>Zsolt<br><br>_______________________________________________<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br></blockquote></div><br>