<?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: SY-TABIX within a search help exit... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134613#M988780</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;if it is a table control check SY-STEPL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 12:15:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T12:15:04Z</dc:date>
    <item>
      <title>SY-TABIX within a search help exit...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134611#M988778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to find an answer in earlier postst, but did not succeed, therefore this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a customtabel with several columns. For one of the columns I have built a custom search help, including some coding in the search help exit. In this coding I want to do a different selection based on the value in another column (BUKRS) of the same table. Do you understand what I mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick is to retrieve the right value of in the column BUKRS in the same line of the table, at the moment I am pushing F4 for another column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I dont know how to do this. I dont have the right SY-TABIX value, so this is not helping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have an idea as how to tackle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 11:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134611#M988778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T11:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: SY-TABIX within a search help exit...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134612#M988779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the custom table is displayed into a "table control" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you must get the index of the record in CURRENT_LINE of your control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this index you read your internal table and pass the values to search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(this should be done automatically if fields on screen use the same data domain as parameters in your matchcode)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 12:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134612#M988779</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2008-07-01T12:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: SY-TABIX within a search help exit...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134613#M988780</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;if it is a table control check SY-STEPL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 12:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134613#M988780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T12:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: SY-TABIX within a search help exit...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134614#M988781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Francois &amp;amp; Holger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, but Iu2019m calling this searh help from the transaction SE16 itself, so I donu2019t have my own table control. I am also using the search help in another situation (from a custom-made screen) and here I can pass on the value via a parameter, but this is not working in the case I described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the SY-STEPL is not working too....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 12:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-tabix-within-a-search-help-exit/m-p/4134614#M988781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T12:26:41Z</dc:date>
    </item>
  </channel>
</rss>

