<?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: MODULE POOL TABLE CONTROL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457031#M1415000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Prajapati ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Module Pool table control we have a command like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLE_CONTROL-CURRENT_LINE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in this we will get the current line(for which column you press f4 with this we will do further actions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT   ITAB
       INTO WA_ITAB
       WITH CONTROL TABLE_CONTROL
       *CURSOR TABLE_CONTROL-CURRENT_LINE*.
    MODULE TABLE_CONTROL_GET_LINES.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above code(generated after creation of Table contol in a screen) we have Current_linw&lt;/P&gt;&lt;P&gt;with that help u will solve ur query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Surendra P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2010 07:28:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-11T07:28:22Z</dc:date>
    <item>
      <title>MODULE POOL TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457030#M1414999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHEN for F4 click on a field in table control ,how can i know that this row with this column is clicked or f4 pressed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 07:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457030#M1414999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T07:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE POOL TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457031#M1415000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Prajapati ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Module Pool table control we have a command like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLE_CONTROL-CURRENT_LINE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in this we will get the current line(for which column you press f4 with this we will do further actions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT   ITAB
       INTO WA_ITAB
       WITH CONTROL TABLE_CONTROL
       *CURSOR TABLE_CONTROL-CURRENT_LINE*.
    MODULE TABLE_CONTROL_GET_LINES.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above code(generated after creation of Table contol in a screen) we have Current_linw&lt;/P&gt;&lt;P&gt;with that help u will solve ur query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Surendra P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 07:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457031#M1415000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T07:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE POOL TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457032#M1415001</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;[Check this Thread.|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1533343"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Cursor Field Field_name line line_number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 08:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457032#M1415001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T08:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE POOL TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457033#M1415002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to answer dear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i already solved my problem by using get field ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again dear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 08:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control/m-p/6457033#M1415002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T08:21:26Z</dc:date>
    </item>
  </channel>
</rss>

