<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Business Object Subtype-Supertype Attachments in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506382#M2653</link>
    <description>&lt;P&gt;You can actually use BUS... for calling custom methods. You only implement them in the Z-object, delegation maps them to the supertype. So your tasks and everything should ideally be based on BUS...&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2017 10:36:03 GMT</pubDate>
    <dc:creator>pokrakam</dc:creator>
    <dc:date>2017-10-24T10:36:03Z</dc:date>
    <item>
      <title>Business Object Subtype-Supertype Attachments</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaq-p/506378</link>
      <description>&lt;P&gt;Hi all;&lt;/P&gt;
  &lt;P&gt;I have created a subtype for BUS2012 with name ZBUS2012 and delegate. Methods working fine in test mode for ZBUS2012.&lt;/P&gt;
  &lt;P&gt;But my problem is about attachments. When users add attachments to materia from ME22N, attached files are associated with BUS2012. &lt;STRONG&gt;&lt;EM&gt;Is there any way to change this relation from BUS2012 to ZBUS2012 or BUS2012 and ZBUS2012?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Thanks in advance.&lt;/P&gt;
  &lt;P&gt;Best regards,&lt;/P&gt;
  &lt;P&gt;Eyüp.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 08:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaq-p/506378</guid>
      <dc:creator>EyupKaraavci</dc:creator>
      <dc:date>2017-10-24T08:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Business Object Subtype-Supertype Attachments</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506379#M2650</link>
      <description>&lt;P&gt;Why? Referencing the supertype is exactly the point of delegation.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 10:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506379#M2650</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-10-24T10:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Business Object Subtype-Supertype Attachments</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506380#M2651</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;This behaviour is exactly how you want SAP to behave. &lt;/P&gt;
  &lt;P&gt;What is real reason for your question? &lt;/P&gt;
  &lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 10:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506380#M2651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-24T10:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Business Object Subtype-Supertype Attachments</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506381#M2652</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;
  &lt;P&gt;Yes you're right. I understand better now. I will use ZBUS2012 for custom methods but will use BUS2012 for attachments display/create.&lt;/P&gt;
  &lt;P&gt;Thansk, best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 10:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506381#M2652</guid>
      <dc:creator>EyupKaraavci</dc:creator>
      <dc:date>2017-10-24T10:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Business Object Subtype-Supertype Attachments</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506382#M2653</link>
      <description>&lt;P&gt;You can actually use BUS... for calling custom methods. You only implement them in the Z-object, delegation maps them to the supertype. So your tasks and everything should ideally be based on BUS...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 10:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506382#M2653</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-10-24T10:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Business Object Subtype-Supertype Attachments</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506383#M2654</link>
      <description>&lt;P&gt;Thank you Mike. Good information.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 10:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/business-object-subtype-supertype-attachments/qaa-p/506383#M2654</guid>
      <dc:creator>EyupKaraavci</dc:creator>
      <dc:date>2017-10-24T10:46:25Z</dc:date>
    </item>
  </channel>
</rss>

