<?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 Re: class protected section in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494413#M563181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;thaks for help&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Joanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 12:59:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T12:59:53Z</dc:date>
    <item>
      <title>class protected section</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494411#M563179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to move some values from data from protected section of class into new table (tab) which is needed for FM 'download' to transfer data from sap to excel.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 10:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494411#M563179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T10:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: class protected section</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494412#M563180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do that from outside the instance ? In this case you'd have to implement a "get" method. Like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;METHOD get_data EXPORTING E_MATNR type MATNR.
E_MATNR = ME-&amp;gt;MATNR.
ENDMETHOD.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;given that your class has a protected attribute MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'd call that with&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD myObject-&amp;gt;get_data IMPORTING e_matnr = l_matnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps ...&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 12:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494412#M563180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T12:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: class protected section</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494413#M563181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;thaks for help&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Joanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 12:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494413#M563181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: class protected section</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494414#M563182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My pleasure ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 14:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-protected-section/m-p/2494414#M563182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T14:25:10Z</dc:date>
    </item>
  </channel>
</rss>

