<?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: Alternative for sentence CREATE DATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998743#M1697798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... that's fine and will give you no performance issues, if you save the subroutines as a subroutine pool with INSERT REPORT (as SE16 does).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2012 09:10:37 GMT</pubDate>
    <dc:creator>Ruediger_Plantiko</dc:creator>
    <dc:date>2012-08-20T09:10:37Z</dc:date>
    <item>
      <title>Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998733#M1697788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sentence CREATE does not work in release 4.6c and it is right in 6.00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&amp;nbsp;&amp;nbsp;&amp;nbsp; LT_1&amp;nbsp;&amp;nbsp; TYPE REF TO DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&amp;nbsp;&amp;nbsp;&amp;nbsp; L_NESTRUCT&amp;nbsp; TYPE T777D-DBTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #ff0000;"&gt;CREATE DATA LT_1&amp;nbsp; TYPE TABLE&amp;nbsp; OF (L_NESTRUCT&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 11:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998733#M1697788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-13T11:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998734#M1697789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ignacio, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure, if I can answer 100% of your question... 4.6c is so long ago...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I conclude correctly from the release notes, the functionality you are asking for is simply not there.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;4.6a news &lt;A href="http://help.sap.com/abapdocu_702/en/abennews-46-data-references.htm#!ABAP_MODIFICATION_2@2@"&gt;http://help.sap.com/abapdocu_702/en/abennews-46-data-references.htm#!ABAP_MODIFICATION_2@2@&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;6.10 news &lt;A href="http://help.sap.com/abapdocu_702/en/abennews-610-referenzen.htm#!ABAP_MODIFICATION_7@7@"&gt;http://help.sap.com/abapdocu_702/en/abennews-610-referenzen.htm#!ABAP_MODIFICATION_7@7@&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have no good idea, because I am not sure what you want to do. Understand that you want to create an internal table (maybe based on some user input). But what is the overall requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe someone else has additional thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 19:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998734#M1697789</guid>
      <dc:creator>schneidertho</dc:creator>
      <dc:date>2012-08-13T19:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998735#M1697790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Hi Ignacio, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;As per the 4.6a changes highlighted by Thorsten , the below source code might work in 4.6c. This however takes only ABAP dictionary types. I also stumbled upon another post in the forum with the same issue as yours. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/62127"&gt;http://scn.sap.com/thread/62127&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REPORT&amp;nbsp; ztest_vr_2.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;PARAMETERS : &lt;/SPAN&gt;p_type &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;string,&lt;SPAN class="L0S31"&gt;" Data element&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_tab&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;string.&lt;SPAN class="L0S31"&gt;" Table type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;DATA : &lt;/SPAN&gt;gt_text &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;text72,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g_prog &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sycprog,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_text &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;text72,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gr_data &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS : &lt;/SPAN&gt;&amp;lt;fs_data&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ANY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;gs_text &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'report z_test_vr_3.'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;gs_text &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;gt_text.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;p_tab &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CONCATENATE &lt;/SPAN&gt;p_tab &lt;SPAN class="L0S33"&gt;'OF' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;p_tab &lt;SPAN class="L0S52"&gt;SEPARATED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BY &lt;/SPAN&gt;space.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDIF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;gs_text.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;CONCATENATE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'data:' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'g_dyn_var' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'type' &lt;/SPAN&gt;p_tab p_type &lt;SPAN class="L0S33"&gt;'.' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;gs_text &lt;SPAN class="L0S52"&gt;SEPARATED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BY &lt;/SPAN&gt;space..&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;gs_text &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;gt_text.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;gs_text.&lt;BR /&gt;&lt;BR /&gt;gs_text &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'form RETURN_REF CHANGING CR_REF TYPE REF TO DATA.'&amp;nbsp; .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;gs_text &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;gt_text.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;gs_text.&lt;BR /&gt;&lt;BR /&gt;gs_text &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'GET REFERENCE OF G_DYN_VAR INTO CR_REF. '&amp;nbsp; .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;gs_text &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;gt_text.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;gs_text.&lt;BR /&gt;&lt;BR /&gt;gs_text &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'endform.'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;gs_text &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;gt_text.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;GENERATE &lt;/SPAN&gt;SUBROUTINE POOL&amp;nbsp; gt_text NAME g_prog.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;return_ref &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PROGRAM &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;g_prog&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CHANGING &lt;/SPAN&gt;gr_data .&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;gr_data&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_data&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Thanks, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Venkat.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 14:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998735#M1697790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-14T14:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998736#M1697791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignacio, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no system in that release to test here. But in an old release like this, I would prefer to work with a standard table of fixed type c, with a length like 1024. This is how the F4 guys have worked in those times, and the code is still running (you may look into the F4IF_... function modules to see running examples - the result list of F4 is a generic table, containing its data in a table with a long CHAR line type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants: gc_maxlength type i value 1024. " Adapt the length if necessary.&lt;/P&gt;&lt;P&gt;types: ty_line type c length gc_maxlength,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ty_line_tab type ty_line occurs 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, instead of assigning field-symbols, you use MOVE to put the data into the type c field, and also to read them back later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You max check the actual length of your DBTAB structure against GC_MAXLENGTH and issue a short dump if that length is exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the simple MOVE doesn't work, since your table contains character data mixed with non-character data and the check for this situation is already implied in your release, you can use the "shadowed move" technique to trick out the syntax check - a bit dirty, but it's a way out, if you have no alternatives in your release:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;lv_c&amp;gt; type c.&lt;/P&gt;&lt;P&gt;assign ls_any to &amp;lt;lv_c&amp;gt; casting.&amp;nbsp; " LS_ANY: Structure containing non-char data&lt;/P&gt;&lt;P&gt;move &amp;lt;lv_c&amp;gt; to lv_line.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " LV_LINE: Type C&lt;/P&gt;&lt;P&gt;append lv_line to lt_lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat's solution, involving dynamic code generation, is nice &amp;amp; elegant, but costly in terms of performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 08:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998736#M1697791</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2012-08-15T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998737#M1697792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... and ask the customer for an upgrade &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/910/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 08:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998737#M1697792</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2012-08-15T08:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998738#M1697793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rüdiger, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;field-symbols: &amp;lt;lv_c&amp;gt; type c.&lt;/P&gt;&lt;P&gt;assign ls_any to &amp;lt;lv_c&amp;gt; casting.&amp;nbsp; " LS_ANY: Structure containing non-char data&lt;/P&gt;&lt;P&gt;move &amp;lt;lv_c&amp;gt; to lv_line.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " LV_LINE: Type C&lt;/P&gt;&lt;P&gt;append lv_line to lt_lines. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Smart move!&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/910/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one question; How would you handle nested/deep structures (tables/reference types)?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 16:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998738#M1697793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-15T16:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998739#M1697794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it's impolite to answer a question with a question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what result would you expect when moving a reference to a type c field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 18:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998739#M1697794</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2012-08-15T18:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998740#M1697795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rüdiger, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was expecting an another trick up the sleeve to handle such scenarios&amp;nbsp; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote jiveImage" height="1" src="https://community.sap.com/910/images/emoticons/happy.gif" width="1"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why i posed that question was the OP (maybe) wanted to dynamically memory allocate a Nested structure , &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;L_NESTRUCT&amp;nbsp; TYPE T777D-DBTAB&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I was hoping there could be a solution apart from the dynamic code generation - Personally I am not a big fan&amp;nbsp; of dynamic code generation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you had said the best would be to ask the customer for an upgrade &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 19:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998740#M1697795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-15T19:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998741#M1697796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of nested structures or components of table type, one should think about the proper type of the target container. Obviously, type C of whatever length will not be appropriate. I have no idea for a target type in 4.6C. (From release 6.20 onwards, one could choose an XSTRING, however, and fill it with EXPORT ... TO DATA BUFFER.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 19:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998741#M1697796</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2012-08-15T19:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998742#M1697797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 46c, I generally resort to generated subroutines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 08:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998742#M1697797</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-08-20T08:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998743#M1697798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... that's fine and will give you no performance issues, if you save the subroutines as a subroutine pool with INSERT REPORT (as SE16 does).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 09:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998743#M1697798</guid>
      <dc:creator>Ruediger_Plantiko</dc:creator>
      <dc:date>2012-08-20T09:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for sentence CREATE DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998744#M1697799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use this to create a 'table' in 4.6c...&lt;/P&gt;&lt;P&gt;&amp;nbsp; DATA: lt_fieldcatalog TYPE lvc_t_fcat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_ztab_tab&amp;nbsp; TYPE REF TO data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FIELD-SYMBOLS:&lt;BR /&gt;&amp;lt;table&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* create a field catalog for the table&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_structure_name = L_NESTRUCT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHANGING&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ct_fieldcat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = lt_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* create an internal table dynamically...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_fieldcatalog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = lt_fieldcatalog&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ep_table&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = lo_ztab_tab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* point field symbol to the table&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASSIGN lo_ztab_tab-&amp;gt;* TO &amp;lt;table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* &amp;lt;table&amp;gt; can now be accessed as an internal table!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 01:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-sentence-create-data/m-p/8998744#M1697799</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2012-08-22T01:09:41Z</dc:date>
    </item>
  </channel>
</rss>

