<?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 CONTROLS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786083#M338536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya supriya matta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding your second question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for selecting a record you have to use get cursor rite for this you have to declare 2 variables at the starting  like ..........&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V-FNAM(10), V_FVAL(10) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;one for holding the filed and another one for holding the value in that field&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the coading let us take your tab is 'item'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module...PAI of first tc let us take(110)&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'item'.&lt;/P&gt;&lt;P&gt;get cursor fileld V_FNAM value V_FVAL.&lt;/P&gt;&lt;P&gt;SELECT......................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as normal stuff what ever u require.&lt;/P&gt;&lt;P&gt; call screen 120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that means u r calling the screen where this selected values results should be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i said before make the loop-endloop statements in both pai and pbo side where ever u use the table controls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find it useful plz mark the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SRI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 15:38:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T15:38:13Z</dc:date>
    <item>
      <title>TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786079#M338532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN ANYONE TELL ME AS TO HOW A TABLE CONTROL IS DECLARED IN PAI,PBO AND GLOBAL DECLARATIONS..............WAT IS THE SYNTAX TO B USED?&lt;/P&gt;&lt;P&gt;I HAVE TWO TABLE CONTROLS IN ONE TABLE I HAVE MATNR.WHEN I SELECT ONE MATNR IN THE 1ST TABLE AND PRESS A PUSH BUTTON THAT PARTICULAR RECORD SHOULD GO INTO THE SECOND TABLE CONTROL.CAN U TELL ME HOW TO DO THAT??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKING U IN ANTICIPATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;SUPRIYA MATTA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786079#M338532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786080#M338533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you look at the Demo programs&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786080#M338533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786081#M338534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi supriya,&lt;/P&gt;&lt;P&gt;here I am giving some info in brief&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all in the data declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Controls: tconctrol(tc name) type tableview using screen '120' (what ever may be the screen where u have placed it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO side&lt;/P&gt;&lt;P&gt;loop at ( internal table) itab with control tcontrol.&lt;/P&gt;&lt;P&gt;module status_0120.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;PAI side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just you have to specify the loop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;end loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SRI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786081#M338534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786082#M338535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check..&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786082#M338535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786083#M338536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya supriya matta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding your second question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for selecting a record you have to use get cursor rite for this you have to declare 2 variables at the starting  like ..........&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V-FNAM(10), V_FVAL(10) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;one for holding the filed and another one for holding the value in that field&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the coading let us take your tab is 'item'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module...PAI of first tc let us take(110)&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'item'.&lt;/P&gt;&lt;P&gt;get cursor fileld V_FNAM value V_FVAL.&lt;/P&gt;&lt;P&gt;SELECT......................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as normal stuff what ever u require.&lt;/P&gt;&lt;P&gt; call screen 120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that means u r calling the screen where this selected values results should be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i said before make the loop-endloop statements in both pai and pbo side where ever u use the table controls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find it useful plz mark the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SRI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 15:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/1786083#M338536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T15:38:13Z</dc:date>
    </item>
  </channel>
</rss>

