<?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: what we can do with REF type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746148#M1875429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 06:25:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-18T06:25:12Z</dc:date>
    <item>
      <title>what we can do with REF type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746146#M1875427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA g_ref TYPE REF TO char10.&lt;/P&gt;&lt;P&gt;CREATE DATA g_ref.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we can write like:&lt;/P&gt;&lt;P&gt;g_ref-&amp;gt;* = 'xyz'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how we can do with '&lt;SPAN style="font-size: 10pt;"&gt;g_ref'? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there anythin like p++ in C?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 02:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746146#M1875427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-18T02:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: what we can do with REF type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746147#M1875428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, if I want to loop internal table &lt;/P&gt;&lt;P&gt;how can I use type ref to to replace LOOP it_tab ASSIGNING &amp;lt;fs&amp;gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 03:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746147#M1875428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-18T03:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: what we can do with REF type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746148#M1875429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746148#M1875429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-18T06:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: what we can do with REF type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746149#M1875430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you for the reply.&lt;/P&gt;&lt;P&gt;REF type is a little bit diff from pointer.&lt;/P&gt;&lt;P&gt;I only know dereference it by g_ref-&amp;gt;*, but&amp;nbsp; how c&lt;SPAN style="font-size: 10pt;"&gt;an I use g_ref itself? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746149#M1875430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-18T06:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: what we can do with REF type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746150#M1875431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ming,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference variables are initial when you declare them. They do not point to an object. You cannot &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/16/0dce0a0cf711d3b9360000e8353423/content.htm"&gt;dereference&lt;/A&gt; an initial reference variable. A data reference variable can point to a data object if you&lt;/P&gt;&lt;P&gt;·&amp;nbsp; Use it to &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/16/0dce040cf711d3b9360000e8353423/content.htm"&gt;create a data object dynamically&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;·&amp;nbsp; Use it to &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/16/0dce070cf711d3b9360000e8353423/content.htm"&gt;get a reference to a data object&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;·&amp;nbsp; Assign an existing data reference to it from another data reference variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details pls check.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9a/871ad40c6c11d3b9350000e8353423/content.htm"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9a/871ad40c6c11d3b9350000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-we-can-do-with-ref-type/m-p/10746150#M1875431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-18T06:40:47Z</dc:date>
    </item>
  </channel>
</rss>

