<?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: Problem with internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092861#M435332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try this parameter of fieldcat: COL_POS &lt;/P&gt;&lt;P&gt;The parameter determines the relative column position of the field for list output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 15:08:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T15:08:44Z</dc:date>
    <item>
      <title>Problem with internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092859#M435330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an internal table with fields nmday , ovtime,and linedesc.&lt;/P&gt;&lt;P&gt;my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nmday   ovtime   linedesc&lt;/P&gt;&lt;P&gt;2           4           PE&lt;/P&gt;&lt;P&gt;5          6            STORES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display this internal table as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PE-NMDAY     PE-OVTIME STORES_NMDAY   STORES_OVTIME &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2                            4                    5                  6&lt;/P&gt;&lt;P&gt;How can i display in an alv grid using field catalog?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092859#M435330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T15:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092860#M435331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to use dynamic internal table concep and accordingly move the data from internal table to dynamic internal table.... then use this dynamic internal table to display data in alv format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092860#M435331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T15:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092861#M435332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try this parameter of fieldcat: COL_POS &lt;/P&gt;&lt;P&gt;The parameter determines the relative column position of the field for list output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092861#M435332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T15:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092862#M435333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u Please send me a sample code&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;shinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092862#M435333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T15:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092863#M435334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a dynamic internal table and i get fields&lt;/P&gt;&lt;P&gt;like pe-nmday pe-ovtime stores-nmday stores-ovtime.&lt;/P&gt;&lt;P&gt;but data from other internal table is not populated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table/m-p/2092863#M435334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T15:28:47Z</dc:date>
    </item>
  </channel>
</rss>

