<?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 Dynamic itab creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721154#M1455454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have run into to trouble trying to create a dynamic structure as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Material Land Nov.09 Dez.09 Jan.10 Feb.10 Mar.10 TotalCount"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dates are created dynamically with regard to the time period entered in the select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first 2 fields("Material","Land" and the last field "TotalCount") will always be there.The date fields have to change according to the dates entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code Iam attaching is a compilable code with which Iam trying for this purpose.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Would be helpful and I would really appreciate it if someone could change the code I attached and show it how it works....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code, butr search before posting - locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code gives a dump at the call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice what iam doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;If the dynamic itab is created ,how to fill it with values.&lt;/P&gt;&lt;P&gt;For example.- I want to access specifically the field names like itab-dez.09 or itab-Feb.10 to put values in it.Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;If I write this itab using "Write" statement - Will the field names be written&lt;/P&gt;&lt;P&gt;For example - the following field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Material Land Nov.09 Dez.09 Jan.10 Feb.10 Mar.10 TotalCount"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Mar 16, 2010 1:43 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Mar 16, 2010 1:44 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Mar 16, 2010 1:44 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Mar 16, 2010 1:45 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Mar 16, 2010 9:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Mar 2010 12:43:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-16T12:43:31Z</dc:date>
    <item>
      <title>Dynamic itab creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721154#M1455454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have run into to trouble trying to create a dynamic structure as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Material Land Nov.09 Dez.09 Jan.10 Feb.10 Mar.10 TotalCount"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dates are created dynamically with regard to the time period entered in the select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first 2 fields("Material","Land" and the last field "TotalCount") will always be there.The date fields have to change according to the dates entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code Iam attaching is a compilable code with which Iam trying for this purpose.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Would be helpful and I would really appreciate it if someone could change the code I attached and show it how it works....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code, butr search before posting - locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code gives a dump at the call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice what iam doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;If the dynamic itab is created ,how to fill it with values.&lt;/P&gt;&lt;P&gt;For example.- I want to access specifically the field names like itab-dez.09 or itab-Feb.10 to put values in it.Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;If I write this itab using "Write" statement - Will the field names be written&lt;/P&gt;&lt;P&gt;For example - the following field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Material Land Nov.09 Dez.09 Jan.10 Feb.10 Mar.10 TotalCount"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Mar 16, 2010 1:43 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Mar 16, 2010 1:44 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Mar 16, 2010 1:44 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pazzuzu on Mar 16, 2010 1:45 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Mar 16, 2010 9:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 12:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721154#M1455454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic itab creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721155#M1455455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can search in SDN using word  &lt;STRONG&gt;Dynamic Internal table&lt;/STRONG&gt;  so many example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 12:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721155#M1455455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic itab creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721156#M1455456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kk.adhvaryu on Mar 16, 2010 1:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 12:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721156#M1455456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T12:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic itab creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721157#M1455457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kk.adhvaryu on Mar 16, 2010 1:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 12:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721157#M1455457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T12:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic itab creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721158#M1455458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried and started using it.The posted code is the end result from which I dont know where to go....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 12:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-itab-creation/m-p/6721158#M1455458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T12:58:18Z</dc:date>
    </item>
  </channel>
</rss>

