<?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: regarding table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751016#M1303265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say your input field is Io_field the dtabse table is MARA and the internal table is ITAB then code goes like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if IO_FIELD is initial.&lt;/P&gt;&lt;P&gt;   select * from MARA into ITAB.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  select * from MARA into ITAB where matnr = IO_FIELD.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 11:19:24 GMT</pubDate>
    <dc:creator>gautam_totekar</dc:creator>
    <dc:date>2009-05-29T11:19:24Z</dc:date>
    <item>
      <title>regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751015#M1303264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have one table ctrl one push button and matnr fld on screen 100.now my requirement is i need to show data in tab ctrl accd to field matnr from search help in screen 100 then relevent data shud be displayed in table ctrl .and even all value present in itab if we dont enter any value in matnr fld screen matnr .&lt;/P&gt;&lt;P&gt;plz suggest me regarding select query how to wirte query related this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 10:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751015#M1303264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T10:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751016#M1303265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say your input field is Io_field the dtabse table is MARA and the internal table is ITAB then code goes like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if IO_FIELD is initial.&lt;/P&gt;&lt;P&gt;   select * from MARA into ITAB.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  select * from MARA into ITAB where matnr = IO_FIELD.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 11:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751016#M1303265</guid>
      <dc:creator>gautam_totekar</dc:creator>
      <dc:date>2009-05-29T11:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751017#M1303266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 12asad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to my understanding you have&lt;/P&gt;&lt;P&gt;one table ctrl one push button and matnr fld on screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your I/O Field = p_matnr &lt;/P&gt;&lt;P&gt;Do not make the matnr field mandatory which takes even blank spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go for the query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from dbtable into int_table where matnr =  p_matnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Int table will have all the data fromthe db table with condition matbr = your i/o field on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretty simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 12:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751017#M1303266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T12:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751018#M1303267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnaks for support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 03:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-control/m-p/5751018#M1303267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T03:57:58Z</dc:date>
    </item>
  </channel>
</rss>

