<?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: changing internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938910#M692763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;but if i create two tables i need to make saome select twice i in code I am collecting a lot of data so it will be double long &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 06:45:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T06:45:45Z</dc:date>
    <item>
      <title>changing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938905#M692758</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 need to create internal table depended on checkbox.&lt;/P&gt;&lt;P&gt;That means that if checkbox is checked the itab will have one column more.&lt;/P&gt;&lt;P&gt;could i do smt like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of itab.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;if checkbox = 'X'.&lt;/P&gt;&lt;P&gt;pole type d,&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&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>Wed, 10 Oct 2007 13:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938905#M692758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: changing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938906#M692759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no such feature in ABAP exactly the way you are looking for, but there are many alternatives. Depending on your need (why you want such a feature), one or other may be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go ahead and add the column, but don't use it if check box is unchecked.&lt;/P&gt;&lt;P&gt;2) Define two internal tables (one of them with additional column) and use the appropriate itab when checkbox is checked.&lt;/P&gt;&lt;P&gt;3) Create a dynamic internal table - a very hard solution to implement and much harder to maintain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 14:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938906#M692759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T14:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: changing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938907#M692760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sudhi,&lt;/P&gt;&lt;P&gt;     Can u show me some code which illustrates the implementation if dynamic internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 14:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938907#M692760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: changing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938908#M692761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please create a separate question in the forum when you want to start a topic that is different from the original post. (Side tracking a thread is called 'hijacking' the thread.) Also, you might get more (and better) responses from others when the subject title is more appropriate for the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For dynamic internal table creation, please look up help on ABAP statement CREATE DATA. I recall the help page having an example. Also, you might find examples in this forum if you search with those keywords.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 14:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938908#M692761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T14:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: changing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938909#M692762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry joanna lazarz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no such facility in SAP to change the internal table like that &lt;/P&gt;&lt;P&gt;if you want you can create 2 internal tables where one contains one field extra and at that time if check box is checked then call that internal table other wise normal internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 04:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938909#M692762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T04:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: changing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938910#M692763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;but if i create two tables i need to make saome select twice i in code I am collecting a lot of data so it will be double long &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 06:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-internal-table/m-p/2938910#M692763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T06:45:45Z</dc:date>
    </item>
  </channel>
</rss>

