<?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>topic Common_part  Replacement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595291#M865757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;COMMON_PART  obsolete command and i want to know how to replace as a Template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Mar 2008 10:06:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-22T10:06:29Z</dc:date>
    <item>
      <title>Common_part  Replacement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595291#M865757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;COMMON_PART  obsolete command and i want to know how to replace as a Template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 10:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595291#M865757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-22T10:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Common_part  Replacement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595292#M865758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use this to get the  correct replacement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5ac31178-0701-0010-469a-b4d7fa2721ca" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5ac31178-0701-0010-469a-b4d7fa2721ca&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 10:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595292#M865758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-22T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Common_part  Replacement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595293#M865759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to see the replacement.. could you suggest where it is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not allowed in ABAP Objects to create common data areas using the addition COMMON PART of the statement DATA is not allowed in ABAP Objects.&lt;/P&gt;&lt;P&gt;Error message in ABAP Objects if the following syntax is used:&lt;/P&gt;&lt;P&gt;DATA BEGIN OF COMMON PART c,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;DATA END OF COMMON PART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reason:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Common interface work areas for data transfer between programs and procedures are not supported in ABAP Objects. In classes only the components visible to a user are used as interfaces, i.e., visible attributes and the interface parameters of methods and events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the replacement syntax Could any body can help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 11:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595293#M865759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-22T11:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Common_part  Replacement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595294#M865760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using  ABAP Internal Memory Import and Export we can achieve the functionality of COMMON PART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 04:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-part-replacement/m-p/3595294#M865760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T04:20:06Z</dc:date>
    </item>
  </channel>
</rss>

