<?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 Inline Declaration for 'TYPE HANDLE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inline-declaration-for-type-handle/m-p/12482554#M2001904</link>
    <description>&lt;P&gt;Hi SCN,&lt;/P&gt;
  &lt;P&gt;I was wondering if there is any way to do an inline declaration of 'TYPE HANDLE' for the creation of data object described by RTTS object. I am using the following code:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;DATA:lo_data  TYPE REF TO data.

"Data to handle the new table type
CREATE DATA lo_data TYPE HANDLE lo_new_tab.
"New internal table in fieldsymbol
ASSIGN lo_data-&amp;gt;* TO &amp;lt;fs_table&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Is it possible to skip the lo_Data declaration and use inline declaration instead? There is the reference operator(REF) but does not seem to work for type handle statements.&lt;/P&gt;
  &lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 16:51:49 GMT</pubDate>
    <dc:creator>Greltel</dc:creator>
    <dc:date>2022-02-09T16:51:49Z</dc:date>
    <item>
      <title>Inline Declaration for 'TYPE HANDLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inline-declaration-for-type-handle/m-p/12482554#M2001904</link>
      <description>&lt;P&gt;Hi SCN,&lt;/P&gt;
  &lt;P&gt;I was wondering if there is any way to do an inline declaration of 'TYPE HANDLE' for the creation of data object described by RTTS object. I am using the following code:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;DATA:lo_data  TYPE REF TO data.

"Data to handle the new table type
CREATE DATA lo_data TYPE HANDLE lo_new_tab.
"New internal table in fieldsymbol
ASSIGN lo_data-&amp;gt;* TO &amp;lt;fs_table&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Is it possible to skip the lo_Data declaration and use inline declaration instead? There is the reference operator(REF) but does not seem to work for type handle statements.&lt;/P&gt;
  &lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inline-declaration-for-type-handle/m-p/12482554#M2001904</guid>
      <dc:creator>Greltel</dc:creator>
      <dc:date>2022-02-09T16:51:49Z</dc:date>
    </item>
  </channel>
</rss>

