<?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: Call tcode while clicking on a cell in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528524#M1426262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks dude.&lt;/P&gt;&lt;P&gt;Can you please also suggest me how we pass selected cell value to tcode field.&lt;/P&gt;&lt;P&gt;for eg. cell contains SO &amp;amp; i want to pass it VA03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jan 2010 12:09:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-09T12:09:10Z</dc:date>
    <item>
      <title>Call tcode while clicking on a cell in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528522#M1426260</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;is it possible to call a tcode while clicking on a cell of table control in module pool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 11:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528522#M1426260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-09T11:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Call tcode while clicking on a cell in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528523#M1426261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In pf status assign a function name( ex:PICK) for F2.&lt;/P&gt;&lt;P&gt;then in pai check the ok_code = PICK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then get the values using the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD  lv_field LINE lv_line OFFSET lv_offset.&lt;/P&gt;&lt;P&gt;lv_field will have the field name&lt;/P&gt;&lt;P&gt;lv_line the line selected &lt;/P&gt;&lt;P&gt;lv_offset will hold the offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on lv_line read the internal table using index.&lt;/P&gt;&lt;P&gt;read table itab index lv_line into wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use a call transaction statement using the value of the itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 12:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528523#M1426261</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-09T12:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Call tcode while clicking on a cell in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528524#M1426262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks dude.&lt;/P&gt;&lt;P&gt;Can you please also suggest me how we pass selected cell value to tcode field.&lt;/P&gt;&lt;P&gt;for eg. cell contains SO &amp;amp; i want to pass it VA03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 12:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528524#M1426262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-09T12:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Call tcode while clicking on a cell in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528525#M1426263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read table itab index lv_line into wa.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;if lv_field = 'ITAB-VBELN'.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'AUN' FIELD wa-vbeln.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;For more details check f1 Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 12:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-tcode-while-clicking-on-a-cell-in-table-control/m-p/6528525#M1426263</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-09T12:34:10Z</dc:date>
    </item>
  </channel>
</rss>

