<?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: Table control Display. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914263#M685954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you create one more itab which will have 1 column to contain MAKTL &amp;amp; MATNR..&lt;/P&gt;&lt;P&gt;keep this field as char...&lt;/P&gt;&lt;P&gt;concatenate these two fields of itab1 to new itab...&lt;/P&gt;&lt;P&gt;then print this itab on table control...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 11:20:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T11:20:25Z</dc:date>
    <item>
      <title>Table control Display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914262#M685953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am displaying the table control with 4 columns,&lt;/P&gt;&lt;P&gt;and I want to display in one Colum with 2 records What I mean In my internal table I am having the MATKL (Material Group) and MATNR (Material) columns and I want to display the both in single Colum in my table control.&lt;/P&gt;&lt;P&gt;like:  MATKL&lt;/P&gt;&lt;P&gt;        MATNR&lt;/P&gt;&lt;P&gt;How to do this????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914262#M685953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914263#M685954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you create one more itab which will have 1 column to contain MAKTL &amp;amp; MATNR..&lt;/P&gt;&lt;P&gt;keep this field as char...&lt;/P&gt;&lt;P&gt;concatenate these two fields of itab1 to new itab...&lt;/P&gt;&lt;P&gt;then print this itab on table control...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914263#M685954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914264#M685955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sridher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a temporary itab with all fields of your itab. The only difference would be adding a char type field of long length to hold matnr and matkl. and CONCATENATE matnr &amp;amp; matkl SEPARATED BY SPACE and APPEND values into ur new itab. Use this itab to pass to ur tab ctrl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful,&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914264#M685955</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2007-10-11T11:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914265#M685956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that u have to create a table with cols.,,suppose it_final.&lt;/P&gt;&lt;P&gt;loop at the table wid 4 cols&lt;/P&gt;&lt;P&gt;concatenate the 2 cols of previous table into one col of it_final.&lt;/P&gt;&lt;P&gt;append it to the final table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass dis table to the table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 11:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914265#M685956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T11:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Display.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914266#M685957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we CONCATENATE matnr &amp;amp; matkl SEPARATED BY SPACE and append it to new field in iernal table, does it going to print one by one?&lt;/P&gt;&lt;P&gt;I mean first row matnr and then immediate matkl.&lt;/P&gt;&lt;P&gt;MATNR&lt;/P&gt;&lt;P&gt;MATKL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 12:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display/m-p/2914266#M685957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T12:11:25Z</dc:date>
    </item>
  </channel>
</rss>

