<div>G'day Nat,</div>
<div>&nbsp;</div>
<div>A copy is a static duplicate as at the time you perform the copy. All code will live inside the copy.</div>
<div>&nbsp;</div>
<div>A subtype is a more complex OO concept. In this case it is not a copy, but an extensible reference to the parent. All the parents code (other than the definition of the key) remains in the parent objects program and the subtype simply access it from the there. Any new methods or attributes code will be in the subtype's program. This way if SAP provides fixes or extensions to the original object your subtype INSTANTLY has access to those fixes or extensions. 
</div>
<div>&nbsp;</div>
<div>Subtyping is way sexier than copying!</div>
<div>&nbsp;</div>
<div>Have fun,</div>
<div>Mark<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 12/7/06, <b class="gmail_sendername">Nat 4 Govender</b> &lt;<a href="mailto:ngovender4@toyota.co.za">ngovender4@toyota.co.za</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<p>Hi all,<br><br>What is the difference of creating a subtype of a BO VS copying a BO?<br><br><br>Regards<br><br>Nat Govender<br>Toyota South Africa<br>IT - SAP Workflow Specialist<br>Internal Ext. : 32645<br>Direct Line : +27 031 910 2645
<br>Fax : +27 031 902 9633<br>E-mail : <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ngovender4@toyota.co.za" target="_blank">ngovender4@toyota.co.za</a><br><br>=============================================
<br>Never test the depth of the water with both feet. <br>=============================================</p></div>
<div><br><br>
<hr style="WIDTH: 100%">
<br>
<p><small>This message is a privileged and private communication<br>and may be read,copied and used only by the intended recipient(s).<br>If you are not an intended recipient, please let us know by return<br>email. Please then delete the message and do not disclose its
<br>contents to any person. Neither the sender nor Toyota South Africa<br>Motors accepts any liability whatsoever as a result of the further<br>dissemination of this message. Whilst all reasonable steps are<br>taken to avoid corruption of data or information, we do not accept
<br>any liability should such corruption occur. </small></p><br><br><br>&nbsp;</div><br>_______________________________________________<br>SAP-WUG mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:SAP-WUG@mit.edu">
SAP-WUG@mit.edu</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br><br><br></blockquote>
</div><br>